←Select platform

FullSeriesImagesStreamedEventArgs Constructor

Summary

Initializes a new instance of the FullSeriesImagesStreamedEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal cells() As Leadtools.Medicalviewer.MedicalViewerMultiCell, _ 
   ByVal seriesInstanceUID As String _ 
) 
public: 
FullSeriesImagesStreamedEventArgs(  
   Leadtools.Medicalviewer.array<MedicalViewerMultiCell^>^ cells, 
   String^ seriesInstanceUID 
) 

Parameters

cells
The Leadtools.MedicalViewer.MedicalViewerMultiCell controls 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly