
Uses of Enum Class
org.hl7.fhir.r4.model.RequestGroup.RequestPriority
Packages that use RequestGroup.RequestPriority
- 
Uses of RequestGroup.RequestPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.RequestPriorityModifier and TypeFieldDescriptionprotected Enumeration<RequestGroup.RequestPriority> RequestGroup.priorityIndicates how quickly the request should be addressed with respect to other requests.protected Enumeration<RequestGroup.RequestPriority> RequestGroup.RequestGroupActionComponent.priorityIndicates how quickly the action should be addressed with respect to other actions.Methods in org.hl7.fhir.r4.model that return RequestGroup.RequestPriorityModifier and TypeMethodDescriptionstatic RequestGroup.RequestPriorityRequestGroup.getPriority()RequestGroup.RequestGroupActionComponent.getPriority()static RequestGroup.RequestPriorityReturns the enum constant of this class with the specified name.static RequestGroup.RequestPriority[]RequestGroup.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 RequestGroup.RequestPriorityModifier and TypeMethodDescriptionRequestGroup.RequestPriorityEnumFactory.fromType(PrimitiveType<?> code) RequestGroup.getPriorityElement()RequestGroup.RequestGroupActionComponent.getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.RequestPriorityModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setPriority(RequestGroup.RequestPriority value) RequestGroup.setPriority(RequestGroup.RequestPriority value) RequestGroup.RequestPriorityEnumFactory.toCode(RequestGroup.RequestPriority code) RequestGroup.RequestPriorityEnumFactory.toSystem(RequestGroup.RequestPriority code) Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.RequestPriorityModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setPriorityElement(Enumeration<RequestGroup.RequestPriority> value) RequestGroup.setPriorityElement(Enumeration<RequestGroup.RequestPriority> value)