Python coding
Budget: £20 – £250 GBP
things to do
1. Patients of the same family are grouped by Admin for the part in the admin line 306 to 323. could you correct it?
2. The hospital system should be able to store and load all patients’ data from and into a file. this is in the main class from lines 15 to 63. to store any data in the system as a text file or CSV and be able to read from the last storage and continue from there.
3. Relocating patients from one doctor to another
4. Admins can request a management report. This should show the following information;
a) Total number of doctors in the system
b) Total number of patients per doctor
c) Total number of appointments per month per doctor
d) Total number of patients based on the illness type
create a simple GUI
the whole executes from the main class and correct all the codes if there's and errors or option not working.
1. Patients of the same family are grouped by Admin for the part in the admin line 306 to 323. could you correct it?
2. The hospital system should be able to store and load all patients’ data from and into a file. this is in the main class from lines 15 to 63. to store any data in the system as a text file or CSV and be able to read from the last storage and continue from there.
3. Relocating patients from one doctor to another
4. Admins can request a management report. This should show the following information;
a) Total number of doctors in the system
b) Total number of patients per doctor
c) Total number of appointments per month per doctor
d) Total number of patients based on the illness type
create a simple GUI
the whole executes from the main class and correct all the codes if there's and errors or option not working.