←Select platform

AfterCMoveEventArgs Constructor

Summary

Initializes a new instance of the AfterCMoveEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal Completed As Integer, _ 
   ByVal Failed As Integer, _ 
   ByVal Warning As Integer, _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal status As Leadtools.Dicom.DicomCommandStatusType _ 
) 
public: 
AfterCMoveEventArgs(  
   Leadtools.Dicom.Scu.DicomScp^ scp, 
   int Completed, 
   int Failed, 
   int Warning, 
   Leadtools.Dicom.DicomDataSet^ ds, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly