EMR for psychologists, minimalistic and eficient. Made for psychologists by psychologists.
Aronnax is an open-source EMR for psychologists focused on simplicity and evidence based treatments. It works 100% offline and helps you keeping your data under your control.
Make sure to use Flutter 3.24.1
with the Dart api ^3.5.1
Aronnax uses Supabase for managing basic telemetry for understandig the use of the tool, but you can omit the environment variables defined for its initialization in the constants.dart file.
Note
Telemetry will be present until the project reaches a comprete 1.0.0 version.
I have created a little program for copying the ICD-11 data from WHO API. Go to the ICD data fetch repository and follow the instructions to generate the required files.
Once you have the files icd_data_en.json
and icd_data_es.json
you can copy them to assets/icd_data/
folder.
flutter gen-l10n
flutter build {PLATFORM} --dart-define=version={version}