Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ActionPrecheckBehavior
Packages that use Enumerations.ActionPrecheckBehavior
-
Uses of Enumerations.ActionPrecheckBehavior in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ActionPrecheckBehaviorModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.ActionPrecheckBehavior>PlanDefinition.PlanDefinitionActionComponent.precheckBehaviorDefines whether the action should usually be preselected.protected Enumeration<Enumerations.ActionPrecheckBehavior>RequestGroup.RequestGroupActionComponent.precheckBehaviorDefines whether the action should usually be preselected.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getPrecheckBehavior()RequestGroup.RequestGroupActionComponent.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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getPrecheckBehaviorElement()RequestGroup.RequestGroupActionComponent.getPrecheckBehaviorElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPrecheckBehavior(Enumerations.ActionPrecheckBehavior value) RequestGroup.RequestGroupActionComponent.setPrecheckBehavior(Enumerations.ActionPrecheckBehavior value) Enumerations.ActionPrecheckBehaviorEnumFactory.toCode(Enumerations.ActionPrecheckBehavior code) Enumerations.ActionPrecheckBehaviorEnumFactory.toSystem(Enumerations.ActionPrecheckBehavior code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPrecheckBehaviorElement(Enumeration<Enumerations.ActionPrecheckBehavior> value) RequestGroup.RequestGroupActionComponent.setPrecheckBehaviorElement(Enumeration<Enumerations.ActionPrecheckBehavior> value)