public virtual DicomDataSet[] FindPatients(
FindQuery query
)
query
The Leadtools.Dicom.Scu.Common.FindQuery which contains the parameters for the query.
An Array of Leadtools.Dicom.DicomDataSet objects which contains the query results.
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.