shoumikchow / diagnostic-center-management

CSE370 (Database System) project in BRAC University in Spring 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagnostic-Center-Management

This was made as part of my CSE370 (Database System) course in BRAC University in Spring 2015. This project was done with 4 other members. That is, I was part of a 5 member group project.

I was responsible for design and development.

Please note: the username for the login page is "Melodie" and the password is "EOC06UXK0RO" as per the database.

Constraints about the database:

  • Patient ID range 1000-9000 (Auto increment)
  • Doctor ID range 10000-99999(Auto increment)
  • Staff ID range 100-999 (Auto increment)
  • Invoice No range 100000-999999 (Auto increment)

Queries(defined in txt file):

  • Shows summary
  • Shows advanced summary
  • Search by patient ID
  • Search by test status
  • Shows all laboratories and corresponding staff
  • Search by doctor ID
  • Search by staff ID
  • Search by doctor specialization
  • Search by invoice number
  • Search by test name
  • Search by receptionist ID
  • Shows doctors and corresponding invoices

#Drawback

  • It works for small and medium sized diagnostic centers only.
  • Does not have password recovery system.
  • Only authorized staffs (Admin, Receptionist) can enroll a new patient.

About

CSE370 (Database System) project in BRAC University in Spring 2015


Languages

Language:Java 100.0%