SendNActionResponse Method

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

Parameters

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

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

affectedClass
The SOP Class of the SOP Instance for which the action was performed.

affectedInstance
The UID of the SOP Instance for which the action was performed.

status
The status of the N-ACTION response.

actionType
Type of action that was performed.

responseDataset
A Leadtools.Dicom.DicomDataSet which includes additional information related to the action.

descriptionMessage
A descriptive 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.