Lenest Hospital's Custom EMR and Health Management System. Custom tailored to meet the needs of multi specialty hospital lenest(Gynaecology,Obstretic,Pediatrics).
Any Linux machine with python installed should be able to run this.
This project is built on python3.
- Install the requirements
pip install -r requirements.txt
(Use the backup in case of any import failures) - Set the keyconfig file with
mv Central/sample_keyconfig.py Central/keyconfig.py
and modify the values for your project - Migrate the database with
python manage.py migrate
- Start the server with
python manage.py runserver
and visit the address to view it
Note: Remember to change the keyconfig file with the module-level variables and API keys for the settings.
The EMRLite Project is a complete Billing and Health-Management System. The system allows you to manage your bill effectively on a server and generates the bill as per the items chosen.
- Patient Management Portal - Patient List,
- Billing Items and Cost Management - Overview of prices, modification of bill
- Login Authentication for Users - Seperate users for staff members
- Patient Selector - A complete Datatable with search functionality which allows you to select the patient.
- Billing Cart - A complete Datatable which allows you to choose the items which are required for bill generation.
Other projects for the Le' Nest Hospital include-