Skip to content

JungleHippo/ClinicJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClinicJava

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.

About

Example clinic management system written in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages