Uses of Enum
org.hl7.fhir.dstu3.model.ReferralRequest.ReferralPriority
-
Uses of ReferralRequest.ReferralPriority in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ReferralRequest.ReferralPriority> ReferralRequest.priority
An indication of the urgency of referral (or where applicable the type of transfer of care) request.Modifier and TypeMethodDescriptionReferralRequest.getPriority()
Returns the enum constant of this type with the specified name.static ReferralRequest.ReferralPriority[]
ReferralRequest.ReferralPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionReferralRequest.ReferralPriorityEnumFactory.fromType
(PrimitiveType<?> code) ReferralRequest.getPriorityElement()
Modifier and TypeMethodDescriptionReferralRequest.setPriority
(ReferralRequest.ReferralPriority value) ReferralRequest.ReferralPriorityEnumFactory.toCode
(ReferralRequest.ReferralPriority code) ReferralRequest.ReferralPriorityEnumFactory.toSystem
(ReferralRequest.ReferralPriority code) Modifier and TypeMethodDescriptionReferralRequest.setPriorityElement
(Enumeration<ReferralRequest.ReferralPriority> value)