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