An open-source desktop application for doctors to manage patient data.
A patient management system designed for doctors. In this app doctors can add patient data using simple forms, which later they can save as PDF or print as document.
Heartbeat allows you to manage patients in different databases. You can add patient & create many records under each patient. You can schedule appointment in record, which will be listed on appointments page. Every data is store in a SQlite database.
- CREATE/EDIT/UPDATE/DELETE patient
- OPEN/EXPORT patient
- CREATE/DELETE/OPEN database
- CREATE/EDIT/DELETE/PREVIEW record
- SAVE record as PDF
- PRINT record
- Schedule appointments
- Search patients
- DARK/LIGHT mode
- Use this software inside a USB/Hard drive & use it anywhere you want
Make sure you have rust & node installed
$ npm install
## Or using yarn
$ yarn install
$ npm run dev
## Or using yarn
$ yarn tauri dev