Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.84 KB

README.md

File metadata and controls

72 lines (39 loc) · 1.84 KB

HOSPITAL MANAGEMENT SYSTEM

Following features are available:

aDoctor Database and its login( doctor’s interface)

b)Patient Database and its login(Patient’s interface)

c)Prescription Management

d)Appointment Management

e)Human Resource Database and its login(HR interface)

g)Hospital Accounting

h)Financial Reporting

i)Invoicing

k)Patient Medical History

l)Patient Medical Files Archive

m)Prescription

n)Patient Payment History

0)Receptionist Database and its login(Receptionist interface)

Downloading Procedure: A zip file is attached, which you have extract in you computer.

Requirements

  1. Python 3.6 or above (download python from here and follow installation steps to install it https://www.python.org/downloads/)
  2. Django 3.0.5 - To download and install django open command prompt(in windows) or terminal and enter the command "pip install --upgrade django"(without quotes)
  3. Django crispy forms - pip install django-crispy-forms

How to Start this project in your localhost:

  1. Clone this repo or download the zip file.
  2. Inside the extracted directory open the terminal
  3. Make migration(if any) - Type this command and hit enter "python manage.py makemigrations"(without quotes)
  4. Apply migrations - Type this command and hit enter "python manage.py migrate"(without quotes)
  5. Run the server - Type this command and hit enter "python manage.py runserver" (without quotes)
  6. Now open your browser and go to localhost:8000

Existing Id's to login and check the interface for different usertype:

  1. patient- id: patient

    password: Samidha123

  2. doctor- id: doctor

    password:Samidha123

  3. hr- id: hr

    password:Samidha123

4.receptionist- id: receptionist

password:Samidha123

Or you can register as a new patient or doctor via registration system. You cannot register as hr and receptionsit.