Use Cases 5.5: Get Summary Of A Patient - CBTYoung/Documentation GitHub Wiki
Description
A Therapist can look at a Patient's summary at any time.
Actors
Patient, Therapist.
Pre conditions
- The Therapist exists and is logged in.
- The Therapist has a Patient.
Parameters
Patient identification details.
Post conditions
A summary of the Patient is returned.
Sequence of events
- The Therapist enters Patient identification details.
- Find the Patient in the system.
- Display a summary of the Patient.
Alternative flows
- No Patient with the given Patient identifiers exists.
- The system returns a matching error message to the Therapist.