Skip to content

Commit

Permalink
fix: correct column name valueuom -> rateuom
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Dec 9, 2022
1 parent 7787389 commit 15ad099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iii/concepts/durations/vasopressin_dose.sql
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ and
(
select
icustay_id, linkorderid
, CASE WHEN valueuom = 'units/min' THEN rate*60.0 ELSE rate END as vaso_rate
, CASE WHEN rateuom = 'units/min' THEN rate*60.0 ELSE rate END as vaso_rate
, amount as vaso_amount
, starttime
, endtime
Expand Down

0 comments on commit 15ad099

Please sign in to comment.