CreateQueryCFindCommand Method

Summary
Creates the query command used by the Find methods.
Syntax
C#
VB
C++
protected virtual QueryCFindCommand CreateQueryCFindCommand( 
   DicomDataSet request, 
   ICFindClientSessionProxy sessionProxy 
) 
  
Protected Overridable Function CreateQueryCFindCommand( _ 
   ByVal request As DicomDataSet, _ 
   ByVal sessionProxy As ICFindClientSessionProxy _ 
) As QueryCFindCommand 
protected: 
virtual QueryCFindCommand^ CreateQueryCFindCommand(  
   DicomDataSet^ request, 
   ICFindClientSessionProxy^ sessionProxy 
)  

Parameters

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.

Return Value

A Leadtools.Dicom.Scp.Command.QueryCFindCommand used by the Find methods to query for DICOM information.

Remarks

Override this method to customize the behavior of the Leadtools.Dicom.Scp.Command.QueryCFindCommand returned by this method.

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.Medical.Workstation.Client Assembly

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