Skip to content

kofnet002/hms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOSPITAL MANAGEMENT SYSTEM

A well structured management system to assist patients have well planned appointments with doctor. The system has 3 parties; a patient, a doctor and then an admin

HOW TO GET STARTED

  1. Download the zip file or clone the repository
  2. Extract the file and copy hospital folder
  3. Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
  4. Open PHPMyAdmin (http://localhost/phpmyadmin)
  5. Create a database with name hms
  6. Import hms.sql file(given inside the zip package in SQL file folder)
  7. Run the script http://localhost/hospital (frontend)

Login Details

FUNCTIONALITIES

PATIENTS

  • Registration
  • Authentication
  • Password change
  • Profile update
  • Appointment booking
  • Cancellation of appointment
  • View appointment history

DOCTORS

  • Authentication
  • Cancellation of appointment
  • Profile update
  • Password change
  • View appointment history
  • Add patients
  • Add patient's medical records
  • Search patient's medical records

ADMIN

  • Authentication
  • Password change
  • View appointments
  • Manage patients added by doctors
  • Manage messges sent by users on the landing page
  • Add to doctor's specialization list
  • Add doctors
  • Manage doctors (Edit or Delete)
  • Manage patients
  • View doctor's login sessions
  • View patient's login sessions
  • Generate reports
  • Edit information on the landing page
  • Search for patients

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published