This repository contains C language code for a hospital management system.
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.
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 ⭐
To use the Hospital Management System, follow these steps:
-
Clone the repository:
git clone https://github.com/adivishnu-a/Hospital-Management-System
-
Navigate to the directory:
cd Hospital-Management-System
-
Compile the C program:
gcc hms-code.c -o hms-code
-
Run the program:
./hms-code
-
Follow the on-screen instructions to navigate through the different options and manage the hospital.
Contributions are welcome! If you find any issues or would like to contribute enhancements, please feel free to submit a pull request.
The Hospital Management System is open-source and uses the MIT License.