Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.ActionPrecheckBehavior
-
Packages that use PlanDefinition.ActionPrecheckBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.ActionPrecheckBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionPrecheckBehavior Modifier and Type Field Description protected Enumeration<PlanDefinition.ActionPrecheckBehavior>PlanDefinition.PlanDefinitionActionComponent. precheckBehaviorDefines whether the action should usually be preselected.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionPrecheckBehavior Modifier and Type Method Description static PlanDefinition.ActionPrecheckBehaviorPlanDefinition.ActionPrecheckBehavior. fromCode(String codeString)PlanDefinition.ActionPrecheckBehaviorPlanDefinition.ActionPrecheckBehaviorEnumFactory. fromCode(String codeString)PlanDefinition.ActionPrecheckBehaviorPlanDefinition.PlanDefinitionActionComponent. getPrecheckBehavior()static PlanDefinition.ActionPrecheckBehaviorPlanDefinition.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.ActionPrecheckBehavior Modifier and Type Method Description Enumeration<PlanDefinition.ActionPrecheckBehavior>PlanDefinition.ActionPrecheckBehaviorEnumFactory. fromType(Base code)Enumeration<PlanDefinition.ActionPrecheckBehavior>PlanDefinition.PlanDefinitionActionComponent. getPrecheckBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionPrecheckBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setPrecheckBehavior(PlanDefinition.ActionPrecheckBehavior value)StringPlanDefinition.ActionPrecheckBehaviorEnumFactory. toCode(PlanDefinition.ActionPrecheckBehavior code)StringPlanDefinition.ActionPrecheckBehaviorEnumFactory. toSystem(PlanDefinition.ActionPrecheckBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionPrecheckBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setPrecheckBehaviorElement(Enumeration<PlanDefinition.ActionPrecheckBehavior> value)
-