
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.precheckBehavior
Defines whether the action should usually be preselected.protected Enumeration
<Enumerations.ActionPrecheckBehavior> RequestOrchestration.RequestOrchestrationActionComponent.precheckBehavior
Defines whether the action should usually be preselected.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionPrecheckBehaviorModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionEnumerations.ActionPrecheckBehaviorEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getPrecheckBehaviorElement()
RequestOrchestration.RequestOrchestrationActionComponent.getPrecheckBehaviorElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionPrecheckBehaviorModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ActionPrecheckBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPrecheckBehaviorElement
(Enumeration<Enumerations.ActionPrecheckBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setPrecheckBehaviorElement
(Enumeration<Enumerations.ActionPrecheckBehavior> value)