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



studyInstanceUID
A String representing the Study Instance UID for the queried series. This parameter can be null.
modality
A String representing the modality name or the queried series. This parameter can be null.
seriesNumber
A String representing the series number for the queried series. This parameter can be null.
seriesInstanceUID
A String representing the Series Instance UID for the queried series. 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.
studyInstanceUID
A String representing the Study Instance UID for the queried series. This parameter can be null.
modality
A String representing the modality name or the queried series. This parameter can be null.
seriesNumber
A String representing the series number for the queried series. This parameter can be null.
seriesInstanceUID
A String representing the Series Instance UID for the queried series. 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.
Query for the DICOM series information using matching parameters.

Syntax

Visual Basic (Declaration) 
<OperationContractAttribute()>
Overridable Function FindSeries( _
   ByVal studyInstanceUID As String, _
   ByVal modality As String, _
   ByVal seriesNumber As String, _
   ByVal seriesInstanceUID 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 studyInstanceUID As String
Dim modality As String
Dim seriesNumber As String
Dim seriesInstanceUID As String
Dim sortField As String
Dim ascending As Boolean
Dim maxRows As Integer
Dim extraData As String
Dim value As DataSet
 
value = instance.FindSeries(studyInstanceUID, modality, seriesNumber, seriesInstanceUID, sortField, ascending, maxRows, extraData)
C++/CLI 
[OperationContractAttribute()]
virtual DataSet FindSeries( 
   String^ studyInstanceUID,
   String^ modality,
   String^ seriesNumber,
   String^ seriesInstanceUID,
   String^ sortField,
   bool ascending,
   int maxRows,
   String^ extraData
) 

Parameters

studyInstanceUID
A String representing the Study Instance UID for the queried series. This parameter can be null.
modality
A String representing the modality name or the queried series. This parameter can be null.
seriesNumber
A String representing the series number for the queried series. This parameter can be null.
seriesInstanceUID
A String representing the Series Instance UID for the queried series. 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 series information.

Requirements

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

See Also

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