Database for recording information for IR RFA cases using HFJV
- Instant form field saving using clean/dirty indicators with form locking
- Charlson Comorbidity calculator
- P-POSSUM Score calculator
- Follow up indicator
This is a standard laravel/vue project. You'll need composer and npm installed. Run:
-
composer install -
cp .env.example .envand edit for correct DB connections -
php artisan key:generate -
php artisan migrate