Leadtools.Dicom.Scu Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OnReceiveCMoveResponse Method
See Also 
Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : OnReceiveCMoveResponse Method




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.
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.
Called when C-MOVE-RSP is received.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnReceiveCMoveResponse( _
   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 _
) 
Visual Basic (Usage)Copy Code
Dim instance As QueryRetrieveScu
Dim presentationID As Byte
Dim messageID As Integer
Dim affectedClass As String
Dim status As DicomCommandStatusType
Dim remaining As Integer
Dim completed As Integer
Dim failed As Integer
Dim warning As Integer
Dim dataSet As DicomDataSet
 
instance.OnReceiveCMoveResponse(presentationID, messageID, affectedClass, status, remaining, completed, failed, warning, dataSet)
C# 
protected override void OnReceiveCMoveResponse( 
   byte presentationID,
   int messageID,
   string affectedClass,
   DicomCommandStatusType status,
   int remaining,
   int completed,
   int failed,
   int warning,
   DicomDataSet dataSet
)
Managed Extensions for C++ 
protected: void OnReceiveCMoveResponse( 
   byte presentationID,
   int messageID,
   string* affectedClass,
   DicomCommandStatusType status,
   int remaining,
   int completed,
   int failed,
   int warning,
   DicomDataSet dataSet
) override 
C++/CLI 
protected:
void OnReceiveCMoveResponse( 
   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.
affectedClass
The affected class.
status
The status.
remaining
The remaining.
completed
The completed.
failed
The failed.
warning
The warning.
dataSet
The data set.

Remarks

Used internally by Scu implementation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features