Gets a dictionary which contains a list of Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier objects associated with Leadtools.MedicalViewer.MedicalViewerCell.
public virtual DictionaryWithEvents<MedicalViewerCell, ListWithEvents<AnnotationIdentifier>> MedicalViewerCellAnnotations { get; }
Public Overridable ReadOnly Property MedicalViewerCellAnnotations As Leadtools.Medical.Workstation.DictionaryWithEvents(Of MedicalViewerCell,ListWithEvents(Of AnnotationIdentifier))
public:
virtual property Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerCell^,ListWithEvents<AnnotationIdentifier^>^>^ MedicalViewerCellAnnotations {
Leadtools.Medical.Workstation.DictionaryWithEvents<MedicalViewerCell^,ListWithEvents<AnnotationIdentifier^>^>^ get();
}
a DictionaryWithEvents<TKey,TValue> which contains a list of Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier objects associated with Leadtools.MedicalViewer.MedicalViewerCell.
When a series is loaded into a Leadtools.Medical.Workstation.UI.WorkstationViewer control, the annotations stored into a Leadtools.Medical.Workstation.DataAccessLayer.IWorkstationDataAccessAgent will be retrieved and assocaiated with the cells.
When saving or deleting annotation the component which perform the action should maintain this list.
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