Code Monkey home page Code Monkey logo

hospital-management-system's Introduction

Hospital Management System

Introduction

This project is in java, project is build on oop principles.This hospital management system includes three main sections: Admin, Department, and Pharmacy. In the Admin section, registration of doctors and patients is conducted, and lists of doctors and patients are viewable based on the departments they are affiliated with or admitted to. The hospital comprises five major departments: Cardiology, Neurology, Dentistry, Eye, and Labs, along with additional emergency rooms such as Operating Theater and ICU/CCU.

In the Department section, information about each department, operating rooms, and various labs is available, along with the services, facilities, and treatments provided.

The Pharmacy section allows the addition and viewing of medicines for different departments. Medicines are organized department-wise for easy access and maintenance of records.

Records are managed using concepts of classes, inheritance, and polymorphism, and file handling is employed to handle and maintain all records in the system. Object-Oriented Programming concepts are extensively utilized in this JAVA-based system.

Modules Of Hospital Management System

The system is secured with a login function, allowing only authorized personnel with correct usernames and passwords to access it. There are three main modules:

Admin Module:

Admins have the authority to add doctors and patients, as well as view their records. Every new doctor or patient entered into the system is added to the respective department's list. Patient information such as disease, previous history, and biodata is recorded, along with doctor details including working hours and specialization.

Department Module:

This module provides information about each department, operating rooms, and various labs, including the services, facilities, and treatments offered.

Pharmacy Module:

Users can add or view medicines for various departments. Medicine names and usage details are stored in files, with every new medicine added to the respective department's medicine file. E.g In Heart medicine file there are all medicines for curing heart problems.

Different loops are employed to enhance the efficiency and user-friendliness of the management system.

Installation Instructions

  • Clone this repository to your local machine.
  • Ensure you have Java installed.
  • Compile the Java files.
  • Run the main program.

Usage Guide

  • Use the login function to access the system.
  • Navigate through the different modules to manage doctors, patients, departments, and medicines.

Contribution Guidelines

Contributions to improve the system are welcome. Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

hospital-management-system's People

Contributors

ayeshaaaaaaaaa avatar

Watchers

 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.