Skip to content

pedrohenriquebr/health-diagnosis

Repository files navigation

Health-Diagnosis

This project is a medical health diagnosis system made to serve nurses that need a tool to automate patient risk ratings, medic history creation, registration of medical appointments, among other things.

Prerequisites

Installation guide

Clone the project and go to the directory

$ git clone https://www.github.com/pedrohenriquebr/health-diagnosis.git
$ cd health-diagnosis

MySQL Database

Make sure that your MySQL/MariaDB is turned on.

Install the tables.

$ cd database
$ make install

Install the appointments', patients' and nurses's samples.

$ make install-samples

Project building

Build the project:

$ cd ..
$ make

The debug is default target

Project execution

For debugging:

$ make debug

Image samples

Displaying medic history

Tentativa de exibiri histórico médico

Exibindo histórico médico

Contributors

  • Thanks to Fabricio for helping translate README.md to English
  • Victor Augusto
  • Lucas Vale