Uses of Enum
org.hl7.fhir.r4.model.PlanDefinition.RequestPriority
-
Uses of PlanDefinition.RequestPriority in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<PlanDefinition.RequestPriority> PlanDefinition.PlanDefinitionActionComponent.priority
Indicates how quickly the action should be addressed with respect to other actions.Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getPriority()
Returns the enum constant of this type with the specified name.static PlanDefinition.RequestPriority[]
PlanDefinition.RequestPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPlanDefinition.RequestPriorityEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getPriorityElement()
Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPriority
(PlanDefinition.RequestPriority value) PlanDefinition.RequestPriorityEnumFactory.toCode
(PlanDefinition.RequestPriority code) PlanDefinition.RequestPriorityEnumFactory.toSystem
(PlanDefinition.RequestPriority code) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPriorityElement
(Enumeration<PlanDefinition.RequestPriority> value)