File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET}.phenylephrine_duratio
3939bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET} .vasopressin_durations < durations/vasopressin_durations.sql
4040bq query ${BQ_FLAGS} --destination_table=${TARGET_DATASET} .vasopressor_durations < durations/vasopressor_durations.sql
4141bq 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
4451echo ' Directory 3: pivoted tables'
You can’t perform that action at this time.
0 commit comments