rjg184 / Hospital-Patient-Records-Database

Working with a team to create a database of an arbitrary hospital's patient records and a website that serves as a front-end to access and query this database.

Home Page:http://ec2-18-221-64-219.us-east-2.compute.amazonaws.com:8080/Karad_Hospital_DB_2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KARAD Hospital Management System - Website & Database


Link

Website Link:


Functionalities

Some Functionalities:

  • Admitting patients into the hospital and assigning them an available room
  • Listing all patients or searching for patients with certain symptoms or illnesses
  • Discharging patients once they have received medical treatment to free their assigned rooms

Usage

Register

  • Clicking the "Register" text/button on the Home Page will bring you to the registration/signup page, where you will have to fill out the username, password, first name, last name, and email fields
  • Both username and password are required fields, and the username chosen must not already exist (you will receive an appropriate error message if the entered username is already taken)
  • User's entered information is saved into an SQL database in which the username is the primary key

Login

  • Clicking the "Login" text/button on the Home Page will bring you to the login page, where you will have to enter a username and password
  • Username and password MUST match the information stored in the database or else you will receive an appropriate error message (e.g. "User doesn't exist" or "Invalid password! Please try again.")

Language(s) Used

Login page created in Eclipse using:

  • JSP
  • SQL
  • HTML
  • CSS/Bootstrap

About

Working with a team to create a database of an arbitrary hospital's patient records and a website that serves as a front-end to access and query this database.

http://ec2-18-221-64-219.us-east-2.compute.amazonaws.com:8080/Karad_Hospital_DB_2/