OHDSI / CohortGenerator

An R package for instantiating cohorts using data in the CDM.
https://ohdsi.github.io/CohortGenerator/
11 stars 10 forks source link

Remove inclusion rule insert function #158

Open anthonysena opened 1 month ago

anthonysena commented 1 month ago

This function is not necessary as we can extract the inclusion rules names from a cohort definition set and we do not need to push this information to the database.

https://github.com/OHDSI/CohortGenerator/blob/e3efad630b8b2c0376431a88fde89e6c4bbac38c/R/CohortStats.R#L40-L134