Use Cases 4.2: Save Data on External Server - CBTYoung/Documentation GitHub Wiki
Description
The system saves the Patient's data on an external server.
Actors
Patient, External Server.
Pre conditions
- The Patient is logged in.
- The Patient modifies their data in the application.
Parameters
Data.
Post conditions
The data is saved on an external server.
Sequence of events
- The Patient modifies their details.
- The system sends the modified data to the server.
- The data is saved on the external server.
Alternative flows
- In any alternative flow, the data is not saved to the external server.