| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<PlanDefinition.ActionPrecheckBehavior> |
PlanDefinition.PlanDefinitionActionComponent.precheckBehavior
Defines whether the action should usually be preselected.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinition.ActionPrecheckBehavior |
PlanDefinition.ActionPrecheckBehavior.fromCode(String codeString) |
PlanDefinition.ActionPrecheckBehavior |
PlanDefinition.ActionPrecheckBehaviorEnumFactory.fromCode(String codeString) |
PlanDefinition.ActionPrecheckBehavior |
PlanDefinition.PlanDefinitionActionComponent.getPrecheckBehavior() |
static PlanDefinition.ActionPrecheckBehavior |
PlanDefinition.ActionPrecheckBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanDefinition.ActionPrecheckBehavior[] |
PlanDefinition.ActionPrecheckBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PlanDefinition.ActionPrecheckBehavior> |
PlanDefinition.ActionPrecheckBehaviorEnumFactory.fromType(Base code) |
Enumeration<PlanDefinition.ActionPrecheckBehavior> |
PlanDefinition.PlanDefinitionActionComponent.getPrecheckBehaviorElement() |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition.PlanDefinitionActionComponent |
PlanDefinition.PlanDefinitionActionComponent.setPrecheckBehavior(PlanDefinition.ActionPrecheckBehavior value) |
String |
PlanDefinition.ActionPrecheckBehaviorEnumFactory.toCode(PlanDefinition.ActionPrecheckBehavior code) |
String |
PlanDefinition.ActionPrecheckBehaviorEnumFactory.toSystem(PlanDefinition.ActionPrecheckBehavior code) |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinition.PlanDefinitionActionComponent |
PlanDefinition.PlanDefinitionActionComponent.setPrecheckBehaviorElement(Enumeration<PlanDefinition.ActionPrecheckBehavior> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.