Skip to content

A simple and user friendly Hospital Management System created using JSF during Hackathon 2017, Infosys, Chandigarh

Notifications You must be signed in to change notification settings

paraschadha2052/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-Management-System

A simple and user friendly Hospital Management System created using JSF-2.0 during Hackathon 2017, Infosys, Chandigarh

Roles:

  • Patient
  • Doctor
  • Admin
  • API

Prerequisites

1) Java EE IDE.
2) Apache Tomcat Server
    - Goto Apache/conf/context.xml
    - Edit it
    - Uncomment <Manager pathname="" /> tag in the XML to disable session persistence across Tomcat restarts
3) MySql Database
    - Import the MySql dump provided.

Installing

  • Integrate the MySql Database by changing the database password.
- Edit AccountModel.java and DocAccountModel.java in workspace/Project Name/src/model
- Edit the getConnection() private function
- Change the variable pass with the password of the database
- Change the username of the database as the 2nd argument in the call to DriverManager.getConnection() function. The default username is “root”.
  • 'import' the project into your workspace and right click on project name and run it on the server.

Built With

Screenshots

  • Homepage

    • Login Page

    Login Page

    • Patient Register Page

    Patient Register Page

  • Patient’s Pages

    • Book Appointment

    Book Appointment

    Book Appointment 2

    • View Appointment

    View Appointment

    • View Medical History

    View Medical History

    • Edit Profile

    Edit Profile

  • Doctor’s Pages

    • View Appointments

    View Appointments

    • View patient details

    View patient details

    View patient details2

    • Edit Profile

    Edit Profile

  • Admin’s Pages

    • Add new doctor

    Add new doctor

    • Change Availability of Doctor

    Change Availability of Doctor

What's Next

  • Work Under Progress (Some modules are being worked upon..)

Any Issues?

Found any Bug? Please feel free to report it. :)

About

A simple and user friendly Hospital Management System created using JSF during Hackathon 2017, Infosys, Chandigarh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •