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