Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class > LoadSeries Method : LoadSeries(String,String,String,MedicalViewerLoaderBase) Method |
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 )
function Leadtools.Medical.Workstation.UI.WorkstationViewer.LoadSeries(String,String,String,MedicalViewerLoaderBase)( 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 )
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 Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingCompleted, Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingCanceled and Leadtools.Medical.Workstation.UI.WorkstationViewer.SeriesLoadingError events.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2