LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SelectedModality Property (ModalitySettingsDataSource)

Show in webframe






Gets or sets the selcted Leadtools.Dicom.Common.DataTypes.ModalityType.
Syntax
public ModalityType SelectedModality {get; set;}
'Declaration
 
Public Property SelectedModality As ModalityType
'Usage
 
Dim instance As ModalitySettingsDataSource
Dim value As ModalityType
 
instance.SelectedModality = value
 
value = instance.SelectedModality

            

            
public: __property ModalityType get_SelectedModality();
public: __property void set_SelectedModality( 
   ModalityType value
);
public:
property ModalityType SelectedModality {
   ModalityType get();
   void set (    ModalityType value);
}

Property Value

The Leadtools.Dicom.Common.DataTypes.ModalityType object that represents the selected modality.
Requirements

Target Platforms

See Also

Reference

ModalitySettingsDataSource Class
ModalitySettingsDataSource Members

 

 


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