
Uses of Class
org.hl7.fhir.dstu3.model.CommunicationRequest.CommunicationRequestRequesterComponent
Packages that use CommunicationRequest.CommunicationRequestRequesterComponent
-
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CommunicationRequest.CommunicationRequestRequesterComponentModifier and TypeMethodDescriptionJsonParser.parseCommunicationRequestCommunicationRequestRequesterComponent(com.google.gson.JsonObject json, CommunicationRequest owner) XmlParser.parseCommunicationRequestCommunicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type CommunicationRequest.CommunicationRequestRequesterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunicationRequestCommunicationRequestRequesterComponent(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) protected voidRdfParser.composeCommunicationRequestCommunicationRequestRequesterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CommunicationRequest.CommunicationRequestRequesterComponent element, int index) protected voidXmlParser.composeCommunicationRequestCommunicationRequestRequesterComponent(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) protected voidXmlParser.composeCommunicationRequestCommunicationRequestRequesterComponentElements(CommunicationRequest.CommunicationRequestRequesterComponent element) protected voidJsonParser.composeCommunicationRequestCommunicationRequestRequesterComponentInner(CommunicationRequest.CommunicationRequestRequesterComponent element) protected booleanXmlParser.parseCommunicationRequestCommunicationRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res) protected voidJsonParser.parseCommunicationRequestCommunicationRequestRequesterComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res) -
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as CommunicationRequest.CommunicationRequestRequesterComponentModifier and TypeFieldDescriptionCommunicationRequest.requesterThe individual who initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return CommunicationRequest.CommunicationRequestRequesterComponentModifier and TypeMethodDescriptionCommunicationRequest.CommunicationRequestRequesterComponent.copy()CommunicationRequest.getRequester()CommunicationRequest.CommunicationRequestRequesterComponent.setAgentTarget(Resource value) CommunicationRequest.CommunicationRequestRequesterComponent.setOnBehalfOf(Reference value) CommunicationRequest.CommunicationRequestRequesterComponent.setOnBehalfOfTarget(Organization value) Methods in org.hl7.fhir.dstu3.model with parameters of type CommunicationRequest.CommunicationRequestRequesterComponentModifier and TypeMethodDescriptionCommunicationRequest.setRequester(CommunicationRequest.CommunicationRequestRequesterComponent value)