From 7dc52c5d55b5929888823e37ce55589e64503ca8 Mon Sep 17 00:00:00 2001 From: Katy Sadowski Date: Wed, 21 Feb 2024 21:31:29 -0600 Subject: [PATCH 1/3] Add missing changes to NEWS --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1e2cc31e..0c91c12c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,10 @@ The 3 temporal plausibilty checks are intended to **replace** `plausibleTemporal For more information on the new checks, please check the [Check Type Definitions](https://ohdsi.github.io/DataQualityDashboard/articles/CheckTypeDescriptions.html) documentation page. If you'd like to disable the deprecated checks, please see the suggested check exclusion workflow in our Getting Started code [here](https://ohdsi.github.io/DataQualityDashboard/articles/DataQualityDashboard.html). +### Check Updates +- The number of measurements checked in `plausibleUnitConceptIds` has been reduced, and the lists of plausible units for those measurements have been re-reviewed and updated for accuracy. This change is intended to improve performance and reliablility of this check. Please file an issue if you would like to contribute additional measurements + plausible units to be checked in the future +- Some erroneous `plausibleValueLow` thresholds have been corrected to prevent false positive failures from occurring + ### New Documentation We have begun an initiative to add more comprehensive user documentation at the data quality check level. A dedicated documentation page is being created for each check type. Each check's page will include detailed information about how its result is generated and what to do if it fails. Guidance is provided for both ETL developers and data users. From 5a718c38c84793f58d4ce9a4223d29117c8c095f Mon Sep 17 00:00:00 2001 From: Katy Sadowski Date: Wed, 21 Feb 2024 21:37:58 -0600 Subject: [PATCH 2/3] Update index.html --- docs/news/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/news/index.html b/docs/news/index.html index f49714d2..9d7f457c 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -139,6 +139,11 @@

New ChecksCheck Type Definitions documentation page. If you’d like to disable the deprecated checks, please see the suggested check exclusion workflow in our Getting Started code here.

+

Check Updates

+
  • The number of measurements checked in plausibleUnitConceptIds has been reduced, and the lists of plausible units for those measurements have been re-reviewed and updated for accuracy. This change is intended to improve performance and reliablility of this check. Please file an issue if you would like to contribute additional measurements + plausible units to be checked in the future
  • +
  • Some erroneous plausibleValueLow thresholds have been corrected to prevent false positive failures from occurring
  • +
+

New Documentation

We have begun an initiative to add more comprehensive user documentation at the data quality check level. A dedicated documentation page is being created for each check type. Each check’s page will include detailed information about how its result is generated and what to do if it fails. Guidance is provided for both ETL developers and data users.

9 pages have been added so far, and the rest will come in a future release. Check them out here and please reach out with feedback as we continue improving our documentation!

From 6ef7ee2dd1116741e3fe9907ef4d9cc98eccb96c Mon Sep 17 00:00:00 2001 From: Katy Sadowski Date: Wed, 21 Feb 2024 21:57:22 -0600 Subject: [PATCH 3/3] fix NEWS --- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/AddNewCheck.html | 2 +- docs/articles/CheckStatusDefinitions.html | 2 +- docs/articles/CheckTypeDescriptions.html | 2 +- docs/articles/DataQualityDashboard.html | 2 +- docs/articles/DqdForCohorts.html | 2 +- docs/articles/SqlOnly.html | 2 +- docs/articles/Thresholds.html | 2 +- docs/articles/checkIndex.html | 2 +- docs/articles/checks/cdmDatatype.html | 2 +- docs/articles/checks/cdmField.html | 2 +- docs/articles/checks/cdmTable.html | 2 +- docs/articles/checks/fkClass.html | 2 +- docs/articles/checks/fkDomain.html | 2 +- docs/articles/checks/isForeignKey.html | 2 +- docs/articles/checks/isPrimaryKey.html | 2 +- docs/articles/checks/isRequired.html | 2 +- docs/articles/checks/isStandardValidConcept.html | 2 +- docs/articles/checks/measureConditionEraCompleteness.html | 2 +- docs/articles/checks/measurePersonCompleteness.html | 2 +- docs/articles/checks/measureValueCompleteness.html | 2 +- docs/articles/checks/plausibleAfterBirth.html | 2 +- docs/articles/checks/plausibleBeforeDeath.html | 2 +- docs/articles/checks/plausibleDuringLife.html | 2 +- docs/articles/checks/plausibleGender.html | 2 +- docs/articles/checks/plausibleStartBeforeEnd.html | 2 +- docs/articles/checks/plausibleTemporalAfter.html | 2 +- docs/articles/checks/plausibleUnitConceptIds.html | 2 +- docs/articles/checks/plausibleValueHigh.html | 2 +- docs/articles/checks/plausibleValueLow.html | 2 +- docs/articles/checks/sourceConceptRecordCompleteness.html | 2 +- docs/articles/checks/sourceValueCompleteness.html | 2 +- docs/articles/checks/standardConceptRecordCompleteness.html | 2 +- docs/articles/checks/withinVisitDates.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 2 +- docs/pkgdown.yml | 2 +- docs/pull_request_template.html | 2 +- docs/reference/convertJsonResultsFileCase.html | 2 +- docs/reference/dot-evaluateThresholds.html | 2 +- docs/reference/dot-getCheckId.html | 2 +- docs/reference/dot-processCheck.html | 2 +- docs/reference/dot-recordResult.html | 2 +- docs/reference/dot-runCheck.html | 2 +- docs/reference/dot-summarizeResults.html | 2 +- docs/reference/dot-writeResultsToCsv.html | 2 +- docs/reference/dot-writeResultsToJson.html | 2 +- docs/reference/dot-writeResultsToTable.html | 2 +- docs/reference/executeDqChecks.html | 2 +- docs/reference/index.html | 2 +- docs/reference/listDqChecks.html | 2 +- docs/reference/reEvaluateThresholds.html | 2 +- docs/reference/viewDqDashboard.html | 2 +- docs/reference/writeDBResultsToJson.html | 2 +- docs/reference/writeJsonResultsToCsv.html | 2 +- docs/reference/writeJsonResultsToTable.html | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/docs/404.html b/docs/404.html index 24d94dbd..bf6f0a21 100644 --- a/docs/404.html +++ b/docs/404.html @@ -122,7 +122,7 @@