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

  1. The Patient is logged in.
  2. 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

  1. The Patient chooses a photo.
  2. The system sends the photo to the server.
  3. The data is saved on the external server.

Alternative flows

  1. In any alternative flow, the photo is not saved to the external server.