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

Description

The Patient inputs an Automatic Thought Response, 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 Response in the application.

Parameters

Automatic Thought Response.

Post conditions

The data is saved on an external server.

Sequence of events

  1. The Patient writes an Automatic Thought Response.
  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.