LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

FullSeriesImagesStreamed Event

Show in webframe



Occurs when all the images in a series are streamed from the WCF service.
Syntax
'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
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.