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.
- Python 3.6 or above (download python from here and follow installation steps to install it https://www.python.org/downloads/)
- 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)
- Django crispy forms - pip install django-crispy-forms
- Clone this repo or download the zip file.
- Inside the extracted directory open the terminal
- Make migration(if any) - Type this command and hit enter "python manage.py makemigrations"(without quotes)
- Apply migrations - Type this command and hit enter "python manage.py migrate"(without quotes)
- Run the server - Type this command and hit enter "python manage.py runserver" (without quotes)
- Now open your browser and go to localhost:8000
-
patient- id: patient
password: Samidha123
-
doctor- id: doctor
password:Samidha123
-
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.