Leadtools.Dicom.Scp.Command Namespace > CMoveCommand Class : SendCMoveResponsesToClientSession Method |
protected virtual void SendCMoveResponsesToClientSession( MatchingParameterList matchingParameters, out DicomDataSet responseDataSet, out int completed, out int warning, out int failure )
'Declaration Protected Overridable Sub SendCMoveResponsesToClientSession( _ ByVal matchingParameters As MatchingParameterList, _ ByRef responseDataSet As DicomDataSet, _ ByRef completed As Integer, _ ByRef warning As Integer, _ ByRef failure As Integer _ )
'Usage Dim instance As CMoveCommand Dim matchingParameters As MatchingParameterList Dim responseDataSet As DicomDataSet Dim completed As Integer Dim warning As Integer Dim failure As Integer instance.SendCMoveResponsesToClientSession(matchingParameters, responseDataSet, completed, warning, failure)
protected: virtual void SendCMoveResponsesToClientSession( MatchingParameterList^ matchingParameters, [Out] DicomDataSet^ responseDataSet, [Out] int completed, [Out] int warning, [Out] int failure )
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.