←Select platform

LoadSeries(SeriesInformation) Method

Summary

Loads DICOM Series images into the viewer for viewing.

Syntax

C#
VB
C++
public void LoadSeries( 
   SeriesInformation series 
) 
  
Public Overloads Sub LoadSeries( _ 
   ByVal series As Leadtools.Medical.Workstation.SeriesInformation _ 
)  

Parameters

series
A Leadtools.Medical.Workstation.SeriesInformation object that contains the series information to be loaded.

Remarks

The images are retrieved and loaded in a separate thread. This means the method can return before the images are fully loaded. To know when the images are fully loaded into the viewer, register with the SeriesLoadingCompleted, SeriesLoadingCanceled and SeriesLoadingError events.

Example

For an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.

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.Medical.Workstation Assembly