Skip to content

Commit 3327e48

Browse files
committed
add missing concepts to postgres build
1 parent 1482d3d commit 3327e48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mimic-iv/concepts_postgres/postgres-make-concepts.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ SET search_path TO mimiciv_derived, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
4949
-- medication
5050
\i medication/acei.sql
5151
\i medication/antibiotic.sql
52+
\i medication/arb.sql
5253
\i medication/dobutamine.sql
5354
\i medication/dopamine.sql
5455
\i medication/epinephrine.sql
@@ -60,6 +61,7 @@ SET search_path TO mimiciv_derived, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
6061
\i medication/vasopressin.sql
6162

6263
-- treatment
64+
\i treatment/code_status.sql
6365
\i treatment/crrt.sql
6466
\i treatment/invasive_line.sql
6567
\i treatment/rrt.sql

0 commit comments

Comments
 (0)