An open API service indexing awesome lists of open source software.

https://github.com/umerkniazi/hpms

Hospital Patient Management System (HPMS) is a C++ console app for managing patient records. Built for a Programming Fundamentals course. Cross platform and open source.
https://github.com/umerkniazi/hpms

console-app cpp patient-management student-project

Last synced: 26 days ago
JSON representation

Hospital Patient Management System (HPMS) is a C++ console app for managing patient records. Built for a Programming Fundamentals course. Cross platform and open source.

Awesome Lists containing this project

README

          

# Hospital Patient Management System (HPMS)

HPMS is a console-based system to **register, search, update, delete, list, and categorize patients**.
Developed as a **first-semester Programming Fundamentals (AI-133) group project**, presented in class, **full marks (30/30)**, improved based on instructor feedback.

## Features
- Register patients (CNIC, name, age, gender, phone, email, symptom)
- Search & update by CNIC
- Delete patients by CNIC
- List all patients & show categories
- Data saved in `patients.txt`

## Group Members
Amna, Haider, Rehman, Umer

## Run
```
git clone https://github.com/umerkniazi/hpms.git
c++ hpms.cpp -o hpms.exe && ./hpms.exe
```

## Acknowledgements
Thanks to **Mr. Muhammad Usman Yousaf** for guidance and feedback.