←Select platform

DoFindPatients Method

Summary

Performs a patient-based query on the DICOMDIR and fills the Leadtools.Dicom.DicomDataSet with the patients that are returned. (Inherited from Leadtools.Medical.Workstation.Client.QueryClient)

Syntax

C#
VB
C++
protected override void DoFindPatients( 
   FindQuery query, 
   List<DicomDataSet> responsePatients 
) 
  
Protected Overrides Sub DoFindPatients( _ 
   ByVal query As Leadtools.Dicom.Scu.Common.FindQuery, _ 
   ByVal responsePatients As List(Of DicomDataSet) _ 
)  
protected: 
void DoFindPatients(  
   Leadtools.Dicom.Scu.Common.FindQuery^ query, 
   List<DicomDataSet^>^ responsePatients 
) override  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Client Assembly