We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afbf29 commit 95cb796Copy full SHA for 95cb796
mimic-iv/concepts/postgres/postgres-make-concepts.sql
@@ -7,6 +7,12 @@
7
\echo ''
8
\echo 'Scripts which act as dependencies for later concepts.'
9
10
+-- dependencies
11
+\i demographics/icustay_times.sql
12
+\i demographics/weight_durations.sql
13
+\i measurement/urine_output.sql
14
+\i organfailure/kdigo_uo.sql
15
+
16
-- demographics
17
\i demographics/age.sql
18
\i demographics/icustay_detail.sql
@@ -68,8 +74,8 @@
68
74
\i sepsis/suspicion_of_infection.sql
69
75
70
76
-- firstday
71
-\i firstday/first_day_bg.sql
72
77
\i firstday/first_day_bg_art.sql
78
+\i firstday/first_day_bg.sql
73
79
\i firstday/first_day_gcs.sql
80
\i firstday/first_day_height.sql
81
\i firstday/first_day_lab.sql
0 commit comments