From bc2599cd8408c613fad9dde3a8dadd58cb3f6e75 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Tue, 14 Dec 2021 22:22:03 -0500 Subject: [PATCH] add milrinone, ned, and vasoactive agent --- mimic-iv/concepts/postgres/postgres-make-concepts.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mimic-iv/concepts/postgres/postgres-make-concepts.sql b/mimic-iv/concepts/postgres/postgres-make-concepts.sql index 6abda8981..f8d547c54 100644 --- a/mimic-iv/concepts/postgres/postgres-make-concepts.sql +++ b/mimic-iv/concepts/postgres/postgres-make-concepts.sql @@ -44,10 +44,13 @@ \i medication/dobutamine.sql \i medication/dopamine.sql \i medication/epinephrine.sql +\i medication/milrinone.sql \i medication/neuroblock.sql \i medication/norepinephrine.sql \i medication/phenylephrine.sql \i medication/vasopressin.sql +\i medication/vasoactive_agent.sql +\i medication/norepinephrine_equivalent_dose.sql -- treatment \i treatment/crrt.sql