Skip to content

premnathdey/health-diagnosis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Help me

Be my patron:

pedrobraga

Packages

No packages published

Languages

  • C# 87.4%
  • PLSQL 11.7%
  • Makefile 0.9%