LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

LoadSeries(SeriesInformation) Method

Show in webframe






A Leadtools.Medical.Workstation.SeriesInformation object that contains the series information to be loaded.
Loads DICOM Series images into the viewer for viewing.
Syntax
public void LoadSeries( 
   SeriesInformation series
)
'Declaration
 
Public Overloads Sub LoadSeries( _
   ByVal series As SeriesInformation _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim series As SeriesInformation
 
instance.LoadSeries(series)

            

            
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.

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

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


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