Uses of Class
org.hl7.fhir.r4.model.Communication.CommunicationPayloadComponent
-
Packages that use Communication.CommunicationPayloadComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Communication.CommunicationPayloadComponent Modifier and Type Method Description protected Communication.CommunicationPayloadComponentJsonParser. parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner)protected Communication.CommunicationPayloadComponentXmlParser. parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) -
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Communication.CommunicationPayloadComponent Modifier and Type Field Description protected 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.CommunicationPayloadComponent Modifier and Type Method Description Communication.CommunicationPayloadComponentCommunication. addPayload()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. copy()Communication.CommunicationPayloadComponentCommunication. getPayloadFirstRep()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. setContent(Type value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Communication.CommunicationPayloadComponent Modifier and Type Method Description List<Communication.CommunicationPayloadComponent>Communication. getPayload()Methods in org.hl7.fhir.r4.model with parameters of type Communication.CommunicationPayloadComponent Modifier and Type Method Description CommunicationCommunication. addPayload(Communication.CommunicationPayloadComponent t)voidCommunication.CommunicationPayloadComponent. copyValues(Communication.CommunicationPayloadComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Communication.CommunicationPayloadComponent Modifier and Type Method Description CommunicationCommunication. setPayload(List<Communication.CommunicationPayloadComponent> thePayload)
-