CreateCMoveCommand Method

Summary
Returns a C-MOVE command that can handle the abstract class in the provided proxy.
Syntax
C#
VB
C++
  
Public Overridable Function CreateCMoveCommand( _ 
   ByVal sessionProxy As ICMoveClientSessionProxy, _ 
   ByVal requestDataSet As DicomDataSet _ 
) As DicomCommand 
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.