From ead3cfbd5d125abb1778ecf78b1d5e0b95d2094c Mon Sep 17 00:00:00 2001 From: Maxim Moinat Date: Thu, 25 Jan 2024 11:51:34 +0100 Subject: [PATCH] add plausibleAfterBirth to index --- _pkgdown.yml | 2 ++ vignettes/checkIndex.Rmd | 2 +- vignettes/plausibleAfterBirth.Rmd | 11 +++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 326fe29d..65fbec92 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -68,6 +68,8 @@ navbar: href: articles/fkDomain.html - text: fkClass href: articles/fkClass.html + - text: plausibleAfterBirth + href: articles/plausibleAfterBirth.html hades: text: hadesLogo href: https://ohdsi.github.io/Hades diff --git a/vignettes/checkIndex.Rmd b/vignettes/checkIndex.Rmd index 29b42e04..42694c37 100644 --- a/vignettes/checkIndex.Rmd +++ b/vignettes/checkIndex.Rmd @@ -44,7 +44,7 @@ above to navigate to the check's documentation page.\ - plausibleTemporalAfter (PAGE UNDER CONSTRUCTION) - plausibleDuringLife (PAGE UNDER CONSTRUCTION) - withinVisitDates (PAGE UNDER CONSTRUCTION) -- plausibleAfterBirth (PAGE UNDER CONSTRUCTION) +- [plausibleAfterBirth](plausibleAfterBirth.html) - plausibleBeforeDeath (PAGE UNDER CONSTRUCTION) - plausibleStartBeforeEnd (PAGE UNDER CONSTRUCTION) - plausibleGender (PAGE UNDER CONSTRUCTION) diff --git a/vignettes/plausibleAfterBirth.Rmd b/vignettes/plausibleAfterBirth.Rmd index 2d57cc0c..c440a6c1 100644 --- a/vignettes/plausibleAfterBirth.Rmd +++ b/vignettes/plausibleAfterBirth.Rmd @@ -10,11 +10,11 @@ output: ## Summary - - **Level**: Field check - - **Context**: Verification - - **Category**: Plausibility - - **Subcategory**: Temporal - - **Severity**: Characteristic ⚠ +**Level**: Field check\ +**Context**: Verification\ +**Category**: Plausibility\ +**Subcategory**: Temporal\ +**Severity**: Characteristic ## Description The number and percent of records with a date value in the **cdmFieldName** field of the **cdmTableName** table that occurs prior to birth. @@ -59,7 +59,6 @@ WHERE cdmTable.@cdmFieldName < CAST(CONCAT( ) AS DATE) ``` - ### ETL Developers As above, if the number of failing records is high, it is recommended to investigate the records that fail this check to determine the underlying cause of the error.