Uses of Class
org.hl7.fhir.dstu3.model.Communication
-
Packages that use Communication Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Communication in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type Communication Modifier and Type Method Description protected voidJsonParser. composeCommunication(String name, Communication element)protected voidRdfParser. composeCommunication(Turtle.Complex parent, String parentType, String name, Communication element, int index)protected voidXmlParser. composeCommunication(String name, Communication element)protected voidXmlParser. composeCommunicationElements(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)protected booleanXmlParser. parseCommunicationCommunicationPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication owner, Communication.CommunicationPayloadComponent res)protected voidJsonParser. parseCommunicationCommunicationPayloadComponentProperties(com.google.gson.JsonObject json, Communication owner, Communication.CommunicationPayloadComponent res)protected booleanXmlParser. parseCommunicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication res)protected voidJsonParser. parseCommunicationProperties(com.google.gson.JsonObject json, Communication res) -
Uses of Communication in org.hl7.fhir.dstu3.model
-