You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mimic-iv/concepts_postgres/demographics/age.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ SELECT
7
7
ad.admittime,
8
8
pa.anchor_age,
9
9
pa.anchor_year, /* calculate the age as anchor_age (60) plus difference between *//* admit year and the anchor year. *//* the noqa retains the extra long line so the *//* convert to postgres bash script works */
Copy file name to clipboardExpand all lines: mimic-iv/concepts_postgres/demographics/icustay_detail.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SELECT
9
9
adm.admittime,
10
10
adm.dischtime,
11
11
EXTRACT(EPOCH FROMadm.dischtime-adm.admittime) /86400.0AS los_hospital, /* calculate the age as anchor_age (60) plus difference between *//* admit year and the anchor year. *//* the noqa retains the extra long line so the *//* convert to postgres bash script works */
0 commit comments