Start the process of streaming the series images and information from the web and initialize the
MedicalViewer control.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MedicalWebViewerStreamer
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
instance.StartSeriesStreaming(studyInstanceUID, 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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also