Use Cases 4.1.1: View Patient Details - CBTYoung/Documentation GitHub Wiki

Description

A Patient will be able to see their details.

Actors

Patient.

Pre conditions

  1. The Patient is logged in.

Parameters

N/A

Post conditions

The Patient will be presented an overview of their details.

Sequence of events

  1. The Patient asks for their details.
  2. The system retrieves the relevant data for the Patient.
  3. The system shows them their overview.

Alternative flows

  1. The Patient is not logged in, and is treated as a Guest.
  1. The Guest asks for their details.
  2. The system retrieves the relevant data for the Guest.
  3. The system shows them their overview.