
Uses of Class
org.hl7.fhir.r4.model.Communication.CommunicationPayloadComponent
Packages that use Communication.CommunicationPayloadComponent
- 
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionJsonParser.parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner) XmlParser.parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) Methods in org.hl7.fhir.r4.formats with parameters of type Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) protected voidRdfParser.composeCommunicationCommunicationPayloadComponent(Turtle.Complex parent, String parentType, String name, Communication.CommunicationPayloadComponent element, int index) protected voidXmlParser.composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) protected voidXmlParser.composeCommunicationCommunicationPayloadComponentElements(Communication.CommunicationPayloadComponent element) protected voidJsonParser.composeCommunicationCommunicationPayloadComponentInner(Communication.CommunicationPayloadComponent element) 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)  - 
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Communication.CommunicationPayloadComponentModifier and TypeFieldDescriptionprotected List<Communication.CommunicationPayloadComponent> Communication.payloadText, attachment(s), or resource(s) that was communicated to the recipient.Methods in org.hl7.fhir.r4.model that return Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.addPayload()Communication.CommunicationPayloadComponent.copy()Communication.getPayloadFirstRep()Communication.CommunicationPayloadComponent.setContent(Type value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Communication.CommunicationPayloadComponentMethods in org.hl7.fhir.r4.model with parameters of type Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.addPayload(Communication.CommunicationPayloadComponent t) voidCommunication.CommunicationPayloadComponent.copyValues(Communication.CommunicationPayloadComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Communication.CommunicationPayloadComponentModifier and TypeMethodDescriptionCommunication.setPayload(List<Communication.CommunicationPayloadComponent> thePayload)