←Select platform

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 Leadtools.Dicom.Scu.Common.FindQuery _ 
) As Leadtools.Dicom.DicomDataSet() 

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

Leadtools.Medical.Workstation.Client Assembly