HealthContact is a desktop application designed to help the receptionist of a family clinic arrange telemedicine
services between patients and doctors. It helps to keep track of patient data, patient appointments and patient bills.
- It is optimised for use via a Command Line Interface (CLI), suited for people who can type fast and prefer typing to mouse/voice commands.
- It is written in Java, and has about 10 kLoC.
- It is written in OOP fashion.
- It comes with a reasonable level of user and developer documentation.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.