FindPatients Method

Summary

Overloaded. Runs a patient-based query with the specified parameters.

Syntax
C#
VB
C++
public virtual DicomDataSet[] FindPatients( 
   FindQuery query 
) 
  
Public Overridable Function FindPatients( _ 
   ByVal query As FindQuery _ 
) As DicomDataSet() 
public: 
virtual array<DicomDataSet^>^ FindPatients(  
   FindQuery^ query 
)  

Parameters

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

Return Value

An Array of Leadtools.Dicom.DicomDataSet objects which contains the query results.

Remarks

Calling this method while the Processing property is true will result in an InvalidOperationException being thrown.

If the operation is cancelled this method will throw a ClientCommunicationCanceled exception.

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