To develop a walk-in clinic patient system software, which is to maintain the medical records for all the patients of the walk-in clinic, and works in both UNIX and Linux.
The walk-in clinic keeps the following information about all its patients: the patient's name (first and last name), address, phone number, email address and care card number.
The walk-in clinic patient system must allow the receptionist to:
- Add a patient to the database
- Remove a patient from the database
- Update a patient's details
- Check to see if a patient exists
- Show all patients in the database
- Exit
Clone the repo
$ git clone git@github.com:engichang1467/Clinic-Patient-Service.git
$ cd Clinic-Patient-Service/
Compile the file
$ make
...
$ ./wi