Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        






Nyebe

C++ Patient Record Management System v.2



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



  1. Overview

    1. Key Features

    2. Technology



  2. Roadmap

  3. Resources

---

## 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/ |