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()

Usage

CohortInfo$new(id, name)

Arguments

id

the cohort definition id

name

the name of the cohort definition


Method getId()

get the cohort id

Usage

CohortInfo$getId()


Method getName()

get the cohort name

Usage

CohortInfo$getName()


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.