Uses of Enum
org.hl7.fhir.dstu3.model.ReferralRequest.ReferralPriority
Packages that use ReferralRequest.ReferralPriority
-
Uses of ReferralRequest.ReferralPriority in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ReferralRequest.ReferralPriorityModifier and TypeFieldDescriptionprotected Enumeration<ReferralRequest.ReferralPriority>ReferralRequest.priorityAn indication of the urgency of referral (or where applicable the type of transfer of care) request.Methods in org.hl7.fhir.dstu3.model that return ReferralRequest.ReferralPriorityModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ReferralRequest.ReferralPriorityMethods in org.hl7.fhir.dstu3.model with parameters of type ReferralRequest.ReferralPriorityModifier and TypeMethodDescriptionReferralRequest.setPriority(ReferralRequest.ReferralPriority value)ReferralRequest.ReferralPriorityEnumFactory.toCode(ReferralRequest.ReferralPriority code)ReferralRequest.ReferralPriorityEnumFactory.toSystem(ReferralRequest.ReferralPriority code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ReferralRequest.ReferralPriorityModifier and TypeMethodDescriptionReferralRequest.setPriorityElement(Enumeration<ReferralRequest.ReferralPriority> value)