We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8daa commit a84ed76Copy full SHA for a84ed76
mimic-iv/concepts/postgres/treatment/ventilation.sql
@@ -203,6 +203,7 @@ WITH tm AS
203
, vd2 as
204
(
205
SELECT vd1.stay_id, vd1.charttime
206
+ , vd1.charttime_lead, vd1.ventilation_status
207
, ventduration, new_ventilation_event
208
-- create a cumulative sum of the instances of new ventilation
209
-- this results in a monotonically increasing integer assigned
mimic-iv/concepts/treatment/ventilation.sql
@@ -201,6 +201,7 @@ WITH tm AS
201
202
0 commit comments