Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunar4321/burn-app
This is a medical app. It calculates the total surface body area of the burn according to the rule of 9
https://github.com/hunar4321/burn-app
medical-application visual-basic
Last synced: about 2 months ago
JSON representation
This is a medical app. It calculates the total surface body area of the burn according to the rule of 9
- Host: GitHub
- URL: https://github.com/hunar4321/burn-app
- Owner: hunar4321
- License: mit
- Created: 2019-09-11T15:06:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T10:15:10.000Z (over 2 years ago)
- Last Synced: 2024-10-24T04:27:38.456Z (2 months ago)
- Topics: medical-application, visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 753 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub repo size](https://img.shields.io/github/repo-size/hunar4321/burn_app)
![GitHub](https://img.shields.io/github/license/hunar4321/burn_app)# Burn APP
Calculates the total body surface area of the burn according to the rule of 9. It also calculates the total fluid replacement needed for the patient if necessary.
--------------------------------------------------------![](images/burn_app_demo2.JPG)
Please note that I made this program as a hobby when I first started learning about programming. Back then, I was working as a junior doctor at a hospital (10 years ago when visual basic was the mainstream!). Managing burn cases might be different from one hospital to another but they all require to estimate the burned area first. Accurate estimation is essential for a proper management. I'm not maintaining the program as I actually forgot visual basic! The program is not used currently and shouldn't be used without proper testing but I'm still opensourcing the program in case anyone was interested in the idea and wanted to take it fruther or to be inspired and make a better one in another language.