R/CohortIncidenceQueryBuilder.R
buildOptions.Rd
Builds the BuilderOptions jObject with the specified paramaters
buildOptions(
cohortTable,
outcomeCohortTable = cohortTable,
subgroupCohortTable = cohortTable,
sourceName,
cdmDatabaseSchema,
resultsDatabaseSchema,
vocabularySchema = cdmDatabaseSchema,
useTempTables = F,
refId
)
The name of table with cohorts
The name of table with outcome cohorts, defaults to cohortTable param.
The name of table with subgroup cohorts, defaults to cohortTable param.
A value to inject to the results table for the source name.
the name of schema containing data in CDM format
the name of schema where results would be placed
the name of schema with vocabulary tables, defaults to cdmDatabaseSchema param
use temp tables instead of a results schema.
A number tagged to the results for retrieval purposes.
a BuilderOptions object used in buildQuery.