Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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)

image text in transcribed

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

image text in transcribed

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.

image text in transcribed

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.

image text in transcribed

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

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

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

More Books

Students also viewed these Databases questions