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