Uses of Class
org.hl7.fhir.r4.model.ServiceRequest.ServiceRequestPriority
-
Packages that use ServiceRequest.ServiceRequestPriority Package Description org.hl7.fhir.r4.model -
-
Uses of ServiceRequest.ServiceRequestPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest.ServiceRequestPriority Modifier and Type Field Description protected Enumeration<ServiceRequest.ServiceRequestPriority>ServiceRequest. priorityIndicates how quickly the ServiceRequest should be addressed with respect to other requests.Methods in org.hl7.fhir.r4.model that return ServiceRequest.ServiceRequestPriority Modifier and Type Method Description static ServiceRequest.ServiceRequestPriorityServiceRequest.ServiceRequestPriority. fromCode(String codeString)ServiceRequest.ServiceRequestPriorityServiceRequest.ServiceRequestPriorityEnumFactory. fromCode(String codeString)ServiceRequest.ServiceRequestPriorityServiceRequest. getPriority()static ServiceRequest.ServiceRequestPriorityServiceRequest.ServiceRequestPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceRequest.ServiceRequestPriority[]ServiceRequest.ServiceRequestPriority. 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 ServiceRequest.ServiceRequestPriority Modifier and Type Method Description Enumeration<ServiceRequest.ServiceRequestPriority>ServiceRequest.ServiceRequestPriorityEnumFactory. fromType(Base code)Enumeration<ServiceRequest.ServiceRequestPriority>ServiceRequest. getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequest.ServiceRequestPriority Modifier and Type Method Description ServiceRequestServiceRequest. setPriority(ServiceRequest.ServiceRequestPriority value)StringServiceRequest.ServiceRequestPriorityEnumFactory. toCode(ServiceRequest.ServiceRequestPriority code)StringServiceRequest.ServiceRequestPriorityEnumFactory. toSystem(ServiceRequest.ServiceRequestPriority code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ServiceRequest.ServiceRequestPriority Modifier and Type Method Description ServiceRequestServiceRequest. setPriorityElement(Enumeration<ServiceRequest.ServiceRequestPriority> value)
-