Uses of Class
org.hl7.fhir.dstu3.model.CommunicationRequest.CommunicationRequestRequesterComponent
-
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseCommunicationRequestCommunicationRequestRequesterComponent
(com.google.gson.JsonObject json, CommunicationRequest owner) XmlParser.parseCommunicationRequestCommunicationRequestRequesterComponent
(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCommunicationRequestCommunicationRequestRequesterComponent
(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) protected void
RdfParser.composeCommunicationRequestCommunicationRequestRequesterComponent
(Turtle.Complex parent, String parentType, String name, CommunicationRequest.CommunicationRequestRequesterComponent element, int index) protected void
XmlParser.composeCommunicationRequestCommunicationRequestRequesterComponent
(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) protected void
XmlParser.composeCommunicationRequestCommunicationRequestRequesterComponentElements
(CommunicationRequest.CommunicationRequestRequesterComponent element) protected void
JsonParser.composeCommunicationRequestCommunicationRequestRequesterComponentInner
(CommunicationRequest.CommunicationRequestRequesterComponent element) protected boolean
XmlParser.parseCommunicationRequestCommunicationRequestRequesterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res) protected void
JsonParser.parseCommunicationRequestCommunicationRequestRequesterComponentProperties
(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res) -
Uses of CommunicationRequest.CommunicationRequestRequesterComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionCommunicationRequest.requester
The individual who initiated the request and has responsibility for its activation.Modifier and TypeMethodDescriptionCommunicationRequest.CommunicationRequestRequesterComponent.copy()
CommunicationRequest.getRequester()
CommunicationRequest.CommunicationRequestRequesterComponent.setAgentTarget
(Resource value) CommunicationRequest.CommunicationRequestRequesterComponent.setOnBehalfOf
(Reference value) CommunicationRequest.CommunicationRequestRequesterComponent.setOnBehalfOfTarget
(Organization value) Modifier and TypeMethodDescriptionCommunicationRequest.setRequester
(CommunicationRequest.CommunicationRequestRequesterComponent value)