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(SeriesInformation) Method |
public void LoadSeries( SeriesInformation series )
'Declaration Public Overloads Sub LoadSeries( _ ByVal series As SeriesInformation _ )
'Usage Dim instance As WorkstationViewer Dim series As SeriesInformation instance.LoadSeries(series)
public: void LoadSeries( SeriesInformation* series )
public: void LoadSeries( SeriesInformation^ series )
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.