←Select platform

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

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.

statusArgs

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

actionType

Type of action that was performed.

responseDataset

An application-specific Leadtools.Dicom.DicomDataSet containing additional information related to the operation.

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.