LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MedicalViewerCellAnnotations Property

Show in webframe






Gets a dictionary which contains a list of Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier objects associated with Leadtools.MedicalViewer.MedicalViewerCell.
Syntax
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();

Property Value

a DictionaryWithEvents<TKey,TValue> which contains a list of Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier objects associated with Leadtools.MedicalViewer.MedicalViewerCell.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.