LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)
LEAD Technologies, Inc

SendCMoveResponsesToClientSession Method






The matching parameters received by the C-MOVE request to query for the DICOM instances.
The list of Attributes that Provides status information about the C-MOVE operation.
The number of C-STORE sub-operations invoked by this C-MOVE operation which have completed successfully.
The number of C-STORE sub-operation invoked by this C-MOVE operation which generated Warning responses.
The number of C-STORE sub-operations invoked by this C-MOVE operation which have failed.
Move the matched results and send the C-MOVE responses.
Syntax
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
)
 function Leadtools.Dicom.Scp.Command.CMoveCommand.SendCMoveResponsesToClientSession( 
   matchingParameters ,
   responseDataSet ,
   completed ,
   warning ,
   failure 
)
protected:
virtual void SendCMoveResponsesToClientSession( 
   MatchingParameterList^ matchingParameters,
   [Out] DicomDataSet^ responseDataSet,
   [Out] int completed,
   [Out] int warning,
   [Out] int failure
) 

Parameters

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.
Remarks

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CMoveCommand Class
CMoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features