Skip to content

Commit

Permalink
Merge pull request MIT-LCP#189 from manashty/master
Browse files Browse the repository at this point in the history
Added query folders to their path. Sorted by dependency.
  • Loading branch information
tompollard authored Mar 23, 2017
2 parents fac79ba + adb81c3 commit d8b2834
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions concepts/severityscores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This folder generates materialized views for a variety of severity of illness sc
The queries make use of materialized views which aggregate data from the first day of a patient's ICU stay. To run the code, it is necessary to:

1. Run the scripts which generate the constituent materialized views
* uofirstday - generated by urine-output-first-day.sql
* ventfirstday - generated by ventilated-first-day.sql
* vitalsfirstday - generated by vitals-first-day.sql
* gcsfirstday - generated by gcs-first-day.sql
* labsfirstday - generated by labs-first-day.sql
* bloodgasfirstday - generated by blood-gas-first-day.sql (needed for subsequent view)
* bloodgasfirstdayarterial - generated by blood-gas-first-day-arterial.sql
* echodata - generated by echo-data.sql
* ventdurations - generated by ventilation-durations.sql
* echodata - generated by /concepts/echo-data.sql
* ventdurations - generated by /concepts/ventilation-durations.sql - (needed for subsequent view)
* vitalsfirstday - generated by /concepts/firstday/vitals-first-day.sql
* uofirstday - generated by /concepts/firstday/urine-output-first-day.sql
* ventfirstday - generated by /concepts/firstday/ventilated-first-day.sql
* gcsfirstday - generated by /concepts/firstday/gcs-first-day.sql
* labsfirstday - generated by /concepts/firstday/labs-first-day.sql
* bloodgasfirstday - generated by /concepts/firstday/blood-gas-first-day.sql - (needed for subsequent view)
* bloodgasfirstdayarterial - generated by /concepts/firstday/blood-gas-first-day-arterial.sql
2. Run the script for the severity of illness score you are interested in
* OASIS - oasis.sql
* SAPS - saps.sql
Expand Down

0 comments on commit d8b2834

Please sign in to comment.