←Select platform

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 
) 
  
Sub SendNActionResponse( _ 
   ByVal status As Leadtools.Dicom.DicomCommandStatusType, _ 
   ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  

Parameters

status
The status of the N-ACTION response.

responseDataset
The response dataset.

descriptionMessage
A descriptive message used for logging.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly