Move the matched results and send the C-MOVE responses.
protected virtual void SendCMoveResponsesToClientSession(MatchingParameterList matchingParameters,out DicomDataSet responseDataSet,out int completed,out int warning,out int failure)
Protected Overridable Sub SendCMoveResponsesToClientSession( _ByVal matchingParameters As Leadtools.Medical.Dataaccesslayer.MatchingParameterList, _ByRef responseDataSet As Leadtools.Dicom.DicomDataSet, _ByRef completed As Integer, _ByRef warning As Integer, _ByRef failure As Integer _)
protected:virtual void SendCMoveResponsesToClientSession(Leadtools.Medical.Dataaccesslayer.MatchingParameterList^ matchingParameters,[Out] Leadtools.Dicom.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.
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
