protected virtual void SendCMoveResponsesToClientSession(
MatchingParameterList matchingParameters,
out DicomDataSet responseDataSet,
out int completed,
out int warning,
out int failure
)
protected:
virtual void SendCMoveResponsesToClientSession(
MatchingParameterList^ matchingParameters,
[Out] DicomDataSet^ responseDataSet,
[Out] int completed,
[Out] int warning,
[Out] int failure
)
matchingParameters
The matching parameters received by the C-MOVE request to query for the DICOM instances.
responseDataSet
The list of Attributes that Provides status information about the C-MOVE operation.
completed
The number of C-STORE sub-operations invoked by this C-MOVE operation which have completed successfully.
warning
The number of C-STORE sub-operation invoked by this C-MOVE operation which generated Warning responses.
failure
The number of C-STORE sub-operations invoked by this C-MOVE operation which have failed.
This method should only send the Pending C-MOVE responses to the client without including the last C-MOVE response which includes the status of the C-MOVE operation.
The last C-MOVE response which indicates the status of the C-MOVE operation will be send by the CMoveCommand after calling this method.
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