Use Cases 5.3: Add A New Patient - CBTYoung/Documentation GitHub Wiki
Description
A Therapist can add a Patient with identifying information.
Actors
Patient, Therapist.
Pre conditions
None.
Parameters
Patient Identifying Information.
Post conditions
The Patient is now the Therapist's Patient in the system.
Sequence of events
- The Therapist gives the Patient his identifying information on paper.
- The Patient invites himself to be the Therapist's Patient in the system.
- The Patient is added as a Patient to the Therapist in the system.
Alternative flows
- The user enters the received data incorrectly.
- An error message pops up.
- The user can try again.