|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm]. More...
Functions | |
| def | parser () |
| def | bsa (W, H) |
Variables | |
| def | opts = parser().parse_args() |
| def | bsas = bsa(opts.W,opts.H) |
Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm].
| def bin.bsa.bsa | ( | W, | |
| H | |||
| ) |
| def bin.bsa.parser | ( | ) |
| def bin.bsa.bsas = bsa(opts.W,opts.H) |
| def bin.bsa.opts = parser().parse_args() |
1.8.13