C#
VB
C++
Called when C-MOVE-RSP is received.
protected override void OnReceiveCMoveResponse(byte presentationID,int messageID,string affectedClass,DicomCommandStatusType status,int remaining,int completed,int failed,int warning,DicomDataSet dataSet)
Protected Overrides Sub OnReceiveCMoveResponse( _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 OnReceiveCMoveResponse(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.
affectedClass
The affected class.
status
The status.
remaining
The remaining.
completed
The completed.
failed
The failed.
warning
The warning.
dataSet
The data set.
Used internally by Scu implementation.
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
