Returns a C-MOVE command that can handle the abstract class in the provided proxy.
public virtual DicomCommand CreateCMoveCommand(
ICMoveClientSessionProxy sessionProxy,
DicomDataSet requestDataSet
)
Public Overridable Function CreateCMoveCommand( _
ByVal sessionProxy As Leadtools.Dicom.Scp.ICMoveClientSessionProxy, _
ByVal requestDataSet As Leadtools.Dicom.DicomDataSet _
) As Leadtools.Dicom.Scp.Command.DicomCommand
public:
virtual Leadtools.Dicom.Scp.Command.DicomCommand^ CreateCMoveCommand(
Leadtools.Dicom.Scp.ICMoveClientSessionProxy^ sessionProxy,
Leadtools.Dicom.DicomDataSet^ requestDataSet
)
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.
Returns the created DicomCommand.
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