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