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
- The Patient is logged in.
Parameters
N/A
Post conditions
The Patient will be presented an overview of their details.
Sequence of events
- The Patient asks for their details.
- The system retrieves the relevant data for the Patient.
- The system shows them their overview.
Alternative flows
- The Patient is not logged in, and is treated as a Guest.
- The Guest asks for their details.
- The system retrieves the relevant data for the Guest.
- The system shows them their overview.