Initializes a new instance of the AfterCMoveEventArgs class.
public AfterCMoveEventArgs(
DicomScp scp,
int Completed,
int Failed,
int Warning,
DicomDataSet ds,
DicomCommandStatusType status
)
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET