LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

LoadSeries(String,String,String,MedicalViewerLoaderBase) Method

Show in webframe






Type: System.String The Patient ID of the series to be loaded.
Type: System.String The Study Instance UID of the series to be loaded.
Type: System.String The Series Instance UID for the series to be loaded.
Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase The object used to retrieve the series images and load them into the MedicalViewer control.
Loads DICOM Series images into the viewer for viewing.
Syntax
public void LoadSeries( 
   string patientId,
   string studyInstanceUid,
   string seriesInstanceUid,
   MedicalViewerLoaderBase loader
)
'Declaration
 
Public Overloads Sub LoadSeries( _
   ByVal patientId As String, _
   ByVal studyInstanceUid As String, _
   ByVal seriesInstanceUid As String, _
   ByVal loader As MedicalViewerLoaderBase _
) 
'Usage
 
Dim instance As WorkstationViewer
Dim patientId As String
Dim studyInstanceUid As String
Dim seriesInstanceUid As String
Dim loader As MedicalViewerLoaderBase
 
instance.LoadSeries(patientId, studyInstanceUid, seriesInstanceUid, loader)

            

            
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.

Example
For an example, refer to the Medical Workstation Viewer or the live Medical Web Viewer demo.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.