Skip to content

AY2324S2-CS2103T-T15-1/tp

 
 

Repository files navigation

CI Status

codecov

Ui

MediCLI: Hospital Patient Management System

MediCLI is a patient management system designed for hospitals. MediCLI enables the management of patient, doctor, and appointment data.

Example usages:

  1. Used by hospital clerks to manage hospital records for relevant stake holders.
  2. Core functions offered include add, delete, query for patients, doctors and appointments.

Context of the project

  • The project simulates an ongoing software project for a desktop application (called MediCLI) used for managing contact details.
    • It is written in OOP fashion. It is meant as a project for a SE module to teach basic SE principles.
    • It comes with a reasonable level of user and developer documentation.
  • For the detailed documentation of this project, see the MediCLI Product Website.

This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.