https://github.com/michaelilkanayev1997/hospital-java
https://github.com/michaelilkanayev1997/hospital-java
gui java
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelilkanayev1997/hospital-java
- Owner: michaelilkanayev1997
- Created: 2022-07-18T14:03:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T16:27:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T23:43:25.008Z (over 1 year ago)
- Topics: gui, java
- Language: Java
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital-Java
The goal of the program is to perform a calculation for a patient's
diagnosis and present recommendations for treatment based on a blood test and a number of questions to the patient."
The program allows for a comfortable and simple Gui for the doctor to sign up and Login to the app and then show the patient appropriate treatment depending on his blood test and other parameters.
# Steps to calculate the patient appropriate treatment :
1.Add a patient to the system with at least 4 details: ID, name, age, and gender."
2.Add the patient's blood test manually or by importing an excel file with blood test values."
3.Add patient questions."
4.Click on the Calculate Treatment button and the system will calculate the diagnosis and the recommendations for the treatment of the patient."
5.To save the diagnosis and recommendations,click Save Treatment and the file will be saved in an Excel file along with the patient's ID."
# Login page:

# Create account page:

# main page:

Thank you :)