tp

Brannon Aw Xu Wei - Project Portfolio Page

Overview of Dr. Duke

Dr. Duke is a medical commandline interface (CLI) software designed for clinics to automate the diagnosis of patients and dispense the appropriate medicine. In short, it:

  1. Mimics the registration at a polyclinic.
  2. Asks for the patient’s symptoms and matches them to known illnesses.
  3. Outputs the most likely illnesses.
  4. Prescribes medicine for the illnesses, and if the illness is severe or unknown, the patient is referred to the doctor instead.
  5. Keeps record of the patient’s login details, medical history and prescriptions across instances. It is written in Java and has about 5000 lines of code.

Summary of Contributions