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

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

Parameters

Patient identification details.

Post conditions

A summary of the Patient is returned.

Sequence of events

  1. The Therapist enters Patient identification details.
  2. Find the Patient in the system.
  3. Display a summary 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.