protected virtual QueryCFindCommand CreateQueryCFindCommand(
DicomDataSet request,
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.