R/createResultDatabaseSettings.R
createDefaultResultDatabaseSettings.Rd
Create an R list with the default table prefixes and tables
createDefaultResultDatabaseSettings(
schema = "main",
vocabularyDatabaseSchema = schema,
cgTablePrefix = "cg_",
cgTable = "cohort_definition",
databaseTable = "DATABASE_META_DATA",
databaseTablePrefix = "",
cdTablePrefix = "cd_",
cTablePrefix = "c_",
incidenceTablePrefix = "ci_",
plpTablePrefix = "plp_",
cmTablePrefix = "cm_",
sccsTablePrefix = "sccs_",
esTablePrefix = "es_",
pvTablePrefix = "pv_"
)
The schema containing the OHDSI study results
The schema containing the vocabulary database
The table prefix for cohort generator tables
The table with the cohort definitions in cohort generator
The table with the database details
The prefix for the databaseTable
The table prefix for the cohort diagnostic results
The table prefix for the characterization results
The table prefix for the incidence results
The table prefix for the prediction results
The table prefix for the cohort method results
The table prefix for the self controlled case series results
The table prefix for the evidence synthesis method results
The table prefix for the phevaluator results
An R list with the module config settings
User specifies the schema name and can override default table prefixes and table names