LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

MedicalViewerCellAnnotations Property







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 virtual DictionaryWithEvents<MedicalViewerCell,ListWithEvents<AnnotationIdentifier>> MedicalViewerCellAnnotations {get;}
 get_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: 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

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.