Uses of Class
org.hl7.fhir.r4.model.SupplyRequest.RequestPriority
-
Packages that use SupplyRequest.RequestPriority Package Description org.hl7.fhir.r4.model -
-
Uses of SupplyRequest.RequestPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SupplyRequest.RequestPriority Modifier and Type Field Description protected 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.RequestPriority Modifier and Type Method Description static SupplyRequest.RequestPrioritySupplyRequest.RequestPriority. fromCode(String codeString)SupplyRequest.RequestPrioritySupplyRequest.RequestPriorityEnumFactory. fromCode(String codeString)SupplyRequest.RequestPrioritySupplyRequest. getPriority()static SupplyRequest.RequestPrioritySupplyRequest.RequestPriority. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type SupplyRequest.RequestPriority Modifier and Type Method Description Enumeration<SupplyRequest.RequestPriority>SupplyRequest.RequestPriorityEnumFactory. fromType(Base code)Enumeration<SupplyRequest.RequestPriority>SupplyRequest. getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type SupplyRequest.RequestPriority Modifier and Type Method Description SupplyRequestSupplyRequest. setPriority(SupplyRequest.RequestPriority value)StringSupplyRequest.RequestPriorityEnumFactory. toCode(SupplyRequest.RequestPriority code)StringSupplyRequest.RequestPriorityEnumFactory. toSystem(SupplyRequest.RequestPriority code)Method parameters in org.hl7.fhir.r4.model with type arguments of type SupplyRequest.RequestPriority Modifier and Type Method Description SupplyRequestSupplyRequest. setPriorityElement(Enumeration<SupplyRequest.RequestPriority> value)
-