mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Issue on norepinephrine_equivalent_dose.sql

Open Meicheng-SEU opened this issue 2 years ago • 0 comments

Hi, I found an issue with calculating norepinephrine equivalent dose for vasopressors.

The unit of the vasopressin should be units/minute rather than units/hour. The modified code in line 11 was as below.

+ COALESCE(vasopressin*2.5/60, 0)

Meicheng-SEU avatar Mar 23 '22 01:03 Meicheng-SEU