OneDoc is a desktop CLI application that is intended for doctors and other medical professionals to efficiently keep track of patients, their visits and prescriptions. It is written in Java and has about 3 kLoC currently.
New Feature: Methods that allow manipulation of patients were written in the PatientList
class by me. These include, adding a patient, modifying patient details, retrieving patient records and listing all patients.
Code contributed: RepoSense Link
Patient
related featuresPatient
component as well as the related class and sequence diagram in this section.Storage
component, creating the related class and sequence diagram in this section.patientParser
method is called, under the
Parser
component section.printErrorMessage
and printLine
.Patient
functions are working constantly after every PR.