Use Cases 5.4: Remove A Patient - CBTYoung/Documentation GitHub Wiki
Description
A Therapist can remove a Patient from his Patient pool. Afterwards, the Patient becomes a Guest.
Actors
Therapist, Guest, Patient.
Pre conditions
- The Therapist is logged in.
- The Therapist has a Patient.
Parameters
Patient identification details.
Post conditions
The Patient is not in the Therapist's Patient pool.
Sequence of events
- The Therapist enters the Patient identification details.
- Find the Patient.
- The Patient is removed from the pool.
Alternative flows
- No Patient with the given Pateint identifiers exists.
- Return an error message.