Skip to content

Lokesh2703/hospital

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

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

Steps to install

First of all go to project folder

Create Virtual Environment using

virtualenv venv

Then activate the virtual environment using

source ./venv/bin/activate

To install the requirements

pip3 install -r requirements.txt

To run the project

python3 manage.py runserver

Open a browser and enter http://127.0.0.1:8000/ in the url.

In this Project, we have four characters

  1. Patient
  2. Doctor
  3. Receiption
  4. Human Resource Manager (HR)

Features/Roles of all these characters

Patient

  1. Login System through an Interface
  2. Registration System
  3. Dashboard
  4. Update Profile
  5. View Previous Appointments
  6. Create Appointments
  7. Previous Medical Treatments
  8. Previous Invoices/Payments

Doctor

  1. Login System through an Interface
  2. Registration System
  3. Dashboard
  4. Update Profile
  5. View Previous Appointments
  6. Previous Medical Treatments
  7. Create Prescriptions
  8. Feedback

Receiption

  1. Login System through an Interface
  2. Dashboard
  3. See all the Appointments of all Patients
  4. See all the Appointments of all Doctors
  5. Create Appointments
  6. Update Patient's Profile
  7. Delete Patient's Profile
  8. Update Appointments Status

Human Resource Manager

  1. Login System through an Interface
  2. Dashboard
  3. See all the Appointments of all Patients
  4. See all the details of Doctors
  5. Update Doctor's Profile
  6. Maintain/Update Attendance of Doctors
  7. Maintain/Update Salary data of Doctors
  8. See the payments of Patients
  9. Maintain Outstandings of individual Patients

Here are some screenshots of websites

Home Page

Home Page

Register Page

Register Page

Login Page

Login Page

Releases

No releases published

Packages

No packages published