Skip to content

Commit

Permalink
Merge branch 'Stage1_data_cleaning' of https://github.com/opensafely/…
Browse files Browse the repository at this point in the history
…post-covid-respiratory into Stage1_data_cleaning
  • Loading branch information
ZoeMZou committed Jan 21, 2025
2 parents 1e4dff5 + 69c9dc4 commit b13e556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/dataset_definition/variables_cohorts.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def generate_variables(index_date, end_date_exp, end_date_out):
## Year of birth
qa_num_birth_year=patients.date_of_birth.year,

## COCP or heart medication
## COCP or hrt medication
qa_bin_hrtcocp=last_matching_med_dmd_before(
cocp_dmd + hrt_dmd, index_date
).exists_for_patient(),
Expand Down

0 comments on commit b13e556

Please sign in to comment.