Leadtools.Medical.Workstation Namespace : ApplyActionCommand Class |
The following tables list the members exposed by ApplyActionCommand.
Name | Description | |
---|---|---|
ApplyActionCommand Constructor | Initializes a new instance of the ApplyActionCommand class. |
Name | Description | |
---|---|---|
Action | Gets or sets the Leadtools.MedicalViewer.MedicalViewerActionType to apply. | |
ApplyOnFlags | Gets or sets the ApplyActionFlags value that tells the command on what the action should be applied. | |
Container | Gets the WorkstationContainer for the current active workstation which this command will execute on. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Enabled | Gets or sets a value to temporarily enables and disable the command execution. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
FeatureId | Gets the feature ID that is registered with this command. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
MouseButton | Gets or sets the Leadtools.MedicalViewer.MedicalViewerMouseButtons that is assigned for the Leadtools.MedicalViewer.MedicalViewerMouseButtons left-click action. | |
Supported | Gets or sets a value to disable the feature associated with the command to be executed. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
CanExecute | Checks whether the Leadtools.Medical.Workstation.Commands.WorkstationCommand.Enabled and Leadtools.Medical.Workstation.Commands.WorkstationCommand.Supported properties are true and calls the Leadtools.Medical.Workstation.Commands.WorkstationCommand.DoCanExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Execute | Checks whether the Leadtools.Medical.Workstation.Commands.WorkstationCommand.Enabled and Leadtools.Medical.Workstation.Commands.WorkstationCommand.Supported properties are true and calls the Leadtools.Medical.Workstation.Commands.WorkstationCommand.DoExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
DoCanExecute | Overridden. Determines whether the command can apply the Action on the Leadtools.MedicalViewer.MedicalViewerBaseCell objects. | |
DoExecute | Overridden. Applies the Action on all the Leadtools.MedicalViewer.MedicalViewerBaseCell objects that exists on the Leadtools.Medical.Workstation.UI.WorkstationViewer based on the provided ApplyOnFlags value. | |
OnActionApplied | Fires the ActionApplied event. | |
OnCommandExecuted | Publishes the current feature to be executed through the WorkstationContainer.EventBroker. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
ActionApplied | Occurs when the command applies the action. |