Loads DICOM Series images into the viewer for viewing.
public void LoadSeries(
SeriesInformation series
)
Public Overloads Sub LoadSeries( _
ByVal series As Leadtools.Medical.Workstation.SeriesInformation _
)
public:
void LoadSeries(
Leadtools.Medical.Workstation.SeriesInformation^ series
)
series
A Leadtools.Medical.Workstation.SeriesInformation object that contains the series information to be loaded.
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 an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET