Skip to content

Developed a walk-in clinic patient system that maintains the medical records for all the patients of the walk-in clinic

Notifications You must be signed in to change notification settings

engichang1467/Clinic-Patient-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walk In Clinic Patient Service

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:

  1. Add a patient to the database
  2. Remove a patient from the database
  3. Update a patient's details
  4. Check to see if a patient exists
  5. Show all patients in the database
  6. Exit

To try it out:

Clone the repo

$ git clone git@github.com:engichang1467/Clinic-Patient-Service.git
$ cd Clinic-Patient-Service/

Compile the file

$ make
...
$ ./wi

About

Developed a walk-in clinic patient system that maintains the medical records for all the patients of the walk-in clinic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published