
Uses of Class
org.hl7.fhir.r5.model.Communication.CommunicationPayloadComponent
Packages that use Communication.CommunicationPayloadComponent
-
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionJsonParser.parseCommunicationPayloadComponent
(com.google.gson.JsonObject json) XmlParser.parseCommunicationPayloadComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Communication.CommunicationPayloadComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Communication.CommunicationPayloadComponentModifier and TypeFieldDescriptionprotected List
<Communication.CommunicationPayloadComponent> Communication.payload
Text, attachment(s), or resource(s) that was communicated to the recipient.Methods in org.hl7.fhir.r5.model that return Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.addPayload()
Communication.CommunicationPayloadComponent.copy()
Communication.getPayloadFirstRep()
Communication.CommunicationPayloadComponent.setContent
(DataType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Communication.CommunicationPayloadComponentMethods in org.hl7.fhir.r5.model with parameters of type Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.addPayload
(Communication.CommunicationPayloadComponent t) void
Communication.CommunicationPayloadComponent.copyValues
(Communication.CommunicationPayloadComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.setPayload
(List<Communication.CommunicationPayloadComponent> thePayload)