Skip to content

Commit

Permalink
Merge pull request #12 from Jwoo5/issue_11
Browse files Browse the repository at this point in the history
Fixed in-icu mortality task to exclude patients who die or are discharged from the ICU in the gap window.
  • Loading branch information
mmcdermott authored Aug 28, 2024
2 parents 7621f1d + 998d8b4 commit e7c7e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ windows:
end_inclusive: True
has:
icu_admission: (None, 0)
discharge_or_death: (0, None)
discharge_or_death: (None, 0)
target:
start: gap.end
end: start -> discharge_or_death
Expand Down

0 comments on commit e7c7e5a

Please sign in to comment.