Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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 )
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 SeriesLoadingCompleted, SeriesLoadingCanceled and SeriesLoadingError events.