←Select platform

OnReceiveCMoveResponse Method

Summary

Called when C-MOVE-RSP is received.

Syntax

C#
VB
C++
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  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly