Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetSeries Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : GetSeries Method



studyInstanceUID
The DICOM Study Instance UID String identifying the study to retrieve the series from.
seriesInstanceUID
The DICOM Series Instance UID String identifying the series to retrieve.
Retrieves the series information.

Syntax

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

Parameters

studyInstanceUID
The DICOM Study Instance UID String identifying the study to retrieve the series from.
seriesInstanceUID
The DICOM Series Instance UID String identifying the series to retrieve.

Return Value

A DataSet containing the information about the requested series.

The DataSet will contains single table and each row represents a separate series information if many were found.

Example

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

Remarks

This information will be retrieved from the local cache if present

Requirements

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

See Also

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