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.
- .NET Core SDK (Windows)
- MonoDevelop (Linux)
- MySQL server
Clone the project and go to the directory
$ git clone https://www.github.com/pedrohenriquebr/health-diagnosis.git
$ cd health-diagnosis
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
Build the project:
$ cd ..
$ make
The debug is default target
For debugging:
$ make debug
Displaying medic history
- Thanks to Fabricio for helping translate
README.md
to English - Victor Augusto
- Lucas Vale