Skip to content

Commit

Permalink
added meds into the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
quan14 committed Oct 11, 2024
1 parent ef91378 commit 5a65c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/dataset_definition_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Codelists
adhd_codelist = codelist_from_csv("codelists/nhsd-primary-care-domain-refsets-adhd_cod.csv", column="code")
methylphenidate_codelist = codelist_from_csv("codelists/nhsd-primary-care-domain-refsets-adhd_cod.csv", column="code")

dataset = create_dataset()
dataset.configure_dummy_data(population_size=10000)
Expand Down

0 comments on commit 5a65c28

Please sign in to comment.