Queries for the DICOM studies information using matching parameters.
patientName
A System.String representing the patient name to match for. This parameter can be null.
patientID
A System.String representing the patient ID to match for. This parameter can be null.
studyID
A System.String representing the study ID to match for. This parameter can be null.
modalitiesInStudy
An array of strings that specify the modalities to match for. This parameter can be null.
accessionNumber
A System.String representing the accession number to match for. This parameter can be null.
referDrName
A System.String representing the Reference DR. Name to match for. This parameter can be null.
studyDateStart
A System.String representing the start date of the study to match. This parameter can be null.
studyDateEnd
A System.String representing the end date of the study to match. This parameter can be null.
studyTimeStart
A System.String representing the start time of the study to match. This parameter can be null.
studyTimeEnd
A System.String representing the end time of the study to math. This parameter can be null.
studyInstanceUID
A System.String representing the Study Instance UID of the study to match. This parameter can be null.
sortField
A System.String representing the field to perform sorting based on its values. This parameter can be null.
ascending
true to sort the returned results ascending, false to sort descending. This parameter can be null.
maxRows
An System.Int32 value specifying the number of rows returned. Pass -1 or null to return all results.
extraData
user custom data.
An ADO.NET System.Data.DataSet which contains the studies information.