Skip to content

C program to manage hospital records and information, to add, view, search, edit, and delete patient records and for managing staff information and calculating expenses.

License

Notifications You must be signed in to change notification settings

adivishnu-a/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

This repository contains C language code for a hospital management system.

Table of Contents

Introduction

The Hospital Management System is a program designed to manage hospital records and information. It allows users to add, view, search, edit, and delete patient records. Additionally, it provides functionality for managing staff information and calculating expenses.

The code is written in C language and utilizes various data structures to store and manipulate the data. It provides an interactive command-line interface for ease of use.

Features

The Hospital Management System offers the following features:

  • Add patient information
  • View patient information
  • Search for patients based on various criteria
  • Edit patient information
  • Delete patient records
  • Manage staff information
  • Calculate expenses

Show some love by starring the repo ⭐

Usage

To use the Hospital Management System, follow these steps:

  1. Clone the repository:

       git clone https://github.com/adivishnu-a/Hospital-Management-System
  2. Navigate to the directory:

       cd Hospital-Management-System
  3. Compile the C program:

        gcc hms-code.c -o hms-code
  4. Run the program:

        ./hms-code
  5. Follow the on-screen instructions to navigate through the different options and manage the hospital.

Contributing

Contributions are welcome! If you find any issues or would like to contribute enhancements, please feel free to submit a pull request.

License

The Hospital Management System is open-source and uses the MIT License.

About

C program to manage hospital records and information, to add, view, search, edit, and delete patient records and for managing staff information and calculating expenses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages