-
This is a desktop Patient Book application. It has a GUI but most of the user interactions happen using a
CLI
(Command Line Interface). -
It is a Java application intended for doctors to arrange information of their
patients
andappointments
. It also aids doctors making diagnosis by providing information onsymptoms
,diseases
anddrugs
. -
It is written in OOP fashion.
Acknowledgements
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5, OpenCSV
-
Original source code was adopted from https://github.com/se-edu/ (addressbook-level4)
-
A database of drugs licensed for sale in Singapore was used under the Singapore Open Data License.