filterCohortId {PatientProfiles} | R Documentation |
Filter a cohort according to cohort_definition_id column, the result is not computed into a table. only a query is added. Used usually as internal functions of other packages.
Description
Filter a cohort according to cohort_definition_id column, the result is not computed into a table. only a query is added. Used usually as internal functions of other packages.
Usage
filterCohortId(cohort, cohortId = NULL)
Arguments
cohort |
A 'cohort_table' object. |
cohortId |
A vector with cohort ids. |
Value
A 'cohort_table' object.
[Package PatientProfiles version 1.4.2 Index]