←Select platform

SendNGetResponse Method

Summary

Sends an N-GET response to the client.

Syntax

C#
VB
C++
  
Public Sub SendNGetResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal abstractClass As String, _ 
   ByVal affectedSOPInstanceUID As String, _ 
   ByVal status As Leadtools.Dicom.DicomCommandStatusType, _ 
   ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal descriptionMessage As String _ 
)  
public: 
void SendNGetResponse(  
   byte presentationID, 
   int messageID, 
   String^ abstractClass, 
   String^ affectedSOPInstanceUID, 
   Leadtools.Dicom.DicomCommandStatusType status, 
   Leadtools.Dicom.DicomDataSet^ responseDataset, 
   String^ descriptionMessage 
)  

Parameters

presentationID
The presentation ID that came with the N-GET request.

messageID
The message ID that came with the N-GET request.

abstractClass
Tthe SOP Class of the SOP Instance for which attributes were retrieved.

affectedSOPInstanceUID
Contains the UID of the SOP Instance for which attributes where retrieved.

status
The status of the N-GET response.

responseDataset
A Leadtools.Dicom.DicomDataSet which includes the list of attributes requested.

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