Uses of Class
org.hl7.fhir.dstu2.model.ReferralRequest.ReferralStatus
-
Packages that use ReferralRequest.ReferralStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of ReferralRequest.ReferralStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ReferralRequest.ReferralStatus Modifier and Type Field Description protected Enumeration<ReferralRequest.ReferralStatus>ReferralRequest. statusThe workflow status of the referral or transfer of care request.Methods in org.hl7.fhir.dstu2.model that return ReferralRequest.ReferralStatus Modifier and Type Method Description static ReferralRequest.ReferralStatusReferralRequest.ReferralStatus. fromCode(String codeString)ReferralRequest.ReferralStatusReferralRequest.ReferralStatusEnumFactory. fromCode(String codeString)ReferralRequest.ReferralStatusReferralRequest. getStatus()static ReferralRequest.ReferralStatusReferralRequest.ReferralStatus. valueOf(String name)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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ReferralRequest.ReferralStatus Modifier and Type Method Description Enumeration<ReferralRequest.ReferralStatus>ReferralRequest.ReferralStatusEnumFactory. fromType(Base code)Enumeration<ReferralRequest.ReferralStatus>ReferralRequest. getStatusElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ReferralRequest.ReferralStatus Modifier and Type Method Description ReferralRequestReferralRequest. setStatus(ReferralRequest.ReferralStatus value)StringReferralRequest.ReferralStatusEnumFactory. toCode(ReferralRequest.ReferralStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ReferralRequest.ReferralStatus Modifier and Type Method Description ReferralRequestReferralRequest. setStatusElement(Enumeration<ReferralRequest.ReferralStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ReferralRequest.ReferralStatus Constructor Description ReferralRequest(Enumeration<ReferralRequest.ReferralStatus> status)
-