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


The following tables list the members exposed by IModalitySettingsView.

Public Properties

 NameDescription
 Property CanAddSets a value that indicates whether a modality preset can be added.  
 Property CanDeleteSets a value that indicates whether a modality preset can be deleted.  
 Property CanUpdateSets a value that indicates whether a modality preset can be updated.  
 Property SelectedAutoWindowLevelShortcutGets or sets the selected AutoWindow Level shortcut key.  
Top

Public Methods

 NameDescription
 Method AskUserToUpdatePresetCall this to display a view which allow the user to update the given preset.  
 Method FillModalityWindowLevelListPopulates a the view with the window level information.  
 Method LoadModalitiesLoads the modality types.  
 Method RefreshWindowLevelListRefreshes the list of window levels in the view.  
 Method SetApplyAutoWindowLevelStateSet whether the Apply Auto Window Level feature is selected.  
 Method SetAutoWindowLevelShortcutsSets Auto Window/Level shortcut keys.  
 Method SetDefaultPresetSets the the default Window Level Preset.  
 Method SetSelectedModalitySets the selected Modality type.  
 Method VeriftyUserDeleteCurrentPresetVerifies the deletion of the current preset.  
Top

Public Events

 NameDescription
 Event AddModalityWindowLevelClickedOccurs when the user wants to add a Window Level for a modality.  
 Event AutoWindowLevelShortcutChangedOccurs when the AutoWindowLevel shortcut key is changed.  
 Event AutoWindowLevelStateChangedOccurs when the AutoWindowLevel state is changed.  
 Event DefaultModalityPresetChangedOccurs when the default modality preset is changed.  
 Event DeleteModalityWindowLevelClickedOccurs when the user request to delete a Window Level for a Modality.  
 Event LoadedOccurs when the view is loaded with settings.  
 Event SelectedModalityChangedOccurs when the selected Modality is changed.  
 Event SelectedModalityWindowLevelChangedOccurs when the selected Modality's window level is changed.  
 Event UpdateModalityWindowLevelClickedOccurs when the user request to Update the Window Level for a Modality .  
Top

See Also