Skip to content

Conversation

@Kumar-Ankit56
Copy link
Contributor

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

  • New project (non-breaking change which adds functionality)

How Has This Been Tested?

Tech Stack used:

project using CPP

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have included a README.md file
  • My project follows this structure: Domain Folder/ Project Name Folder/ Project files and Readme.md files
  • I have added demonstration in the form of GIF/video file
  • I am a GSSoC'22 Participant

@Kumar-Ankit56
Copy link
Contributor Author

@manisha-27 plz review this.

Copy link
Collaborator

@heet-kumar heet-kumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kumar-Ankit56 As I have mentioned before that you need store the details in seperate Files if you are doing Mangment Project using File management

@heet-kumar
Copy link
Collaborator

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

@Kumar-Ankit56
Copy link
Contributor Author

Kumar-Ankit56 commented Jun 1, 2022

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

@Kumar-Ankit56
Copy link
Contributor Author

@heet-kumar changes done bhaiya

Copy link
Collaborator

@heet-kumar heet-kumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kumar-Ankit56 As in your Project #698 there you have used fstream, f.open, f.read, and fwrite in your project that comes under File Handling Buddy. In that you need to store the Data in these project also. DO it asap

@Kumar-Ankit56
Copy link
Contributor Author

Kumar-Ankit56 commented Jun 2, 2022

@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
Copy link
Collaborator

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

@Kumar-Ankit56
Copy link
Contributor Author

Kumar-Ankit56 commented Jun 3, 2022

@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
Copy link
Collaborator

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

@Kumar-Ankit56
Copy link
Contributor Author

@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
Copy link
Owner

@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
Copy link
Contributor Author

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

@Kumar-Ankit56
Copy link
Contributor Author

@abhijeet007rocks8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants