In amsterdamumcdb > sql > common > vasopressors_inotropes.sql, doserateperkg is calculated with some conversions. On line 69, the doserateperkg is already calculated and stored in dose, but the code assumes the dose unit to be ug/kg/min while the doserate is actually compared to unit 5 (uur) instead of 4 (min).
In amsterdamumcdb > sql > common > vasopressors_inotropes.sql, doserateperkg is calculated with some conversions. On line 69, the doserateperkg is already calculated and stored in dose, but the code assumes the dose unit to be ug/kg/min while the doserate is actually compared to unit 5 (uur) instead of 4 (min).
https://github.com/AmsterdamUMC/AmsterdamUMCdb/blob/5541e908181526e184ce17d78c0da371ea2b9d00/amsterdamumcdb/sql/common/vasopressors_inotropes.sql#L69