Uses of Class
org.hl7.fhir.dstu2.model.Communication
-
Packages that use Communication Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Communication in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Communication Modifier and Type Method Description protected CommunicationJsonParser. parseCommunication(com.google.gson.JsonObject json)protected CommunicationXmlParser. parseCommunication(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Communication Modifier and Type Method Description protected voidJsonParser. composeCommunication(String name, Communication element)protected voidXmlParser. composeCommunication(String name, Communication element)protected voidJsonParser. composeCommunicationInner(Communication element)protected Communication.CommunicationPayloadComponentJsonParser. parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner)protected Communication.CommunicationPayloadComponentXmlParser. parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) -
Uses of Communication in org.hl7.fhir.dstu2.model
-