Uses of Class
org.hl7.fhir.r5.model.Communication.CommunicationPayloadComponent
-
Packages that use Communication.CommunicationPayloadComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Communication.CommunicationPayloadComponent Modifier and Type Method Description protected Communication.CommunicationPayloadComponentJsonParser. parseCommunicationPayloadComponent(com.google.gson.JsonObject json)protected Communication.CommunicationPayloadComponentXmlParser. parseCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Communication.CommunicationPayloadComponent Modifier and Type Method Description Communication.CommunicationPayloadComponentCommunication. addPayload()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. copy()Communication.CommunicationPayloadComponentCommunication. getPayloadFirstRep()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. setContent(DataType value)Methods in org.hl7.fhir.r5.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.r5.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.r5.model with type arguments of type Communication.CommunicationPayloadComponent Modifier and Type Method Description CommunicationCommunication. setPayload(List<Communication.CommunicationPayloadComponent> thePayload)
-