An R6 class to define a Cohort Info object.
CohortInfo objects do not maintain any execution settings, just the id and name
Methods
Method new()
Arguments
id
the cohort definition id
name
the name of the cohort definition
Method getId()
get the cohort id
Method getName()
get the cohort name
Method cohortDetails()
print the cohort details
Usage
CohortInfo$cohortDetails()
Method clone()
The objects of this class are cloneable with this method.
Usage
CohortInfo$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.