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)

LABVIEW Create a cluster control that contains patient information including Name (string),

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

Bone Mass Density (BMD) (double numeric),and Gender (Boolean). (feel free to use

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.

any style) Create another cluster control that contains 2 patient clusters inside

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.

of it. Create a cluster indicator that contains Name (string), T-Score (double

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!