The SyMptOMS Mobile App has been designed to support psychological treatment. It develops its full potential when used in blended format. Currently, it supports the treatment of anxiety disorders where the emotional response is exacerbated at concrete geographical areas, although it is planned to support other disorders in the future too. Its current version is also known as SyMptOMS-ET (ET stands for Exposure Therapy).
The basic usage of the application is as follows:
Step | Screenshot |
---|---|
1. The app expects a patient profile to be linked to an app install. No personal details are required in that profile, although it can be extended to include them if needed. Patients are expected to link their personal profile with a current app installation using a one-time password (OTP) during application setup. | |
2. The app requires location and physical activity access permissions, jointly to disabled battery savings to work. The patient must give his/her consent. | |
3. Upon approaching an already-set-up exposure area (more details on how to set-up exposure areas in How do I deploy the app? section). The patient will be asked for his/her exposure intention. | |
4. The app delivers pre-exposure assessments upon exposure confirmation. Pre-exposure assessments include questions on anxiety and tolerance to anxiety levels prior to exposure, along with beliefs on what will happen during the exposure. | |
5. Upon entering the exposure area. The app delivers exposure instructions. On a fixed interval, new assessments are delivered, this time limited to anxiety and tolerance to anxiety levels. The assessment interval can be configured (see Pre-deployment application configuration options section). | |
6. After a determined interval, the answers to the assessments delivered during the exposure are evaluated to decide if the exposure can finish or the patient should stay more time. Exposure and time extension duration are configurable (see Pre-deployment application configuration options). | |
7. Upon successful finalization, the application delivers post-exposure assessments. Post-exposure assessments include questions about beliefs disconfirmation and focus on exposure procedure. | |
8. After several exposures, the patient can see how he/she progresses at the given exposure areas. The patient can review his/her anxiety trend during the last exposure, the average anxiety level aggregated by all exposure places, average anxiety levels during the exposures conducted on each place or the anxiety trend during each past exposure. |
More details on how the application works in our related paper: "A Fully Instrumentalised Geolocation- And Smartphone-Based Exposure Therapy for Anxiety Disorders: SyMptOMS-ET" (not yet in press, email algonzal at uji dot es
for a preprint).
- A Firebase project is needed for application authentication. The application uses anonymous authentication, so the provider must be activated in the project. The application only works in Android devices for now. Add a new Android application to the firebase project and copy the generated
google-services.json
file inside theApp_Resources/Android
folder. - A Mapbox API token is needed for the map to work. Create a free Mapbox account and generate access tokens for both test and production environments if you wish to use this functionality.
- Prepare your system to work with NativeScript following the Android setup instructions at its website.
- The current version of the application uses the SyMptOMS server to retrieve the patient profile. The SyMptOMS server has not been open-sourced yet, although its RPC client is available as a zip file inside the vendor folder. All server calls are isolated inside the
src/app/core/server
folder. A good way to start playing with the app is to replace those calls with Firebase database calls. - The last mandatory configuration step is to configure the exposure areas. Currently, exposure places can be configured directly from a configuration file, although its load is completely asynchronous and can be done from a server too, by editing this file.
- Test the app on a local emulator or attached device running the
npm run android
command from the project's root folder. - Build an apk for testing with external users following NativeScript instructions on releasing apps.
- The application welcome text and informed consent information can be updated from within this file.
- Application always available and timely-intervention contents can be updated from this file.
- Exposure evaluation deadline and time extension durations can be both configured for test and production environments.
- Exposure confirmation, assessment and feedback modals are configurable (follow the links on each one of the names). The same applies to confirmation and information dialogues.
- Notification texts and anxiety evaluation thresholds can be customised by editing the exposure component specification.
- Application main screen tabs and texts can be configured and edited starting from this file.
The SyMptOMS Mobile App has been tested by users living in Spain, hence its contents are in Spanish. On-screen texts can be altered by editing the files listed in the previous section.
Apache-2.0 License (see LICENSE file).