
Uses of Class
org.hl7.fhir.dstu3.model.ReferralRequest.ReferralRequestRequesterComponent
Packages that use ReferralRequest.ReferralRequestRequesterComponent
-
Uses of ReferralRequest.ReferralRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ReferralRequest.ReferralRequestRequesterComponentModifier and TypeMethodDescriptionJsonParser.parseReferralRequestReferralRequestRequesterComponent(com.google.gson.JsonObject json, ReferralRequest owner) XmlParser.parseReferralRequestReferralRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ReferralRequest.ReferralRequestRequesterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeReferralRequestReferralRequestRequesterComponent(String name, ReferralRequest.ReferralRequestRequesterComponent element) protected voidRdfParser.composeReferralRequestReferralRequestRequesterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ReferralRequest.ReferralRequestRequesterComponent element, int index) protected voidXmlParser.composeReferralRequestReferralRequestRequesterComponent(String name, ReferralRequest.ReferralRequestRequesterComponent element) protected voidXmlParser.composeReferralRequestReferralRequestRequesterComponentElements(ReferralRequest.ReferralRequestRequesterComponent element) protected voidJsonParser.composeReferralRequestReferralRequestRequesterComponentInner(ReferralRequest.ReferralRequestRequesterComponent element) protected booleanXmlParser.parseReferralRequestReferralRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent res) protected voidJsonParser.parseReferralRequestReferralRequestRequesterComponentProperties(com.google.gson.JsonObject json, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent res) -
Uses of ReferralRequest.ReferralRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ReferralRequest.ReferralRequestRequesterComponentModifier and TypeFieldDescriptionReferralRequest.requesterThe individual who initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return ReferralRequest.ReferralRequestRequesterComponentModifier and TypeMethodDescriptionReferralRequest.ReferralRequestRequesterComponent.copy()ReferralRequest.getRequester()ReferralRequest.ReferralRequestRequesterComponent.setAgentTarget(Resource value) ReferralRequest.ReferralRequestRequesterComponent.setOnBehalfOf(Reference value) ReferralRequest.ReferralRequestRequesterComponent.setOnBehalfOfTarget(Organization value) Methods in org.hl7.fhir.dstu3.model with parameters of type ReferralRequest.ReferralRequestRequesterComponentModifier and TypeMethodDescriptionReferralRequest.setRequester(ReferralRequest.ReferralRequestRequesterComponent value)