Uses of Class
org.hl7.fhir.dstu2.model.CommunicationRequest
-
Packages that use CommunicationRequest Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of CommunicationRequest in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return CommunicationRequest Modifier and Type Method Description protected CommunicationRequestJsonParser. parseCommunicationRequest(com.google.gson.JsonObject json)protected CommunicationRequestXmlParser. parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type CommunicationRequest Modifier and Type Method Description protected voidJsonParser. composeCommunicationRequest(String name, CommunicationRequest element)protected voidXmlParser. composeCommunicationRequest(String name, CommunicationRequest element)protected voidJsonParser. composeCommunicationRequestInner(CommunicationRequest element)protected CommunicationRequest.CommunicationRequestPayloadComponentJsonParser. parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner)protected CommunicationRequest.CommunicationRequestPayloadComponentXmlParser. parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) -
Uses of CommunicationRequest in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as CommunicationRequest Modifier and Type Field Description protected CommunicationRequestCommunication. requestDetailTargetThe actual object that is the target of the reference (The communication request that was responsible for producing this communication.)Methods in org.hl7.fhir.dstu2.model with parameters of type CommunicationRequest Modifier and Type Method Description CommunicationCommunication. setRequestDetailTarget(CommunicationRequest value)
-