Cohort Definition module
cohortDefinitionsModule.Rd
cohort defintion conceptsets, json etc
Usage
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
See also
Other CohortDiagnostics:
cohortCountsModule()
,
cohortCountsView()
,
cohortDefinitionsView()
,
cohortDiagCharacterizationView()
,
cohortDiagnosticsHelperFile()
,
cohortDiagnosticsServer()
,
cohortDiagnosticsView()
,
cohortOverlapView()
,
compareCohortCharacterizationView()
,
conceptsInDataSourceView()
,
createCdDatabaseDataSource()
,
databaseInformationView()
,
getCirceRenderedExpression()
,
getEnabledCdReports()
,
incidenceRatesView()
,
inclusionRulesView()
,
indexEventBreakdownView()
,
orpahanConceptsView()
,
timeDistributionsView()
,
visitContextView()