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

  1. The Therapist gives the Patient his identifying information on paper.
  2. The Patient invites himself to be the Therapist's Patient in the system.
  3. The Patient is added as a Patient to the Therapist in the system.

Alternative flows

  1. The user enters the received data incorrectly.
  1. An error message pops up.
  2. The user can try again.