Creates the generation options object for use in generateSql()
createGenerateOptions(
cohortIdFieldName,
cohortId,
cdmSchema,
targetTable,
resultSchema,
vocabularySchema,
generateStats
)
The field that contains the cohortId in the cohort table.
The generated cohort ID.
The value of the CDM schema.
the cohort table name.
the schema the cohort table belongs to.
the schema of the vocabulary tables (defaults to cdmSchema)
a boolean representing if the query should include inclusion rule statistics calculation
A jObj that can be passed to generateSql().