cohort defintion conceptsets, json etc

cohortDefinitionsModule(
  id,
  dataSource,
  cohortDefinitions,
  cohortTable = dataSource$cohortTable,
  cohortCountTable = dataSource$cohortCountTable,
  databaseTable = dataSource$dbTable
)

Arguments

id

Namespace id

dataSource

DatabaseConnection

cohortDefinitions

reactive of cohort definitions to display

cohortTable

data.frame of cohorts, cohortId, cohortName

cohortCountTable

data.frame of cohortCounts, cohortId, subjects records

databaseTable

data.frame of databasese, databaseId, name