Question: LABVIEW Create a cluster control that contains patient information including Name (string), Bone Mass Density (BMD) (double numeric),and Gender (Boolean). (feel free to use any
LABVIEW
Create a cluster control that contains patient information including Name (string), Bone Mass Density (BMD) (double numeric),and Gender (Boolean). (feel free to use any style)

Create another cluster control that contains 2 patient clusters inside of it.

Create a cluster indicator that contains Name (string), T-Score (double numeric), Z Score (double numeric), and At Risk (Boolean). Place this inside of an array to create a cluster array indicator.

Create a VI that calculates Z Score, T-Score, and determines if patient is at risk for bone issues.
1. If a patient is male, use the following formula for Z score & T - score
a. Z Score = (BMD - 1002)/140
b. T Score = Z Score - 0.12 male
2. If a patient is female, use the following formula for Z score & T score
a. Z Score = (BMD - 945)/130
b. T Score = Z Score - 0.09
3. At Risk is true if the Z score of a patient is less than zero.

patient Name BMD Gender Male (check)/Female (uncheck) patient Name BMD Gender Male (check)/Female (uncheck)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
