File tree Expand file tree Collapse file tree
concepts_postgres/severityscores Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ left join `physionet-data.mimiciii_derived.labs_first_day` labs
134134(
135135select
136136 cohort.*
137- -- Below code calculates the component scores needed for SAPS
137+ -- Below code calculates the component scores needed for LODS
138138
139139 -- neurologic
140140 , case
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ WITH cpap AS (
102102 ON ie .icustay_id = labs .icustay_id
103103), scorecomp AS (
104104 SELECT
105- cohort.* , /* Below code calculates the component scores needed for SAPS */ /* neurologic */
105+ cohort.* , /* Below code calculates the component scores needed for LODS */ /* neurologic */
106106 CASE
107107 WHEN mingcs IS NULL
108108 THEN NULL
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ WITH cpap AS (
128128, scorecomp AS (
129129 SELECT
130130 cohort.*
131- -- Below code calculates the component scores needed for SAPS
131+ -- Below code calculates the component scores needed for LODS
132132
133133 -- neurologic
134134 , CASE
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ WITH cpap AS (
101101 ON ie .stay_id = labs .stay_id
102102), scorecomp AS (
103103 SELECT
104- cohort.* , /* Below code calculates the component scores needed for SAPS */ /* neurologic */
104+ cohort.* , /* Below code calculates the component scores needed for LODS */ /* neurologic */
105105 CASE
106106 WHEN gcs_min IS NULL
107107 THEN NULL
You can’t perform that action at this time.
0 commit comments