
Uses of Enum Class
org.hl7.fhir.r4.model.PlanDefinition.RequestPriority
Packages that use PlanDefinition.RequestPriority
-
Uses of PlanDefinition.RequestPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.RequestPriorityModifier and TypeFieldDescriptionprotected Enumeration<PlanDefinition.RequestPriority> PlanDefinition.PlanDefinitionActionComponent.priorityIndicates how quickly the action should be addressed with respect to other actions.Methods in org.hl7.fhir.r4.model that return PlanDefinition.RequestPriorityModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getPriority()Returns the enum constant of this class with the specified name.static PlanDefinition.RequestPriority[]PlanDefinition.RequestPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.RequestPriorityModifier and TypeMethodDescriptionPlanDefinition.RequestPriorityEnumFactory.fromType(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.RequestPriorityModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPriority(PlanDefinition.RequestPriority value) PlanDefinition.RequestPriorityEnumFactory.toCode(PlanDefinition.RequestPriority code) PlanDefinition.RequestPriorityEnumFactory.toSystem(PlanDefinition.RequestPriority code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.RequestPriorityModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setPriorityElement(Enumeration<PlanDefinition.RequestPriority> value)