Uses of Class
org.hl7.fhir.r4.model.Communication
-
Packages that use Communication Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Communication in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Communication Modifier and Type Field Description protected List<Communication>Communication. inResponseToTargetThe actual objects that are the target of the reference (Prior communication that this communication is in response to.)Methods in org.hl7.fhir.r4.model that return types with arguments of type Communication Modifier and Type Method Description List<Communication>Communication. getInResponseToTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Communication Modifier and Type Method Description voidCommunication. copyValues(Communication dst)
-