DoFindPatients Method

Summary

Performs a patient-based query and fills the Leadtools.Dicom.DicomDataSet with the patients that are returned.

Syntax
C#
VB
C++
protected abstract void DoFindPatients( 
   FindQuery query, 
   List<DicomDataSet> responsePatients 
) 
  
Protected MustOverride Sub DoFindPatients( _ 
   ByVal query As FindQuery, _ 
   ByVal responsePatients As List(Of DicomDataSet) _ 
)  
protected: 
abstract void DoFindPatients(  
   FindQuery^ query, 
   List<DicomDataSet^>^ responsePatients 
)  

Parameters

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

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

Requirements

Target Platforms

Help Version 20.0.2020.3.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly