https://github.com/pedrohenriquebr/health-diagnosis
Health Diagnostic System
https://github.com/pedrohenriquebr/health-diagnosis
csharp desktop dotnet health health-diagnosis health-record healthcare healthcare-application medicine mysql nursing projeto visual-studio windows
Last synced: 2 months ago
JSON representation
Health Diagnostic System
- Host: GitHub
- URL: https://github.com/pedrohenriquebr/health-diagnosis
- Owner: pedrohenriquebr
- License: gpl-2.0
- Created: 2018-12-26T20:04:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T17:16:58.000Z (over 2 years ago)
- Last Synced: 2023-10-20T22:18:00.888Z (over 1 year ago)
- Topics: csharp, desktop, dotnet, health, health-diagnosis, health-record, healthcare, healthcare-application, medicine, mysql, nursing, projeto, visual-studio, windows
- Language: C#
- Homepage: https://pedrohenriquebr.github.io/health-diagnosis/
- Size: 3.06 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* [.NET Core SDK](https://dotnet.microsoft.com/download) (Windows)
* [MonoDevelop](https://www.monodevelop.com/download/) (Linux)
* MySQL server## Installation guide
Clone the project and go to the directory
```console
$ 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.
```console
$ cd database
$ make install
```Install the appointments', patients' and nurses's samples.
```console
$ make install-samples
```### Project building
Build the project:
```console
$ cd ..
$ make
```> The debug is default target
### Project execution
For debugging:
```console
$ make debug
```## Image samples
Displaying medic history


# Contributors
* Thanks to Fabricio for helping translate `README.md` to English
* Victor Augusto
* Lucas Vale