| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionDefinition> |
ActionDefinition.action
Sub actions that are contained within the action.
|
protected List<ActionDefinition> |
DecisionSupportRule.action
The action element defines the "when" portion of the rule that determines what actions should be performed if the condition evaluates to true.
|
protected List<ActionDefinition> |
OrderSet.action
The definition of the actions that make up the order set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionDefinition> |
ActionDefinition.getAction() |
List<ActionDefinition> |
DecisionSupportRule.getAction() |
List<ActionDefinition> |
OrderSet.getAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
ActionDefinition.addAction(ActionDefinition t) |
DecisionSupportRule |
DecisionSupportRule.addAction(ActionDefinition t) |
OrderSet |
OrderSet.addAction(ActionDefinition t) |
Copyright © 2014–2018 University Health Network. All rights reserved.