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 virtual DictionaryWithEvents<MedicalViewerCell,ListWithEvents<AnnotationIdentifier>> MedicalViewerCellAnnotations {get;}
get_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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2