Permalink
Please sign in to comment.
Browse files
removed version and author from individual files, better to track in …
…github
- Loading branch information...
Showing
with
78 additions
and 155 deletions.
- +0 −3 Makefile
- +0 −2 buildmimic/apache-drill/drill_create_data.sql
- +0 −2 buildmimic/docker/Dockerfile
- +0 −2 buildmimic/monetdb/monetdb_create_tables.sql
- +0 −2 buildmimic/monetdb/monetdb_load_data.sql
- +0 −4 comorbidity/postgres/Makefile
- +2 −4 comorbidity/postgres/clean.sql
- +0 −4 demographics/postgres/Makefile
- +2 −5 demographics/postgres/clean.sql
- +0 −3 etc/Makefile
- +2 −4 etc/clean.sql
- +2 −5 etc/firstday/Makefile
- +0 −2 etc/firstday/blood-gas-first-day.sql
- +2 −4 etc/firstday/clean.sql
- +0 −3 etc/firstday/urine-output-first-day.sql
- +1 −3 etc/firstday/ventilation-first-day.sql
- +0 −4 sepsis/Makefile
- +10 −13 sepsis/angus.sql
- +2 −4 sepsis/clean.sql
- +0 −3 severityscores/Makefile
- +4 −7 severityscores/apsiii.sql
- +2 −4 severityscores/clean.sql
- +5 −9 severityscores/lods.sql
- +5 −4 severityscores/mlods.sql
- +5 −7 severityscores/oasis.sql
- +6 −8 severityscores/qsofa.sql
- +6 −8 severityscores/saps.sql
- +5 −7 severityscores/sapsii.sql
- +5 −7 severityscores/sirs.sql
- +5 −7 severityscores/sofa.sql
- +7 −11 styleguide.md
| @@ -1,8 +1,6 @@ | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| -- Title: SQL clean script called by "make clean" | ||
| -- Description: Drops all materialized views re: comorbidity scoring | ||
| --- MIMIC version: All | ||
| --- Author: Jim Blundell 2016 | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| DROP MATERIALIZED VIEW IF EXISTS ELIXHAUSER_AHRQ CASCADE; |
| @@ -1,10 +1,7 @@ | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| -- Title: SQL clean script called by "make clean" | ||
| -- Description: Drops all materialized views re: demographics | ||
| --- MIMIC version: All | ||
| --- Author: Jim Blundell 2016 | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| DROP MATERIALIZED VIEW IF EXISTS icustay_detail CASCADE; | ||
| DROP MATERIALIZED VIEW IF EXISTS heightweight CASCADE; | ||
| - |
| @@ -1,8 +1,6 @@ | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| -- Title: SQL clean script called by "make clean" | ||
| -- Description: Drops all materialized views re: sepsis | ||
| --- MIMIC version: All | ||
| --- Author: Jim Blundell 2016 | ||
| --- ------------------------------------------------------------------ | ||
| +-- ------------------------------------------------------------------ | ||
| DROP MATERIALIZED VIEW IF EXISTS angus_sepsis CASCADE; |
Oops, something went wrong.
0 comments on commit
98e30a4