Retuns a conversion factor for the amount calculation from urine concentration and volume
You can get a conversion factor for the multiplication: conc * vol * factor = amount in the given unit.
UnitUrine(conU = "ng/mL", volU = "mL", amtU = "mg", MW = 0)
conU
: concentration unitvolU
: volume unitamtU
: amount unitMW
: molecular weightKyun-Seop Bae k@acr.kr
UnitUrine() UnitUrine("ng/mL", "mL", "mg") UnitUrine("ug/L", "mL", "mg") UnitUrine("ug/L", "L", "mg") UnitUrine("ng/mL", "mL", "g") UnitUrine("ng/mL", "mL", "mol", MW=500) UnitUrine("ng/mL", "mL", "mmol", MW=500) UnitUrine("ng/mL", "mL", "umol", MW=500)