Skip to content

Commit bb788a4

Browse files
committed
add dose queries for vasopressors
1 parent 201ae0c commit bb788a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mimic-iii/concepts/make-concepts.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.phenylephrine_duratio
3939
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.vasopressin_durations < durations/vasopressin_durations.sql
4040
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.vasopressor_durations < durations/vasopressor_durations.sql
4141
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.weight_durations < durations/weight_durations.sql
42+
# dose queries for vasopressors
43+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.dobutamine_dose < durations/dobutamine_dose.sql
44+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.dopamine_dose < durations/dopamine_dose.sql
45+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.epinephrine_dose < durations/epinephrine_dose.sql
46+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.norepinephrine_dose < durations/norepinephrine_dose.sql
47+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.phenylephrine_dose < durations/phenylephrine_dose.sql
48+
bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.vasopressin_dose < durations/vasopressin_dose.sql
4249

4350
# "pivoted" tables which have icustay_id / timestamp as the primary key
4451
echo 'Directory 3: pivoted tables'

0 commit comments

Comments
 (0)