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
- The Patient is logged in.
- 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
- The Patient writes an Automatic Thought.
- The system sends the data to the server.
- The data is saved on the external server.
Alternative flows
- In any alternative flow, the data is not saved to the external server.