Skip to content

Commit

Permalink
chore: Update external_studies test code
Browse files Browse the repository at this point in the history
  • Loading branch information
opensafely-github-bot committed Mar 17, 2024
1 parent ed4dd5f commit 7d83483
Show file tree
Hide file tree
Showing 11 changed files with 313 additions and 6,385 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

osteoarthritis_codes = codelist_from_csv(
"codelists/opensafely-osteoarthritis.csv",
column = "CTV3ID"
column = "code"
)

depression_codes = codelist_from_csv(
Expand Down Expand Up @@ -155,15 +155,10 @@

ra_codes = codelist_from_csv(
"codelists/opensafely-rheumatoid-arthritis.csv",
column = "CTV3ID"
column = "code"
)

oud_codes = codelist_from_csv(
"codelists/user-hjforbes-opioid-dependency-clinical-diagnosis.csv",
column = "code"
)

pain_codes = codelist_from_csv(
"codelists/opensafely-symptoms-pain.csv",
column = "code"
)

This file was deleted.

Loading

0 comments on commit 7d83483

Please sign in to comment.