diff --git a/docs/index.html b/docs/index.html index 9f8607b..44768c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -137,7 +137,8 @@

Step by Step Example# The ETLSyntheaBuilder package leverages the OHDSI/CommonDataModel package for CDM creation. # Valid CDM versions are determined by executing CommonDataModel::listSupportedVersions(). # The strings representing supported CDM versions are currently "5.3" and "5.4". - # The Synthea version we use in this example is 2.7.0. However, at this time we also support 3.0.0, 3.1.0 and 3.2.0. + # The Synthea version we use in this example is 2.7.0. + # However, at this time we also support 3.0.0, 3.1.0 and 3.2.0. # Please note that Synthea's MASTER branch is always active and this package will be updated to support # future versions as possible. # The schema to load the Synthea tables is called "native". @@ -174,7 +175,7 @@

Step by Step ExampleETLSyntheaBuilder::CreateMapAndRollupTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = 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) ETLSyntheaBuilder::LoadEventTables(connectionDetails = cd, cdmSchema = cdmSchema, syntheaSchema = syntheaSchema, cdmVersion = cdmVersion, syntheaVersion = syntheaVersion) diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index c9afe35..4cb1989 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -18,5 +18,5 @@ articles: provider: provider.html visit_detail: visit_detail.html visit_occurrence: visit_occurrence.html -last_built: 2024-02-06T20:39Z +last_built: 2024-02-23T16:59Z diff --git a/docs/reference/CreateCDMIndices.html b/docs/reference/CreateCDMIndices.html index 649193b..477df74 100644 --- a/docs/reference/CreateCDMIndices.html +++ b/docs/reference/CreateCDMIndices.html @@ -138,7 +138,7 @@

Arguments

Details

This function creates the indices specified by the function CommonDataModel::writeIndex(). Supported CDM versions and db dialects are determined by CommonDataModel::listSupportedVersions() - and CommonDataModel::listSupportedDialects(), respectively.

+ and CommonDataModel::listSupportedDialects(), respectively.

diff --git a/docs/reference/CreateCDMTables.html b/docs/reference/CreateCDMTables.html index 057829f..e623e12 100644 --- a/docs/reference/CreateCDMTables.html +++ b/docs/reference/CreateCDMTables.html @@ -144,7 +144,7 @@

Details

This function creates all the tables in a CDM by calling CommonDataModel::executeDdl(). Indices, if created, come from CommonDataModel::writeIndex(). Supported CDM versions and db dialects are determined by CommonDataModel::listSupportedVersions() - and CommonDataModel::listSupportedDialects(), respectively.

+ and CommonDataModel::listSupportedDialects(), respectively.