LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

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
add_FullSeriesImagesStreamed(function(sender, e))
remove_FullSeriesImagesStreamed(function(sender, e))

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.