LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
FullSeriesImagesStreamedEventArgs Constructor
See Also 
Leadtools.Dicom.Web Namespace > FullSeriesImagesStreamedEventArgs Class : FullSeriesImagesStreamedEventArgs Constructor



cells
The Leadtools.MedicalViewer.MedicalViewerMultiCell cotnrols which the series images are displayed in.
seriesInstanceUID
Type: System.String The Series Instance UID of the loaded series.
Initializes a new instance of the FullSeriesImagesStreamedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cells() As MedicalViewerMultiCell, _
   ByVal seriesInstanceUID As String _
)
Visual Basic (Usage)Copy Code
Dim cells() As MedicalViewerMultiCell
Dim seriesInstanceUID As String
 
Dim instance As New FullSeriesImagesStreamedEventArgs(cells, seriesInstanceUID)
C# 
public FullSeriesImagesStreamedEventArgs( 
   MedicalViewerMultiCell[] cells,
   string seriesInstanceUID
)
C++/CLI 
public:
FullSeriesImagesStreamedEventArgs( 
   array<MedicalViewerMultiCell^>^ cells,
   String^ seriesInstanceUID
)

Parameters

cells
The Leadtools.MedicalViewer.MedicalViewerMultiCell cotnrols which the series images are displayed in.
seriesInstanceUID
Type: System.String The Series Instance UID of the loaded series.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also