Use Cases 5.6: Get Reports Of A Patient - CBTYoung/Documentation GitHub Wiki

Description

A Therapist can look at a Patient's Reports at any time.

Actors

Patient, Therapist.

Pre conditions

  1. The Therapist exists and is logged in.
  2. The Therapist has a Patient.

Parameters

Patient identification details.

Post conditions

All Reports of the Patient are returned.

Sequence of events

  1. Pick option to display Reports.
  2. The Therapist enters Patient identification details.
  3. Find the Patient in the system.
  4. Display a Reports of the Patient.

Alternative flows

  1. No Patient with the given Patient identifiers exists.
  1. The system returns a matching error message to the Therapist.