| Table of Contents |
|---|
6.1 Embedded blocks
6.1.1 Embedded Meta block
...
Here is the comparison of the DONOR_CB and the API endpoints: EMDIS vs API.xlsx
6.2 Message Response
The message response is intended as an automated response to every user generated message. It serves three purposes:
...
| Send | Retrieve |
|---|---|
| post_api_v1_MessageResponse | |
| MessageResponse payload Meta block (6.1.1) |
6.3 Text message [TXT_MSG]
The TXT_MSG is useful to convey notes or comments pertaining to a particular patient, donor, or patient/donor pair.
...
| Send | Retrieve |
|---|---|
| post_api_v1_TextMessageRequest | |
| TextMessage payload Meta block (6.1.1) |
6.4 Alert message
The Alert message is used to broadcast an important information about the system, like planned service outage. Messages are generated centrally by WMDA. Members are expected to display them to the users.
...
| Send | Retrieve |
|---|---|
| get_api_v1_AlertRetrieve | |
| Alerts can only be sent by the WMDA's central system | Alert Payload:
Meta block (6.1.1) |
6.5 Alert Update message
The Alert Update message is used to broadcast an update about some previous alert. Messages are generated centrally by WMDA. Members are expected to display them to the users.
...