Use Cases 4.3: Writing Automatic Thoughts - CBTYoung/Documentation GitHub Wiki

Description

The Patient inputs an Automatic Thought, and the server saves the thought on the external server.

Actors

Patient, External Server.

Pre conditions

  1. The Patient is logged in.
  2. The Patient inputs an Automatic Thought in the application.

Parameters

Automatic Thought.

Post conditions

The data is saved on an external server.

Sequence of events

  1. The Patient writes an Automatic Thought.
  2. The system sends the data to the server.
  3. The data is saved on the external server.

Alternative flows

  1. In any alternative flow, the data is not saved to the external server.