A function to create a CDMdbHandler object from a list of configuration settings.
HadesExtras_createCDMdbHandlerFromList(
config,
loadConnectionChecksLevel = "allChecks"
)A list containing configuration settings for the CDMdbHandler.
databaseName: The name of the database.
connection: A list of connection details settings.
cdm: A list of CDM database schema settings.
cohortTable: The name of the cohort table.
The level of checks to perform when loading the connection.
A CDMdbHandler object.