You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic would be something like: if the covariateSettings is a list, iterate over the list and determine if the settings require a cohort schema + table and if they are not specified/null specify them using the executionSettings properties.
The text was updated successfully, but these errors were encountered:
In the case that we want to use cohort-based features via FeatureExtraction (https://ohdsi.github.io/FeatureExtraction/reference/createCohortBasedCovariateSettings.html), we need to have the modules specify the
covariateCohortDatabaseSchema
andcovariateCohortTable
parameters that are part of theexecutionSettings
when executing the study.The logic would be something like: if the
covariateSettings
is a list, iterate over the list and determine if the settings require a cohort schema + table and if they are not specified/null specify them using theexecutionSettings
properties.The text was updated successfully, but these errors were encountered: