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



studyInstanceUID
A String representing the Study Instance UID.
seriesInstanceUID
A String representing the Series Instance UID.
Start the process of streaming the series images and information from the web and initialize the MedicalViewer control.

Syntax

Visual Basic (Declaration) 
Public Sub StartSeriesStreaming( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
 
instance.StartSeriesStreaming(studyInstanceUID, seriesInstanceUID)
C# 
public void StartSeriesStreaming( 
   string studyInstanceUID,
   string seriesInstanceUID
)
C++/CLI 
public:
void StartSeriesStreaming( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID
) 

Parameters

studyInstanceUID
A String representing the Study Instance UID.
seriesInstanceUID
A String representing the Series Instance UID.

Example

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

Remarks

Calling this method will stream required DICOM information from the WCF DICOMService then asynchronously retreive related images and initializes the MedicalViewer control.

The series images will be displayed in the MedicalViewer control with their overlay tags information, usually a series will be displayed in one MedicalViewerCell which contains all the images frames unders the series. However when a series contains multiple multi-frame images or a mix between multi-frame and single frame images then other cells will be created. For more information about controlling the display of cells when streaming a series with multiple multi-frame images or a mix of multi/single frame images refer to the MixedSeriesCellDisplay property.

Requirements

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

See Also

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