Uses of Class
org.hl7.fhir.dstu2.model.Communication.CommunicationPayloadComponent
-
Packages that use Communication.CommunicationPayloadComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Communication.CommunicationPayloadComponent Modifier and Type Method Description protected voidJsonParser. composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element)protected voidXmlParser. composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element)protected voidJsonParser. composeCommunicationCommunicationPayloadComponentInner(Communication.CommunicationPayloadComponent element) -
Uses of Communication.CommunicationPayloadComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Communication.CommunicationPayloadComponent Modifier and Type Method Description Communication.CommunicationPayloadComponentCommunication. addPayload()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. copy()Communication.CommunicationPayloadComponentCommunication.CommunicationPayloadComponent. setContent(Type value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Communication.CommunicationPayloadComponent Modifier and Type Method Description CommunicationCommunication. addPayload(Communication.CommunicationPayloadComponent t)
-