SendNSetResponse Method

Summary
Sends a DICOM N-SET response to the underlying ClientSession object.
Syntax
C#
VB
C++
  
Public Sub SendNSetResponse( _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal responseDataset As DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendNSetResponse(  
   DicomCommandStatusType status, 
   DicomDataSet^ responseDataset, 
   String^ descriptionMessage 
)  

Parameters

status
The status of the N-SET response.

responseDataset
A Leadtools.Dicom.DicomDataSet which encodes one data element for each attribute and attribute value applicable to the operation.

descriptionMessage
A description message used for logging.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.