Skip to content

Commit

Permalink
Update long covid date params
Browse files Browse the repository at this point in the history
  • Loading branch information
rose-higgins committed Apr 3, 2024
1 parent 6f851c2 commit b745084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/study_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@

first_lc_dx_flag = patients.with_these_clinical_events(
long_covid_nice_dx,
on_or_before = "date_treated",
on_or_before = "start_date",
returning = "code",
include_date_of_match = True,
return_first_date_in_period = True,
Expand All @@ -1406,7 +1406,7 @@

first_lc_dxrx_flag = patients.with_these_clinical_events(
long_covid_combine,
on_or_before = "date_treated",
on_or_before = "start_date",
returning = "binary _flag",
include_date_of_match = True,
return_first_date_in_period = True,
Expand Down

0 comments on commit b745084

Please sign in to comment.