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 voidJsonParser.composeCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element)protected voidRdfParser.composeCommunicationPayloadComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Communication.CommunicationPayloadComponent element, int index)protected voidXmlParser.composeCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element)protected voidXmlParser.composeCommunicationPayloadComponentElements(Communication.CommunicationPayloadComponent element)protected voidJsonParser.composeCommunicationPayloadComponentProperties(Communication.CommunicationPayloadComponent element)protected booleanXmlParser.parseCommunicationPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication.CommunicationPayloadComponent res)protected voidJsonParser.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.payloadText, 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)voidCommunication.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)