Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

Show in webframe

CreateCMoveCommand Method






The Leadtools.Dicom.Scp.ICMoveClientSessionProxy object which will be used to handle the communication with the client.
The Leadtools.Dicom.DicomDataSet which is received with the client request.
Returns a C-MOVE command that can handle the abstract class in the provided proxy.
Syntax
public virtual DicomCommand CreateCMoveCommand( 
   ICMoveClientSessionProxy sessionProxy,
   DicomDataSet requestDataSet
)
'Declaration
 
Public Overridable Function CreateCMoveCommand( _
   ByVal sessionProxy As ICMoveClientSessionProxy, _
   ByVal requestDataSet As DicomDataSet _
) As DicomCommand
'Usage
 
Dim instance As DicomCommandFactory
Dim sessionProxy As ICMoveClientSessionProxy
Dim requestDataSet As DicomDataSet
Dim value As DicomCommand
 
value = instance.CreateCMoveCommand(sessionProxy, requestDataSet)

            

            
public:
virtual DicomCommand^ CreateCMoveCommand( 
   ICMoveClientSessionProxy^ sessionProxy,
   DicomDataSet^ requestDataSet
) 

Parameters

sessionProxy
The Leadtools.Dicom.Scp.ICMoveClientSessionProxy object which will be used to handle the communication with the client.
requestDataSet
The Leadtools.Dicom.DicomDataSet which is received with the client request.

Return Value

Returns the created DicomCommand.
Requirements

Target Platforms

See Also

Reference

DicomCommandFactory Class
DicomCommandFactory Members

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