Class for handling cohort tables in a CDM database. Inherits from CDMdbHandler.
Super class
HadesExtras::CDMdbHandler
-> CohortTableHandler
Active bindings
cohortDatabaseSchema
Schema where cohort tables are stored
cohortTableNames
Names of the cohort tables in the database
incrementalFolder
Path to folder for incremental operations
cohortDefinitionSet
Set of cohort definitions
cohortGeneratorResults
Results from cohort generation process
cohortDemograpics
Demographic information for cohorts
cohortsOverlap
Information about overlapping cohorts
Methods
Method new()
Initialize the CohortTableHandler object
Usage
CohortTableHandler$new(
connectionHandler,
databaseId,
databaseName,
databaseDescription,
cdmDatabaseSchema,
vocabularyDatabaseSchema = cdmDatabaseSchema,
cohortDatabaseSchema,
cohortTableName,
loadConnectionChecksLevel = "allChecks"
)
Arguments
connectionHandler
The connection handler object.
databaseId
A text id for the database the it connects to
databaseName
A text name for the database the it connects to
databaseDescription
A text description for the database the it connects to
cdmDatabaseSchema
Name of the CDM database schema.
vocabularyDatabaseSchema
Name of the vocabulary database schema. Default is the same as the CDM database schema.
cohortDatabaseSchema
Name of the cohort database schema.
cohortTableName
Name of the cohort table.
loadConnectionChecksLevel
(Optional) Level of checks to perform when loading the connection (default is "allChecks") Finalize method
Method loadConnection()
Reloads the connection with the initial setting and updates connection status
insertOrUpdateCohorts
Method insertOrUpdateCohorts()
If there is no cohort with the same cohortId it is added to the cohortDefinitionSet, If there is a cohort with the same cohortId, the cohort is updated in the cohortDefinitionSet CohortDefinitionSet is generated and demographics is updated for only the cohorts that have changed
Method getCohortsSummary()
Retrieves the summary of cohorts including cohort start and end year histograms and sex counts.