AfterCGetEventArgs Constructor

Summary
Provides data for the AfterCGet event
Syntax
C#
C++/CLI
public: 
AfterCGetEventArgs(  
   DicomScp^ scp, 
   int Completed, 
   int Failed, 
   int Warning, 
   DicomDataSet^ ds, 
   DicomCommandStatusType status 
) 

Parameters

scp
The peer connection the C-GET-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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.