Uses of Class
org.hl7.fhir.r5.model.Communication.CommunicationPayloadComponent
-
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseCommunicationPayloadComponent
(com.google.gson.JsonObject json) XmlParser.parseCommunicationPayloadComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCommunicationPayloadComponent
(String name, Communication.CommunicationPayloadComponent element) protected void
RdfParser.composeCommunicationPayloadComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Communication.CommunicationPayloadComponent element, int index) protected void
XmlParser.composeCommunicationPayloadComponent
(String name, Communication.CommunicationPayloadComponent element) protected void
XmlParser.composeCommunicationPayloadComponentElements
(Communication.CommunicationPayloadComponent element) protected void
JsonParser.composeCommunicationPayloadComponentProperties
(Communication.CommunicationPayloadComponent element) protected boolean
XmlParser.parseCommunicationPayloadComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication.CommunicationPayloadComponent res) protected void
JsonParser.parseCommunicationPayloadComponentProperties
(com.google.gson.JsonObject json, Communication.CommunicationPayloadComponent res) -
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Communication.CommunicationPayloadComponent> Communication.payload
Text, attachment(s), or resource(s) that was communicated to the recipient.Modifier and TypeMethodDescriptionCommunication.addPayload()
Communication.CommunicationPayloadComponent.copy()
Communication.getPayloadFirstRep()
Communication.CommunicationPayloadComponent.setContent
(DataType value) Modifier and TypeMethodDescriptionCommunication.addPayload
(Communication.CommunicationPayloadComponent t) void
Communication.CommunicationPayloadComponent.copyValues
(Communication.CommunicationPayloadComponent dst) Modifier and TypeMethodDescriptionCommunication.setPayload
(List<Communication.CommunicationPayloadComponent> thePayload)