Loads DICOM Series images into the viewer for viewing.
public void LoadSeries(
string patientId,
string studyInstanceUid,
string seriesInstanceUid,
MedicalViewerLoaderBase loader
)
Public Overloads Sub LoadSeries( _
ByVal patientId As String, _
ByVal studyInstanceUid As String, _
ByVal seriesInstanceUid As String, _
ByVal loader As MedicalViewerLoaderBase _
)
public:
void LoadSeries(
String^ patientId,
String^ studyInstanceUid,
String^ seriesInstanceUid,
MedicalViewerLoaderBase^ loader
)
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document