n-hass / medical-records-cli

A CLI mockup for a medical records system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medical-records-cli

A CLI mockup for a medical records system, completed for my 1st year introductory Object-Orientated Programming course in 2020.

Features:

  • Serialisation of user data using Boost library
  • Management of delegated authority
  • Integration with a text editor (Vim, emacs, etc) for viewing & editing medical records as text files

Concepts that were used in the program:

  • Polymorphism, inheritance and other key OO practicies integrated in the system's core functionality
  • A basic CLI menu with input validation, not reliant on libraries like ncurses
  • Filesystem integration using modern C++ STL and Boost alternatives

About

A CLI mockup for a medical records system


Languages

Language:C++ 97.6%Language:Makefile 2.4%