Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
Ideal / Adjusted Body Weight Calculator
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
IBW = 22 * h*h/10000.0; ABW = IBW + 0.4*( w- IBW );
Subject
Description
Ideal body weight calculation is to check the appropriate weight for height for an individual inorder to prevent any health risks. The calcualtion in based on Body Mass Index (BMI).
Formulas Used:
IBW (kgs) = 22 x (height in meters)
2
ABW = IBW + 0.4( actual weight - IBW )
Category
Medical
Created By
tech
Created Date
12/17/2010
Last Modify Date
12/17/2010
Calculation Count
16
Version
1.00
Positive
0
Neutral
0
Negative
0
Related Program ID
94 , 95 , 96 , 98 , 99
Copyright ©2009-2010 CUI WEI. All Rights Reserved.