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

  1. The Patient is logged in.
  2. The Patient modifies their data in the application.

Parameters

Data.

Post conditions

The data is saved on an external server.

Sequence of events

  1. The Patient modifies their details.
  2. The system sends the modified data to the server.
  3. The data is saved on the external server.

Alternative flows

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