Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions C++/Clinic Management System/Patient_details.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions C++/Clinic Management System/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Clinic Management System SOFTWARE
This is a very beginner-friendly project in the CPP that is clinic management. We will have the following functionality in this project:-
Add patient record(first name, last name, age, blood group, and many more)
Addin patient prescription
show data
Update data
Delete data


### TECH STACK USED:
**1)** C++
simple function, switch case concept of cpp.

### STEPS TO USE
Start by making a fork the [**Dev-Scripts**](https://github.com/abhijeet007rocks8/Dev-Scripts) repository. Click on the <a href="https://github.com/abhijeet007rocks8/Dev-Scripts/fork"><img src="https://i.imgur.com/G4z1kEe.png" height="21" width="21"></a> symbol at the top right corner

**2.** Clone your new fork of the repository:
#### open git CMD
```bash
git clone https://github.com/<your-github-username>/Dev-Scripts
```

- Move to the executable folder
```bash
cd Dev-Scripts/C++/Clinic Management System /Clinic_Management_System.cpp
```
- Compile and Run ```Clinic_Management_System.cpp``` file with any c++ compiler.

Simply click Compile and Run

## Demonstration video :
https://user-images.githubusercontent.com/73521123/171165388-63988608-5686-4dc9-9c41-8e6e968dc684.mp4


https://user-images.githubusercontent.com/73521123/171165407-a387fd3b-ccb1-47db-a34e-592df3d7203a.mp4


https://user-images.githubusercontent.com/73521123/171165430-8b6fc65f-1f5f-45aa-9036-d26a42c73e8f.mp4


## How to Run:

- It is only able to run in dos systems.
- Run it through any C++ compiler in dos system. Best to use the recent ones.
- Run and enjoy it.🥲☺️
Loading