Creates the query command used by the Find methods.
protected virtual QueryCFindCommand CreateQueryCFindCommand(
DicomDataSet request,
ICFindClientSessionProxy sessionProxy
)
Protected Overridable Function CreateQueryCFindCommand( _
ByVal request As Leadtools.Dicom.DicomDataSet, _
ByVal sessionProxy As Leadtools.Dicom.Scp.ICFindClientSessionProxy _
) As Leadtools.Dicom.Scp.Command.QueryCFindCommand
protected:
virtual Leadtools.Dicom.Scp.Command.QueryCFindCommand^ CreateQueryCFindCommand(
Leadtools.Dicom.DicomDataSet^ request,
Leadtools.Dicom.Scp.ICFindClientSessionProxy^ sessionProxy
)
request
The Leadtools.Dicom.DicomDataSet which contains the matching parameters.
sessionProxy
An object of type Leadtools.Dicom.Scp.ICFindClientSessionProxy that receives the C-FIND responses from the command.
A Leadtools.Dicom.Scp.Command.QueryCFindCommand used by the Find methods to query for DICOM information.
Override this method to customize the behavior of the Leadtools.Dicom.Scp.Command.QueryCFindCommand returned by this method.
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