![]() ![]() |
Reference Type: Supported, Category: Measurement Functions, ICR#: 3175 & 10143
The $$BSA^XLFMSMT extrinsic function returns the body surface area.
$$BSA^XLFMSMT(ht,wt)
ht: |
(required) Height in centimeters. |
wt: |
(optional) Weight in kilograms. |
returns: |
Returns the body surface area measurement. |
>S X=$$BSA^XLFMSMT(175,86) >W X 2.02 |
>S X=$$BSA^XLFMSMT($$LENGTH^XLFMSMT(69,"IN","CM"),$$WEIGHT^XLFMSMT(180,"LB","KG")) >W X 1.98 |