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