Giter Club home page Giter Club logo

hospital-database-application's Introduction

Hospital database application

Implement the hostital database application based on the digram and queries.

drawing

Queries:

  1. Insert the complete information for a patient.
  2. Insert the complete information for a nurse.
  3. Insert the complete information for a doctor and associate him/her with a patient.
  4. Insert the complete information for a room and associate it with a patient and a nurse.
  5. Insert the complete information for a medicine and associate it with a patient.
  6. Find the complete information for all the patients who were in the hospital during a particular month of a particular year (e.g. during July of 2017).
  7. Find the complete information for all the doctors who care for more than two patients.
  8. Find the complete information for all the nurses who tend to patients that are given a certain medicine (e.g. medicine code: 123).
  9. Delete all the patients who were discharged before a particular year.
  10. Delete all the patients who have not been assigned a room.

Usage

  • Drop the type and table using dropTypeAndTable.sql
  • Create the type and table using createTypeAndTable.sql
  • Run Java Program using DataHandler.java
  • Execute corresponding queries

Test cases

Login Web Page:

drawing

Menu Page:

drawing

Query Page 1:

drawing

Query Page 2:

drawing

Query Page 3:

drawing

hospital-database-application's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.