Uses of Class
org.hl7.fhir.dstu3.model.CommunicationRequest.CommunicationRequestRequesterComponent
-
Packages that use CommunicationRequest.CommunicationRequestRequesterComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CommunicationRequest.CommunicationRequestRequesterComponent Modifier and Type Method Description protected CommunicationRequest.CommunicationRequestRequesterComponentJsonParser. parseCommunicationRequestCommunicationRequestRequesterComponent(com.google.gson.JsonObject json, CommunicationRequest owner)protected CommunicationRequest.CommunicationRequestRequesterComponentXmlParser. parseCommunicationRequestCommunicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) -
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as CommunicationRequest.CommunicationRequestRequesterComponent Modifier and Type Field Description protected CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest. requesterThe individual who initiated the request and has responsibility for its activation.Methods in org.hl7.fhir.dstu3.model that return CommunicationRequest.CommunicationRequestRequesterComponent Modifier and Type Method Description CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest.CommunicationRequestRequesterComponent. copy()CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest. getRequester()CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest.CommunicationRequestRequesterComponent. setAgent(Reference value)CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest.CommunicationRequestRequesterComponent. setAgentTarget(Resource value)CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest.CommunicationRequestRequesterComponent. setOnBehalfOf(Reference value)CommunicationRequest.CommunicationRequestRequesterComponentCommunicationRequest.CommunicationRequestRequesterComponent. setOnBehalfOfTarget(Organization value)Methods in org.hl7.fhir.dstu3.model with parameters of type CommunicationRequest.CommunicationRequestRequesterComponent Modifier and Type Method Description CommunicationRequestCommunicationRequest. setRequester(CommunicationRequest.CommunicationRequestRequesterComponent value)
-