Uses of Enum
org.hl7.fhir.r4.model.PlanDefinition.ActionPrecheckBehavior
-
Uses of PlanDefinition.ActionPrecheckBehavior in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<PlanDefinition.ActionPrecheckBehavior> PlanDefinition.PlanDefinitionActionComponent.precheckBehavior
Defines whether the action should usually be preselected.Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getPrecheckBehavior()
Returns the enum constant of this type with the specified name.PlanDefinition.ActionPrecheckBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPlanDefinition.ActionPrecheckBehaviorEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getPrecheckBehaviorElement()
Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPrecheckBehavior
(PlanDefinition.ActionPrecheckBehavior value) PlanDefinition.ActionPrecheckBehaviorEnumFactory.toCode
(PlanDefinition.ActionPrecheckBehavior code) PlanDefinition.ActionPrecheckBehaviorEnumFactory.toSystem
(PlanDefinition.ActionPrecheckBehavior code) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPrecheckBehaviorElement
(Enumeration<PlanDefinition.ActionPrecheckBehavior> value)