←Select platform

SendNSetResponse(byte,int,string,string,DicomCommandStatusType,StatusBase,DicomDataSet,string) 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 statusArgs As StatusBase, 
   ByVal responseDataset As DicomDataSet, 
   ByVal descriptionMessage As String 
) 

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.

statusArgs

An object derived from StatusBase used to set optional status DICOM Elements in the command set.

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.