ate a program named WritePatientRecords that allows a doctor’s staff to enter data about patients and saves the data to a file. Create a Patient class that contains fields for ID number, name, and current balance owed to the doctor’s office. b. Create a program named ReadPatientRecords that reads the file created in Exercise 4a and displays each patient’s data on the screen. c. Create a program named FindPatientRecords that prompts the user for an ID number, reads the file created in Exercise 4a, and displays data for the specified record. d. Create a program named
Farrell, Joyce. Microsoft Visual C#: An Introduction to Object-Oriented
4. a. Create a program named WritePatientRecords that allows a doctor’s staff to enter data about patients and saves the data to a file. Create a Patient class that contains fields for ID number, name, and current balance owed to the doctor’s office.
b. Create a program named ReadPatientRecords that reads the file created in Exercise 4a and displays each patient’s data on the screen.
c. Create a program named FindPatientRecords that prompts the user for an ID number, reads the file created in Exercise 4a, and displays data for the specified record.
d. Create a program named FindPatientRecords2 that prompts the user for a minimum balance due, reads the file created in Exercise 4a, and displays
Using console application, combine all four parts in one program and name it PatientRecords, please make sure to include exception handling in this program.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 4 images