Leadtools.Medical.Workstation Namespace > WorkstationState Class : MedicalViewerCellAnnotations Property |
public virtual DictionaryWithEvents<MedicalViewerCell,ListWithEvents<AnnotationIdentifier>> MedicalViewerCellAnnotations {get;}
'Declaration Public Overridable ReadOnly Property MedicalViewerCellAnnotations As DictionaryWithEvents(Of MedicalViewerCell,ListWithEvents(Of AnnotationIdentifier))
'Usage Dim instance As WorkstationState Dim value As DictionaryWithEvents(Of MedicalViewerCell,ListWithEvents(Of AnnotationIdentifier)) value = instance.MedicalViewerCellAnnotations
public: __property virtual DictionaryWithEvents<MedicalViewerCell*,ListWithEvents<AnnotationIdentifier*>*>* get_MedicalViewerCellAnnotations();
public: virtual property DictionaryWithEvents<MedicalViewerCell*,ListWithEvents<AnnotationIdentifier*>*>* MedicalViewerCellAnnotations { DictionaryWithEvents<MedicalViewerCell*,ListWithEvents<AnnotationIdentifier*>*>* get(); }
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.