Skip to content

Commit

Permalink
Fixed in-icu mortality task to exclude patients who die or are discha…
Browse files Browse the repository at this point in the history
…rged from the ICU in the gap window
  • Loading branch information
Jwoo5 committed Aug 28, 2024
1 parent 7621f1d commit 998d8b4
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 998d8b4

Please sign in to comment.