←Select platform

SendNGetResponse(DicomCommandStatusType,DicomDataSet,string) Method

Summary

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

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

status

The status of the N-GET response.

responseDataset

A DicomDataSet in which one data element is encoded for each attribute value returned.

descriptionMessage

A description 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.