Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design and program a GUI user interface that allows a person to evaluate and document a series of health factors that may contribute to their

Design and program a GUI user interface that allows a person to evaluate and document a series of health factors that may contribute to their wellness. Call this program Individual Health Assessment Program. The specifications follow:Evaluate blood pressure (systolic only)Evaluate BMI (Body Mass Index)Evaluate Cholesterol levels (both LDL/HDL)Evaluate glucose blood sugar (hemoglobin A/1c)Evaluate Triglycerides1. Create a JavaFX GUI in which blood pressure, BMI Blood Glucose Hemoglobin, and Triglycerides are entered by an operator and the ranges are flagged as normal or some other characterization as shown below.2. If a reading is far out of bounds, create a GUI notification that he or she should see a doctor, or consult a health professional. You may add additional capabilities based on personal research.3. Save a report of the parameters and the determination in a JAXB form (see lectures) of an XML text file on disk.4. Enable the GUI to be loaded from the text file for the patient if the file name is given in a textbox you have designed.Specifications: Blood pressure: Systolic ranges: 210+ Very severe 180210 Severe 160180 Moderate 140160 Mild 90-140 Normal 50-90 Low
Body Mass Index
BMI is calculed by the following
Weigt/height2
BMI <18.5 Underweight
BMI =18.5-24.9 Normal
BMI =25.0-29.9 overweight
BMI >30 Obese
Blood glucose Hemoglobin ranges
80-120 Excellent
150-180 Good
210-240 Marginal
270-310 poor
340-370 out of control
HDL/LDL/Triglycerides ranges
Total Cholesterol <200 Ecellent
Triglycerides <250 Optimal
HDL (good)>40 Optimal
LDL (bad)<100 Optimal
This program should run completely without sybtax

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Neo4j Data Modeling

Authors: Steve Hoberman ,David Fauth

1st Edition

1634621913, 978-1634621915

More Books

Students also viewed these Databases questions

Question

How can you defend against SQL injection attacks?

Answered: 1 week ago