Skip to content

Commit

Permalink
Update codeToRun.R
Browse files Browse the repository at this point in the history
  • Loading branch information
burrowse committed Apr 19, 2024
1 parent 583fed8 commit 2887518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/codeToRun.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ ETLSyntheaBuilder::LoadSyntheaTables(connectionDetails,syntheaSchema,syntheaFile
# Populate vocabulary tables
ETLSyntheaBuilder::LoadVocabFromCsv(connectionDetails,cdmDatabaseSchema,vocabFileLoc)
# Create intermediate vocabulary mapping and visit rollup tables
ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion)
ETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails, cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion)
## Optional Step to create extra indices
ETLSyntheaBuilder::CreateExtraIndices(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion)
ETLSyntheaBuilder::CreateExtraIndices(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, syntheaVersion = syntheaVersion)
# Populate event tables
ETLSyntheaBuilder::LoadEventTables(connectionDetails,cdmDatabaseSchema,syntheaSchema,cdmVersion,syntheaVersion)

0 comments on commit 2887518

Please sign in to comment.