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
