In this project, we are developing a website for hospital management system using django. Through this system hospital can manage
- Patients
- Doctors
- Appointments
- Prescriptions
- Receiption
- Medical Records
- Salaries for doctors
- Payments of Patients
- Patients Details
- Doctors Details
First of all go to project folder
virtualenv venv
Then activate the virtual environment using
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py runserver
In this Project, we have four characters
- Patient
- Doctor
- Receiption
- Human Resource Manager (HR)
Patient
- Login System through an Interface
- Registration System
- Dashboard
- Update Profile
- View Previous Appointments
- Create Appointments
- Previous Medical Treatments
- Previous Invoices/Payments
Doctor
- Login System through an Interface
- Registration System
- Dashboard
- Update Profile
- View Previous Appointments
- Previous Medical Treatments
- Create Prescriptions
- Feedback
Receiption
- Login System through an Interface
- Dashboard
- See all the Appointments of all Patients
- See all the Appointments of all Doctors
- Create Appointments
- Update Patient's Profile
- Delete Patient's Profile
- Update Appointments Status
Human Resource Manager
- Login System through an Interface
- Dashboard
- See all the Appointments of all Patients
- See all the details of Doctors
- Update Doctor's Profile
- Maintain/Update Attendance of Doctors
- Maintain/Update Salary data of Doctors
- See the payments of Patients
- Maintain Outstandings of individual Patients
Here are some screenshots of websites