Uses of Enum
org.hl7.fhir.dstu3.model.ReferralRequest.ReferralCategory
-
Uses of ReferralRequest.ReferralCategory in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ReferralRequest.ReferralCategory> ReferralRequest.intent
Distinguishes the "level" of authorization/demand implicit in this request.Modifier and TypeMethodDescriptionReferralRequest.getIntent()
Returns the enum constant of this type with the specified name.static ReferralRequest.ReferralCategory[]
ReferralRequest.ReferralCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionReferralRequest.ReferralCategoryEnumFactory.fromType
(PrimitiveType<?> code) ReferralRequest.getIntentElement()
Modifier and TypeMethodDescriptionReferralRequest.setIntent
(ReferralRequest.ReferralCategory value) ReferralRequest.ReferralCategoryEnumFactory.toCode
(ReferralRequest.ReferralCategory code) ReferralRequest.ReferralCategoryEnumFactory.toSystem
(ReferralRequest.ReferralCategory code) Modifier and TypeMethodDescriptionReferralRequest.setIntentElement
(Enumeration<ReferralRequest.ReferralCategory> value)