EHDEN / CatalogueExport

Exports the data from the OMOP-CDM that is necessary for the EHDEN Database Catalogue
Apache License 2.0
9 stars 6 forks source link

Raise warning/error when generated data is not valid #48

Open MaximMoinat opened 2 years ago

MaximMoinat commented 2 years ago

e.g. dates before 1900 or negative observation periods.

These data validation metrics should already been caught by DQD, but in case they aren't, we want to add warnings specific for the data created by CatalogueExport as well.

See https://github.com/EHDEN/NetworkDashboards/issues/236