Loads DICOM Series images into the viewer for viewing.
public void LoadSeries(
string patientId,
string studyInstanceUid,
string seriesInstanceUid,
MedicalViewerLoaderBase loader,
IMedicalViewerCellFactory cellFactory
)
Public Overloads Sub LoadSeries( _
ByVal patientId As String, _
ByVal studyInstanceUid As String, _
ByVal seriesInstanceUid As String, _
ByVal loader As Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase, _
ByVal cellFactory As Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory _
)
public:
void LoadSeries(
String^ patientId,
String^ studyInstanceUid,
String^ seriesInstanceUid,
Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase^ loader,
Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory^ cellFactory
)
patientId
A System.String that represents the Patient ID of the series to be loaded.
studyInstanceUid
A System.String that represents the Study Instnace UID of the series to be loaded.
seriesInstanceUid
A System.String that represents the Series Instance UID for the series to be loaded.
loader
The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase object used to retrieve the series images and load them in the MedicalViewer control.
cellFactory
An Leadtools.Medical.Workstation.Loader.IMedicalViewerCellFactory that is responsible for creating the series cells.
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