Use Cases 4.5.1: Save an Existing Photo - CBTYoung/Documentation GitHub Wiki
Description
The Patient chooses an existing photo of the form to save on the external server.
Actors
Patient, External Server.
Pre conditions
- The Patient is logged in.
- The application has permission to upload the photo to the application.
Parameters
Photo.
Post conditions
The photo is saved on an external server.
Sequence of events
- The Patient chooses a photo.
- The system sends the photo to the server.
- The data is saved on the external server.
Alternative flows
- In any alternative flow, the photo is not saved to the external server.