public AfterCMoveEventArgs(
DicomScp scp,
int Completed,
int Failed,
int Warning,
DicomDataSet ds,
DicomCommandStatusType status
)
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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document