Table of contents
Table of Contents |
---|
maxLevel | 3 |
---|
exclude | Table of contents |
---|
|
Used documentation
General information
GetMessageAcknowledgementsStatus
The GetMessageAcknowledgmentsStatus method is used to find out which message the user has sent, which
recipients have received, viewed or read the message and at what time.
Request
This method can only return 100 acknowledgements at a time; consequently, you must call upon it multiple times
if necessary.
Reponse
The response gives you information about your sent message: who received and read your message and at what
time.
Basic flow
Flow | Specifications |
---|
|
ID | AP-UC09-BF | Name | View the Acknowledgement status from one of your sent messages | Description | / | Actor(s) | One healthcare professional | Requirements | - Atleast one sent message with acknowledgement status enabled.
| Trigger | A healthcare professional wants to see the acknowledgement status of a sent message. | Precondition(s) | - The user is logged in.
- The user wants to see the acknowledgement status of a sent message.
| Flow | - See use case: login.
- The user wants to view the contents of one of his message boxes.
The user will see a list with all of his message for the specific folder he/she requested. See use case: consultation for more information about the GetMessageList method. - The user selects one message to read. The message will be opened.
- The user, for example, clicks on a button the show the acknowledgement status of the current message.
| Postcondition(s) | - The acknowledgement status is visible and correct.
| Test Data | GetMessagesList GetFullMessage GetMessageAcknowledgementsStatus | Endpoint(s) | |
|
Exception flow 1
Flow | Specifications |
---|
|
ID | AP-UC09-EF01 | Name | Try to see the acknowledgement status of a non-existing message | Description | / | Actor(s) | One healthcare professional | Requirements | - Atleast one sent message with acknowledgement status enabled.
| Trigger | A healthcare professional wants to see the acknowledgement status of a sent message. | Precondition(s) | - The user is logged in.
- The user wants to see the acknowledgement status of a sent message.
| Flow | - See use case: login.
- The user wants to view the contents of one of his message boxes.
The user will see a list with all of his message for the specific folder he/she requested. See use case: consultation for more information about the GetMessageList method. - The user selects one message to read. The message will be opened.
- The user, for example, clicks on a button the show the acknowledgement status of the current message.
| Postcondition(s) | - The acknowledgement status is visible and correct.
| Test Data | GetMessagesList GetFullMessage GetMessageAcknowledgementsStatus | Endpoint(s) | |
|
...