Gets a collection of Leadtools.Medical.Workstation.UI.WorkstationViewer.LoadSeriesInformation that represents the current information for all loaded series.
public virtual ListWithEvents<LoadSeriesInformation> WorkstationLoadedSeries { get; }
Public Overridable ReadOnly Property WorkstationLoadedSeries As Leadtools.Medical.Workstation.ListWithEvents(Of WorkstationViewer.LoadSeriesInformation)
public:
virtual property Leadtools.Medical.Workstation.ListWithEvents<WorkstationViewer.LoadSeriesInformation^>^ WorkstationLoadedSeries {
Leadtools.Medical.Workstation.ListWithEvents<WorkstationViewer.LoadSeriesInformation^>^ get();
}
A ListWithEvents<T> that contains the current information for all loaded series.
When a series is loaded by or removed from a Leadtools.Medical.Workstation.UI.WorkstationViewer control this list will be updated.
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