Uses of Class
org.hl7.fhir.dstu2.model.ReferralRequest
-
Packages that use ReferralRequest Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ReferralRequest in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ReferralRequest Modifier and Type Method Description protected ReferralRequestJsonParser. parseReferralRequest(com.google.gson.JsonObject json)protected ReferralRequestXmlParser. parseReferralRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type ReferralRequest Modifier and Type Method Description protected voidJsonParser. composeReferralRequest(String name, ReferralRequest element)protected voidXmlParser. composeReferralRequest(String name, ReferralRequest element)protected voidJsonParser. composeReferralRequestInner(ReferralRequest element) -
Uses of ReferralRequest in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ReferralRequest Modifier and Type Field Description protected ReferralRequestClaim. referralTargetThe actual object that is the target of the reference (The referral resource which lists the date, practitioner, reason and other supporting information.)Fields in org.hl7.fhir.dstu2.model with type parameters of type ReferralRequest Modifier and Type Field Description protected List<ReferralRequest>Encounter. incomingReferralTargetThe actual objects that are the target of the reference (The referral request this encounter satisfies (incoming referral).)protected List<ReferralRequest>EpisodeOfCare. referralRequestTargetThe actual objects that are the target of the reference (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ReferralRequest Modifier and Type Method Description List<ReferralRequest>Encounter. getIncomingReferralTarget()List<ReferralRequest>EpisodeOfCare. getReferralRequestTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type ReferralRequest Modifier and Type Method Description ClaimClaim. setReferralTarget(ReferralRequest value)
-