AfterCMoveEventArgs Constructor

Summary

Initializes a new instance of the AfterCMoveEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal scp As DicomScp, _ 
   ByVal Completed As Integer, _ 
   ByVal Failed As Integer, _ 
   ByVal Warning As Integer, _ 
   ByVal ds As DicomDataSet, _ 
   ByVal status As DicomCommandStatusType _ 
) 
public: 
AfterCMoveEventArgs(  
   DicomScp^ scp, 
   int Completed, 
   int Failed, 
   int Warning, 
   DicomDataSet^ ds, 
   DicomCommandStatusType status 
) 

Parameters

scp
The peer connection the C-MOVE-REQ was sent to.

Completed
The number of C-STORE sub operations that have completed.

Failed
The number of C-STORE sub operations that have failed.

Warning
The number of C-STORE sub operations with a warning status.

ds
The DICOM dataset sent with the C-MOVE-REQ.

status
The status of the C-MOVE-REQ.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly