abhijeet007rocks8 / Dev-Scripts

Repository to provide utility scripts that could make everyday life easy
MIT License
37 stars 84 forks source link

Clinic management system #693

Open Kumar-Ankit56 opened 2 years ago

Kumar-Ankit56 commented 2 years ago
Fixes #503

Description

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

clin0

Type of change

How Has This Been Tested?

Tech Stack used:

project using CPP

Checklist:

Kumar-Ankit56 commented 2 years ago

@manisha-27 plz review this.

heet-kumar commented 2 years ago

@Kumar-Ankit56 Do it by tommorrow last deadline for you Buddy

Kumar-Ankit56 commented 2 years ago

@heet-kumar I didn't get it Bhaiya can you elaborate

Kumar-Ankit56 commented 2 years ago

@heet-kumar changes done bhaiya

Kumar-Ankit56 commented 2 years ago

@heet-kumar Bhaiya I'm bit confused about your msg as in this clinic management I haven't use any file handling here is only linked list structure other concept used, So for this I don't need to create any separate file,

Although #698 project I used there I need to do that these things but you have already merged it, So plz clearly me.

heet-kumar commented 2 years ago

@Kumar-Ankit56 we need FIle handling Buddy that's it we want.

Kumar-Ankit56 commented 2 years ago

@Kumar-Ankit56 we need FIle handling Buddy that's it we want.

@heet-kumar Bhaiya with respect I want to say that I know in last moment you have little bit more work load for merging and reviewing bluck of PRs,

Plz concern my problem as well 🙏🏻 Plz review my code of clinic management, as I haven't used any file handling concept here.

So, there is also no need to maintain file documentation.

I will be grateful for you response.

heet-kumar commented 2 years ago

@Kumar-Ankit56 But Its an order from PA that in any managment project file handling concept should be there its mandatory.

Kumar-Ankit56 commented 2 years ago

@Kumar-Ankit56 But Its an order from PA that in any managment project file handling concept should be there its mandatory.

Got it Bhaiya, Allow me some moments by today only I will update it.

abhijeet007rocks8 commented 2 years ago

@Kumar-Ankit56 But Its an order from PA that in any managment project file handling concept should be there its mandatory.

Got it Bhaiya, Allow me some moments by today only I will update it.

@Kumar-Ankit56 Point of file handling is that if we use your project as it is the data stored will be lost as soon as the program execution ends. In order to maintain the data for longer period of time it should atleast be stored in a file so that it can even be accessed after the program execution ends.

Kumar-Ankit56 commented 2 years ago

@heet-kumar Bhaiya I have done the required changes.

Kumar-Ankit56 commented 2 years ago

@abhijeet007rocks8