Occurs when all the images in a series are streamed from the WCF service.
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.
Property | Description |
---|---|
Cells | Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in. |
SeriesInstanceUID | Gets the Series Instance UID of the loaded series. |
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.