Stepin – Hospital Management System is a C-based console application designed to manage hospital operations efficiently.
It helps in maintaining records of inpatients, outpatients, doctors, and enables quick searching and retrieval of patient-related information.
This project is suitable for academic purposes, C programming practice, and software engineering process demonstrations.
- Add and manage patient records
- Handle inpatient and outpatient details
- Search doctors associated with patients
- Simple and user-friendly menu-driven interface
- Modular and well-structured C code
- Follows software development lifecycle (SDLC)
- Programming Language: C
- Build Tool: Make
- Code Quality Tools:
- Cppcheck
- Codacy
- Git Inspector
- Code Inspector
| Folder | Description |
|---|---|
1_Requirements |
Requirement analysis and research documents |
2_Design |
System design and architecture documents |
3_Implementation |
Source code and related files |
4_Test_plan |
Test plans, test cases, and procedures |
- GCC Compiler
- Make utility