Leadtools.Dicom.WCF
LEAD Technologies, Inc

FindSeries Method (DICOMService)






A System.String representing the Study Instance UID for the queried series. This parameter can be null.
A System.String representing the modality name or the queried series. This parameter can be null.
A System.String representing the series number for the queried series. This parameter can be null.
A System.String representing the Series Instance UID for the queried series. This parameter can be null.
A System.String representing the field to perform sorting based on its values. This parameter can be null.
true to sort the returned results ascending, false to sort descending. This parameter can be null.
An System.Int32 value specifying the number of rows returned. pass -1 or null to return all results.
user custom data.
Queries for the DICOM series information using matching parameters.
Syntax
public virtual DataSet FindSeries( 
   string studyInstanceUID,
   string modality,
   string seriesNumber,
   string seriesInstanceUID,
   string sortField,
   bool ascending,
   int maxRows,
   string extraData
)
'Declaration
 
Public 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
'Usage
 
Dim instance As DICOMService
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)
public virtual DataSet FindSeries( 
   string studyInstanceUID,
   string modality,
   string seriesNumber,
   string seriesInstanceUID,
   string sortField,
   bool ascending,
   int maxRows,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.FindSeries( 
   studyInstanceUID ,
   modality ,
   seriesNumber ,
   seriesInstanceUID ,
   sortField ,
   ascending ,
   maxRows ,
   extraData 
)
public:
virtual DataSet^ FindSeries( 
   String^ studyInstanceUID,
   String^ modality,
   String^ seriesNumber,
   String^ seriesInstanceUID,
   String^ sortField,
   bool ascending,
   int maxRows,
   String^ extraData
) 

Parameters

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

Return Value

An ADO.NET System.Data.DataSet which contains the series information.
Remarks

The default plug-in implementation will return dataset with one ADO.NET System.Data.DataTable table and the following System.Data.DataColumn :

Column Name Data Type Required for Medical Web Viewer Demo
SeriesDate datetime False
SeriesTime datetime False
SeriesNumber nvarchar (12) False
SeriesDesc nvarchar (64) False
Modality nvarchar (16) True
SeriesInstanceUID nvarchar (64) True
StudyInstanceUID nvarchar (64) True
FrameCount nvarchar (12) True

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.