LoadSeries(string,string,string,MedicalViewerLoaderBase) Method

Summary
Loads DICOM Series images into the viewer for viewing.
Syntax
C#
C++/CLI
public void LoadSeries( 
   string patientId, 
   string studyInstanceUid, 
   string seriesInstanceUid, 
   MedicalViewerLoaderBase loader 
) 
public:  
   void LoadSeries( 
      String^ patientId, 
      String^ studyInstanceUid, 
      String^ seriesInstanceUid, 
      MedicalViewerLoaderBase^ loader 
   ) 

Parameters

patientId
Type: System.String The Patient ID of the series to be loaded.

studyInstanceUid
Type: System.String The Study Instance UID of the series to be loaded.

seriesInstanceUid
Type: System.String The Series Instance UID for the series to be loaded.

loader
Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase The object used to retrieve the series images and load them into the MedicalViewer control.

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.