SendNActionResponse Method

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

Parameters

status
The status of the N-ACTION response.

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.