| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Communication.CommunicationPayloadComponent |
JsonParser.parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json,
Communication owner) |
protected Communication.CommunicationPayloadComponent |
XmlParser.parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp,
Communication owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Communication.CommunicationPayloadComponent> |
Communication.payload
Text, attachment(s), or resource(s) that was communicated to the recipient.
|
| Modifier and Type | Method and Description |
|---|---|
Communication.CommunicationPayloadComponent |
Communication.addPayload() |
Communication.CommunicationPayloadComponent |
Communication.CommunicationPayloadComponent.copy() |
Communication.CommunicationPayloadComponent |
Communication.getPayloadFirstRep() |
Communication.CommunicationPayloadComponent |
Communication.CommunicationPayloadComponent.setContent(Type value) |
| Modifier and Type | Method and Description |
|---|---|
List<Communication.CommunicationPayloadComponent> |
Communication.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
Communication |
Communication.addPayload(Communication.CommunicationPayloadComponent t) |
void |
Communication.CommunicationPayloadComponent.copyValues(Communication.CommunicationPayloadComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Communication |
Communication.setPayload(List<Communication.CommunicationPayloadComponent> thePayload) |
Copyright © 2014–2021 Health Level 7. All rights reserved.