Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$BSA^XLFMSMT(): Body Surface Area Measurement

Reference Type: Supported, Category: Measurement Functions, ICR#: 3175 & 10143

Description

The $$BSA^XLFMSMT extrinsic function returns the body surface area.

Format

  $$BSA^XLFMSMT(ht,wt)

Input Parameters

ht:

(required) Height in centimeters.

wt:

(optional) Weight in kilograms.

Output

returns:

Returns the body surface area measurement.

Examples

Example 1

>S X=$$BSA^XLFMSMT(175,86)

>W X
2.02

Example 2

>S X=$$BSA^XLFMSMT($$LENGTH^XLFMSMT(69,"IN","CM"),$$WEIGHT^XLFMSMT(180,"LB","KG"))

>W X
1.98