Called when a C-GET-RSP received.
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 Leadtools.Dicom.DicomCommandStatusType, _
ByVal remaining As Integer, _
ByVal completed As Integer, _
ByVal failed As Integer, _
ByVal warning As Integer, _
ByVal dataSet As Leadtools.Dicom.DicomDataSet _
)
protected:
void OnReceiveCGetResponse(
byte presentationID,
int messageID,
String^ affectedClass,
Leadtools.Dicom.DicomCommandStatusType status,
int remaining,
int completed,
int failed,
int warning,
Leadtools.Dicom.DicomDataSet^ dataSet
) override
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
One or more calls to this method are generated on the QueryRetrieveScu as a result of the original C-GET-REQ
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET