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