public CMoveStoreSubOperationEventArgs(
DicomScp scp,
DicomDataSet movedDataset,
int remaining,
int completed,
int failed,
int warning
)
Public Function New( _
ByVal scp As DicomScp, _
ByVal movedDataset As DicomDataSet, _
ByVal remaining As Integer, _
ByVal completed As Integer, _
ByVal failed As Integer, _
ByVal warning As Integer _
)
public:
CMoveStoreSubOperationEventArgs(
DicomScp^ scp,
DicomDataSet^ movedDataset,
int remaining,
int completed,
int failed,
int warning
)
scp
The Leadtools.Dicom.Scu.DicomScp object which the Store request will be sent to.
movedDataset
The Leadtools.Dicom.DicomDataSet to be stored.
remaining
The number of remaining C-STORE sub-operations
completed
The number of C-STORE sub-operations which have completed successfully.
failed
The number of C-STORE sub-operations which have failed.
warning
The number of C-STORE sub-operation which generated Warning responses.
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