Uses of Class
org.hl7.fhir.r4b.model.Enumerations.ActionPrecheckBehavior
-
Packages that use Enumerations.ActionPrecheckBehavior Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.ActionPrecheckBehavior in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.ActionPrecheckBehavior Modifier and Type Field Description protected 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.r4b.model that return Enumerations.ActionPrecheckBehavior Modifier and Type Method Description static Enumerations.ActionPrecheckBehaviorEnumerations.ActionPrecheckBehavior. fromCode(String codeString)Enumerations.ActionPrecheckBehaviorEnumerations.ActionPrecheckBehaviorEnumFactory. fromCode(String codeString)Enumerations.ActionPrecheckBehaviorPlanDefinition.PlanDefinitionActionComponent. getPrecheckBehavior()Enumerations.ActionPrecheckBehaviorRequestGroup.RequestGroupActionComponent. getPrecheckBehavior()static Enumerations.ActionPrecheckBehaviorEnumerations.ActionPrecheckBehavior. valueOf(String name)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.r4b.model that return types with arguments of type Enumerations.ActionPrecheckBehavior Modifier and Type Method Description Enumeration<Enumerations.ActionPrecheckBehavior>Enumerations.ActionPrecheckBehaviorEnumFactory. fromType(Base code)Enumeration<Enumerations.ActionPrecheckBehavior>PlanDefinition.PlanDefinitionActionComponent. getPrecheckBehaviorElement()Enumeration<Enumerations.ActionPrecheckBehavior>RequestGroup.RequestGroupActionComponent. getPrecheckBehaviorElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.ActionPrecheckBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setPrecheckBehavior(Enumerations.ActionPrecheckBehavior value)RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setPrecheckBehavior(Enumerations.ActionPrecheckBehavior value)StringEnumerations.ActionPrecheckBehaviorEnumFactory. toCode(Enumerations.ActionPrecheckBehavior code)StringEnumerations.ActionPrecheckBehaviorEnumFactory. toSystem(Enumerations.ActionPrecheckBehavior code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.ActionPrecheckBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setPrecheckBehaviorElement(Enumeration<Enumerations.ActionPrecheckBehavior> value)RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setPrecheckBehaviorElement(Enumeration<Enumerations.ActionPrecheckBehavior> value)
-