Uses of Enum
org.hl7.fhir.dstu2.model.ReferralRequest.ReferralStatus
-
Uses of ReferralRequest.ReferralStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ReferralRequest.ReferralStatus> ReferralRequest.status
The workflow status of the referral or transfer of care request.Modifier and TypeMethodDescriptionReferralRequest.getStatus()
Returns the enum constant of this type with the specified name.static ReferralRequest.ReferralStatus[]
ReferralRequest.ReferralStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionReferralRequest.setStatus
(ReferralRequest.ReferralStatus value) ReferralRequest.ReferralStatusEnumFactory.toCode
(ReferralRequest.ReferralStatus code) Modifier and TypeMethodDescriptionReferralRequest.setStatusElement
(Enumeration<ReferralRequest.ReferralStatus> value) ModifierConstructorDescription