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


The following tables list the members exposed by IModalitySettingsDataSource.

Public Properties

 NameDescription
 Property AllAllowedShortcutsGets a list of all the keys that are allowed as shortcuts.  
 Property SelectedModalityGets the currently selected Modality.  
Top

Public Methods

 NameDescription
 Method AddModalityPresetAdds preset window level information for a specified modality type.  
 Method DeleteModalityPresetDeletes a modality preset for the Leadtools.Dicom.Common.DataTypes.ModalityType.  
 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.  
 Method GetAllowedModalityPresetShortcutsGets an array of System.Windows.Forms.Keys that can be used as shortcuts for the specified preset.  
 Method GetAutoWindowLevelShortcutGets the shortcut key that sets Auto Window/Level for specified Leadtools.Dicom.Common.DataTypes.ModalityType  
 Method GetDefaultPresetGets the default preset WindowLevelInformation for the specified Leadtools.Dicom.Common.DataTypes.ModalityType  
 Method GetModalitiesGets the Leadtools.Dicom.Common.DataTypes.ModalityType objects.  
 Method GetModalityWindowLevelPresetsGets the preset window levels for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
 Method IsApplyAutoWindowLevelSelectedDetermines if auto window levels should be applied to the specified Leadtools.Dicom.Common.DataTypes.ModalityType  
 Method SetAutoWindowLevelShortcutSets the shortcut key that sets Auto Window/Level for specified Leadtools.Dicom.Common.DataTypes.ModalityType  
 Method SetModalityApplyAutoPresetSets the Auto Window/Level  
 Method SetModalityDefaultPresetSets the default preset WindowLevelInformation for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
Top

See Also