SendNSetResponse Method

Summary
Sends an N-SET response to the client.
Syntax
C#
VB
C++
  
Public Sub SendNSetResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String, _ 
   ByVal affectedSOPInstanceUID As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal responseDataset As DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendNSetResponse(  
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ affectedSOPInstanceUID, 
   DicomCommandStatusType status, 
   DicomDataSet^ responseDataset, 
   String^ descriptionMessage 
)  

Parameters

presentationID
The presentation ID that came with the N-SET request.

messageID
The message ID that came with the N-SET request.

abstractClass
The Abstract Class that came with the N-SET request.

affectedSOPInstanceUID
The UID of the SOP Instance for which Attribute Values were modified.

status
The status of the N-SET response.

responseDataset
A Leadtools.Dicom.DicomDataSet which includes the failed SOP instance UID list.

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.