Leadtools.Medical.Workstation.Client Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DoFindStudies Method
See Also 
Leadtools.Medical.Workstation.Client.Local Namespace > DbQueryClient Class : DoFindStudies Method



query
The FindQuery which contains the parameters for the query.
responseStudies
The list to be filled with the matching DicomDataSet.
query
The FindQuery which contains the parameters for the query.
responseStudies
The list to be filled with the matching DicomDataSet.
Performs a studies-based query and fills the DicomDataSet with the studies that are returned. (Inherited from QueryClient)

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub DoFindStudies( _
   ByVal query As FindQuery, _
   ByVal responseStudies As List(Of DicomDataSet) _
) 
Visual Basic (Usage)Copy Code
Dim instance As DbQueryClient
Dim query As FindQuery
Dim responseStudies As List(Of DicomDataSet)
 
instance.DoFindStudies(query, responseStudies)
C# 
protected override void DoFindStudies( 
   FindQuery query,
   List<DicomDataSet> responseStudies
)
C++/CLI 
protected:
void DoFindStudies( 
   FindQuery query,
   List<DicomDataSet>^ responseStudies
) override 

Parameters

query
The FindQuery which contains the parameters for the query.
responseStudies
The list to be filled with the matching DicomDataSet.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.Client requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features