DoFindStudies Method

Summary
Performs a studies-based query and fills the Leadtools.Dicom.DicomDataSet with the studies that are returned. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient)
Syntax
C#
VB
C++
protected override void DoFindStudies( 
   FindQuery query, 
   List<DicomDataSet> responseStudies 
) 
  
Protected Overrides Sub DoFindStudies( _ 
   ByVal query As FindQuery, _ 
   ByVal responseStudies As List(Of DicomDataSet) _ 
)  
protected: 
void DoFindStudies(  
   FindQuery^ query, 
   List<DicomDataSet^>^ responseStudies 
) override  

Parameters

query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.

responseStudies
The list to be filled with the matching Leadtools.Dicom.DicomDataSet.

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.