LoadSeries(SeriesInformation) Method

Summary
Loads DICOM Series images into the viewer for viewing.
Syntax
C#
C++/CLI
public void LoadSeries( 
   SeriesInformation series 
) 
public:  
   void LoadSeries( 
      SeriesInformation^ series 
   ) 

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.

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.