The advent of Hospital Database Management Systems (HDMS) marks a transformative era in healthcare informatics, where the efficiency and accuracy of patient care are significantly enhanced through digital solutions. These systems are designed to handle a vast array of data types integral to hospital operations, including patient medical records, staff management, departmental data, and hospital resource information.
We develop a Hospital Management System using python+Django, the process unfolds in a sequential, step-by-step manner.
- Front-end Design
- Back-end Design
- SQL and Database Visualization
- Patients can register their unique accounts in the database.
- Doctors can register their unique account but need to be verified by the administrator. Doctors can revise their personal information, but not their department information.
- The patients can revise some of their personal information, e.g., contact number, etc, but not their treatment information.
- Administrator can update the database.
- Install Python(3.9.1)
- Open Terminal and Execute Following Commands:
pip install django==3.0.5
pip install django-widget-tweaks
pip install xhtml2pdf
- Download This Project Zip Folder and Extract it
- Move to project folder in Terminal. Then run following Commands :
py manage.py makemigrations
py manage.py migrate
py manage.py runserver
- Enter following URL in Your Browser Installed On Your Pc
http://127.0.0.1:8000/