A subset of type cohort - subset a population to only those contained within defined cohort
CohortGenerator::SubsetOperator -> CohortSubsetOperator
cohortIdsInteger ids of cohorts to subset to
cohortCombinationOperatorHow to combine the cohorts
negateInverse the subset rule? TRUE will take the patients NOT in the subset
windowslist of time windows to use when evaluating the subset cohort relative to the target cohort
new()CohortSubsetOperator$new(definition = NULL)definitionjson character or list - definition of subset operator
instance of object to List
toList()List representation of object Get auto generated name
CohortSubsetOperator$toList()
getAutoGeneratedName()name generated from subset operation properties
CohortSubsetOperator$getAutoGeneratedName()character
clone()The objects of this class are cloneable with this method.
CohortSubsetOperator$clone(deep = FALSE)deepWhether to make a deep clone.