Example clinic management system written in java
The main class is in Clinic0_1.java . This project is a simple clinic informational system with the capability to manage patients, doctors and specific measurements with the appropriate messages for extreme values.
It utilizes the class Person, with a register number (AMKA), name and surname, and the extensions Doctor.java and Patient.java . The measurements (RespiratoryRate, Pulses, Temperature and BloodPressure) are implementations of the interface Measurable. Entry-validation was implemented regarding the data of a new entry in the main class. The program starts by reading the *.csv files and if not present, it creates them and after a proper exit from the program, it overwrites them with the entries loaded as ArrayLists.
The strings are hard-coded in Greek. Exit is available from the main menu only.