Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

FullSeriesImagesStreamed Event






Occurs when all the images in a series are streamed from the WCF service.
Syntax
public event EventHandler<FullSeriesImagesStreamedEventArgs> FullSeriesImagesStreamed
'Declaration
 
Public Event FullSeriesImagesStreamed As EventHandler(Of FullSeriesImagesStreamedEventArgs)
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim handler As EventHandler(Of FullSeriesImagesStreamedEventArgs)
 
AddHandler instance.FullSeriesImagesStreamed, handler

            

            
public:
event EventHandler<FullSeriesImagesStreamedEventArgs^>^ FullSeriesImagesStreamed
Event Data

The event handler receives an argument of type FullSeriesImagesStreamedEventArgs containing data related to this event. The following FullSeriesImagesStreamedEventArgs properties provide information specific to this event.

PropertyDescription
Cells Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in.
SeriesInstanceUID Gets the Series Instance UID of the loaded series.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file