SendNGetResponse Method

Summary

Sends a DICOM N-GET response to the underlying ClientSession object.

Syntax
C#
VB
C++
  
Sub SendNGetResponse( _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal responseDataset As DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  
void SendNGetResponse(  
   DicomCommandStatusType status, 
   DicomDataSet^ responseDataset, 
   String^ descriptionMessage 
)  

Parameters

status
The status of the N-GET response.

responseDataset
The response dataset.

descriptionMessage
A description message used for logging.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly