AfterCMoveEventArgs Constructor

Summary
Initializes a new instance of the AfterCMoveEventArgs class.
Syntax
C#
C++/CLI
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 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.