Leadtools.Dicom.Web 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.Web Namespace > DicomWCFStreamer Class : FindSeries Method



studyInstanceUID
The Study Instance UID of the series to find. This value can be null or Empty.
modality
The name of the Modality. This value can be null or Empty.
seriesNumber
The text representation of the series number search parameter. This value can be null or Empty.
seriesInstanceUID
The Series Instance UID of the series to find. This value can be null or Empty.
extraData
User custom data.
Query for a DICOM Series information using search parameters.

Syntax

Visual Basic (Declaration) 
Public Function FindSeries( _
   ByVal studyInstanceUID As String, _
   ByVal modality As String, _
   ByVal seriesNumber As String, _
   ByVal seriesInstanceUID As String, _
   ByVal extraData As String _
) As DataSet
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim studyInstanceUID As String
Dim modality As String
Dim seriesNumber As String
Dim seriesInstanceUID As String
Dim extraData As String
Dim value As DataSet
 
value = instance.FindSeries(studyInstanceUID, modality, seriesNumber, seriesInstanceUID, extraData)
C# 
public DataSet FindSeries( 
   string studyInstanceUID,
   string modality,
   string seriesNumber,
   string seriesInstanceUID,
   string extraData
)
C++/CLI 
public:
DataSet FindSeries( 
   String^ studyInstanceUID,
   String^ modality,
   String^ seriesNumber,
   String^ seriesInstanceUID,
   String^ extraData
) 

Parameters

studyInstanceUID
The Study Instance UID of the series to find. This value can be null or Empty.
modality
The name of the Modality. This value can be null or Empty.
seriesNumber
The text representation of the series number search parameter. This value can be null or Empty.
seriesInstanceUID
The Series Instance UID of the series to find. This value can be null or Empty.
extraData
User custom data.

Return Value

An ADO.NET DataSet which contains one table with the rows that matches the search criteria.

Example

Please check our Medical Web Viewer demo, located in WinForms.csproj project.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, 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