
Uses of Class
org.hl7.fhir.dstu3.model.MedicationRequest.MedicationRequestRequesterComponent
Packages that use MedicationRequest.MedicationRequestRequesterComponent
-
Uses of MedicationRequest.MedicationRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return MedicationRequest.MedicationRequestRequesterComponentModifier and TypeMethodDescriptionJsonParser.parseMedicationRequestMedicationRequestRequesterComponent(com.google.gson.JsonObject json, MedicationRequest owner) XmlParser.parseMedicationRequestMedicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type MedicationRequest.MedicationRequestRequesterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationRequestMedicationRequestRequesterComponent(String name, MedicationRequest.MedicationRequestRequesterComponent element) protected voidRdfParser.composeMedicationRequestMedicationRequestRequesterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationRequest.MedicationRequestRequesterComponent element, int index) protected voidXmlParser.composeMedicationRequestMedicationRequestRequesterComponent(String name, MedicationRequest.MedicationRequestRequesterComponent element) protected voidXmlParser.composeMedicationRequestMedicationRequestRequesterComponentElements(MedicationRequest.MedicationRequestRequesterComponent element) protected voidJsonParser.composeMedicationRequestMedicationRequestRequesterComponentInner(MedicationRequest.MedicationRequestRequesterComponent element) protected booleanXmlParser.parseMedicationRequestMedicationRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner, MedicationRequest.MedicationRequestRequesterComponent res) protected voidJsonParser.parseMedicationRequestMedicationRequestRequesterComponentProperties(com.google.gson.JsonObject json, MedicationRequest owner, MedicationRequest.MedicationRequestRequesterComponent res) -
Uses of MedicationRequest.MedicationRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as MedicationRequest.MedicationRequestRequesterComponentModifier and TypeFieldDescriptionMedicationRequest.requesterThe individual, organization or device that initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return MedicationRequest.MedicationRequestRequesterComponentModifier and TypeMethodDescriptionMedicationRequest.MedicationRequestRequesterComponent.copy()MedicationRequest.getRequester()MedicationRequest.MedicationRequestRequesterComponent.setAgentTarget(Resource value) MedicationRequest.MedicationRequestRequesterComponent.setOnBehalfOf(Reference value) MedicationRequest.MedicationRequestRequesterComponent.setOnBehalfOfTarget(Organization value) Methods in org.hl7.fhir.dstu3.model with parameters of type MedicationRequest.MedicationRequestRequesterComponentModifier and TypeMethodDescriptionMedicationRequest.setRequester(MedicationRequest.MedicationRequestRequesterComponent value)