LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ModalitySettingsDataSource Class Members
See Also  Properties  Methods 
Leadtools.Medical.Workstation Namespace : ModalitySettingsDataSource Class

The following tables list the members exposed by ModalitySettingsDataSource.

Public Constructors

 NameDescription
public Constructor ModalitySettingsDataSource ConstructorInitializes a new instance of the ModalitySettingsDataSource class.  
Top

Public Properties

 NameDescription
public Property AllAllowedShortcutsGets the allowed keyboard System.Windows.Forms.Keys for applying Window Level presets.  
public Property ModalityOptionsGets the modality options.  
public Property SelectedModalityGets or sets the selcted Leadtools.Dicom.Common.DataTypes.ModalityType.  
Top

Public Methods

 NameDescription
public Method AddModalityPresetAdds preset window level information for a specified modality type.  
public Method DeleteModalityPresetDeletes a modality preset for the Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method GetAllowedAutoModalityShortcutsGets an array of System.Windows.Forms.Keys that can be used as shortcuts to select Auto Window/Level for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method GetAllowedModalityPresetShortcutsGets an array of System.Windows.Forms.Keys that can be used as shortcuts for the specified preset.  
public Method GetAutoWindowLevelShortcutGets the shortcut key that sets Auto Window/Level for specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method GetDefaultPresetGets the default preset WindowLevelInformation for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method GetModalitiesGets the modalities that are available in the ModalitySettingsDataSource.  
public Method GetModalityWindowLevelPresetsGets the window level presets for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method HasChangesGets a value that indicates whether the ModalitySettingsDataSource has changed.  
public Method IsApplyAutoWindowLevelSelectedDetermines if the Apply Auto Window/Level feature is selected for the Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method SetAutoWindowLevelShortcutSets the Auto Window/Level shortcut key.  
public Method SetModalityApplyAutoPresetSets whether Apply Auto Preset feature is selected for a given modality.  
public Method SetModalityDefaultPresetSets a default WindowLevelInformation to e applied for the given modality  
Top

See Also