![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.ActivityDefinition.RequestPriority
Packages that use ActivityDefinition.RequestPriority
-
Uses of ActivityDefinition.RequestPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ActivityDefinition.RequestPriorityModifier and TypeFieldDescriptionprotected Enumeration
<ActivityDefinition.RequestPriority> ActivityDefinition.priority
Indicates how quickly the activity should be addressed with respect to other requests.Methods in org.hl7.fhir.r4.model that return ActivityDefinition.RequestPriorityModifier and TypeMethodDescriptionActivityDefinition.getPriority()
Returns the enum constant of this type with the specified name.static ActivityDefinition.RequestPriority[]
ActivityDefinition.RequestPriority.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 ActivityDefinition.RequestPriorityModifier and TypeMethodDescriptionActivityDefinition.RequestPriorityEnumFactory.fromType
(PrimitiveType<?> code) ActivityDefinition.getPriorityElement()
Methods in org.hl7.fhir.r4.model with parameters of type ActivityDefinition.RequestPriorityModifier and TypeMethodDescriptionActivityDefinition.setPriority
(ActivityDefinition.RequestPriority value) ActivityDefinition.RequestPriorityEnumFactory.toCode
(ActivityDefinition.RequestPriority code) ActivityDefinition.RequestPriorityEnumFactory.toSystem
(ActivityDefinition.RequestPriority code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ActivityDefinition.RequestPriorityModifier and TypeMethodDescriptionActivityDefinition.setPriorityElement
(Enumeration<ActivityDefinition.RequestPriority> value)