Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/dsa-patient-record-management-system-v.2
https://github.com/zyx-0314/dsa-patient-record-management-system-v.2
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zyx-0314/dsa-patient-record-management-system-v.2
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-11-18T05:13:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T06:00:11.000Z (2 months ago)
- Last Synced: 2024-11-18T06:49:04.269Z (2 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This project is a C++ console application designed for managing patient records. It offers functionalities to register new patients, display a list of existing patients, update patient information, and exit the program.
[![wakatime](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/259a1016-852e-4df4-89c5-6bd5b53cc594.svg)](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/259a1016-852e-4df4-89c5-6bd5b53cc594)
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/DSA-Patient-Record-Management-System-v.2)
---
Table of Contents
---
## Overview
This C++ console application is designed to **Manage Patient Records** efficiently. It offers a user-friendly interface to perform essential operations like adding new patients, displaying patient details, updating patient information, and exiting the program.
### Key Features
- **Patient Registration:** Allows users to add new patients by providing their name, age, and other relevant details.
- **Patient Listing:** Displays a comprehensive list of all registered patients.
- **Patient Update:** Enables users to modify the information of existing patients.
- **Patient Delete:** Enables users to delete the information of existing patients.
- **Clear and Intuitive Interface:** Provides a user-friendly menu-driven interface for easy navigation.### Roadmap
1. Add comments <- Current: will be added on FEU TECH AITS### Technology
![C++](https://img.shields.io/badge/C++-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
## Resources
| Title | Purpose | Link |
|----------------------------|-----------------------------------------------|---------------------------------------------|
| C++ Documentation | Reference for C++ language features | https://cplusplus.com/doc/ |
| Linked List Implementation | Guide for implementing linked lists in C++ | https://www.geeksforgeeks.org/linked-list-in-cpp/ |