OnReceiveCGetResponse Method

Summary
Called when a C-GET-RSP received.
Syntax
C#
VB
C++
protected override void OnReceiveCGetResponse( 
   byte presentationID, 
   int messageID, 
   string affectedClass, 
   DicomCommandStatusType status, 
   int remaining, 
   int completed, 
   int failed, 
   int warning, 
   DicomDataSet dataSet 
) 
  
Protected Overrides Sub OnReceiveCGetResponse( _ 
   ByVal presentationID As Byte, _ 
   ByVal messageID As Integer, _ 
   ByVal affectedClass As String, _ 
   ByVal status As DicomCommandStatusType, _ 
   ByVal remaining As Integer, _ 
   ByVal completed As Integer, _ 
   ByVal failed As Integer, _ 
   ByVal warning As Integer, _ 
   ByVal dataSet As DicomDataSet _ 
)  
protected: 
void OnReceiveCGetResponse(  
   byte presentationID, 
   int messageID, 
   String^ affectedClass, 
   DicomCommandStatusType status, 
   int remaining, 
   int completed, 
   int failed, 
   int warning, 
   DicomDataSet^ dataSet 
) override  

Parameters

presentationID
The presentation ID.

messageID
The message ID being responded to.

affectedClass
The SOP UID for this C-GET query.

status
The status (0000 if successful, FF00 if pending, or other values.

remaining
The number of remaining C-STORE sub operations to be invoked.

completed
The number of C-STORE sub operations invoked by this C-GET operation that have been successfully completed.

failed
The number of C-STORE sub operations invoked by this C-GET operation that failed.

warning
The number of C-STORE sub operations invoked by this C-GET operation that generated warnings

dataSet
A Leadtools.Dicom.DicomDataSet object which contains the information retrieved from the original C-GET-REQ

Remarks

One or more calls to this method are generated on the QueryRetrieveScu as a result of the original C-GET-REQ

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.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.