Leadtools.Dicom.WCF Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FindStudies Method
See Also 
Leadtools.Dicom.WCF Namespace > IQueryService Interface : FindStudies Method



patientName
A String representing the patient name to match for. This parameter can be null.
patientID
A String representing the patient ID to match for. This parameter can be null.
studyID
A 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 String representing the accession number to match for. This parameter can be null.
referDrName
A String representing the Reference DR. Name to match for. This parameter can be null.
studyDateStart
A String representing the start date of the study to match. This parameter can be null.
studyDateEnd
A String representing the end date of the study to match. This parameter can be null.
studyTimeStart
A String representing the start time of the study to match. This parameter can be null.
studyTimeEnd
A String representing the end time of the study to math. This parameter can be null.
studyInstanceUID
A String representing the Study Instance UID of the study to match. This parameter can be null.
sortField
A 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 Int32 value specifying the number of rows returned. pass -1 or null to return all results.
extraData
user custom data.
patientName
A String representing the patient name to match for. This parameter can be null.
patientID
A String representing the patient ID to match for. This parameter can be null.
studyID
A 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 String representing the accession number to match for. This parameter can be null.
referDrName
A String representing the Reference DR. Name to match for. This parameter can be null.
studyDateStart
A String representing the start date of the study to match. This parameter can be null.
studyDateEnd
A String representing the end date of the study to match. This parameter can be null.
studyTimeStart
A String representing the start time of the study to match. This parameter can be null.
studyTimeEnd
A String representing the end time of the study to math. This parameter can be null.
studyInstanceUID
A String representing the Study Instance UID of the study to match. This parameter can be null.
sortField
A 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 Int32 value specifying the number of rows returned. pass -1 or null to return all results.
extraData
user custom data.
Queries for the DICOM studies information using mathcing parameters.

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute()>
Overridable Function FindStudies( _
   ByVal patientName As String, _
   ByVal patientID As String, _
   ByVal studyID As String, _
   ByVal modalitiesInStudy() As String, _
   ByVal accessionNumber As String, _
   ByVal referDrName As String, _
   ByVal studyDateStart As String, _
   ByVal studyDateEnd As String, _
   ByVal studyTimeStart As String, _
   ByVal studyTimeEnd As String, _
   ByVal studyInstanceUID As String, _
   ByVal sortField As String, _
   ByVal ascending As Boolean, _
   ByVal maxRows As Integer, _
   ByVal extraData As String _
) As DataSet
Visual Basic (Usage)Copy Code
Dim instance As IQueryService
Dim patientName As String
Dim patientID As String
Dim studyID As String
Dim modalitiesInStudy() As String
Dim accessionNumber As String
Dim referDrName As String
Dim studyDateStart As String
Dim studyDateEnd As String
Dim studyTimeStart As String
Dim studyTimeEnd As String
Dim studyInstanceUID As String
Dim sortField As String
Dim ascending As Boolean
Dim maxRows As Integer
Dim extraData As String
Dim value As DataSet
 
value = instance.FindStudies(patientName, patientID, studyID, modalitiesInStudy, accessionNumber, referDrName, studyDateStart, studyDateEnd, studyTimeStart, studyTimeEnd, studyInstanceUID, sortField, ascending, maxRows, extraData)

Parameters

patientName
A String representing the patient name to match for. This parameter can be null.
patientID
A String representing the patient ID to match for. This parameter can be null.
studyID
A 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 String representing the accession number to match for. This parameter can be null.
referDrName
A String representing the Reference DR. Name to match for. This parameter can be null.
studyDateStart
A String representing the start date of the study to match. This parameter can be null.
studyDateEnd
A String representing the end date of the study to match. This parameter can be null.
studyTimeStart
A String representing the start time of the study to match. This parameter can be null.
studyTimeEnd
A String representing the end time of the study to math. This parameter can be null.
studyInstanceUID
A String representing the Study Instance UID of the study to match. This parameter can be null.
sortField
A 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 Int32 value specifying the number of rows returned. pass -1 or null to return all results.
extraData
user custom data.

Return Value

An ADO.NET DataSet which contains the studies information.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also

FindStudies requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features