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...
Namespaces | |
bin.bsa | |
Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm]. | |
Functions | |
def | bin.bsa.parser () |
def | bin.bsa.bsa (W, H) |
Variables | |
def | bin.bsa.opts = parser().parse_args() |
def | bin.bsa.bsas = bsa(opts.W,opts.H) |
Determine body surface area (BSA) in [m^2] from weight W [kg] and height [cm].