LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

LoadSeries(SeriesInformation) Method







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
)
 function Leadtools.Medical.Workstation.UI.WorkstationViewer.LoadSeries(SeriesInformation)( 
   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 Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingCompleted, Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingCanceled and Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingError events.

Example
For an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.
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

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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