Skip to contents
- Added rule to validate usagi file: sourceConceptCode must be less than 50 characters
- Fix bug in the DuckDB export: remove QUOTE ’’ from the export, this was adding extra characters to the export
- Fixed bug in the conversion of the OMOP vocabulary CSVs to DuckDB
- Fixed concept_ancestor table generation. ICD10fi hierarchy was not correct, and duplicated rows were present in the table.
- Added DRUG_STRENGTH table generation. This was missing, and created warnings in the DQD validation.
- Fixed errors due to DatabaseConnector v7.0.0.
- Fixed a bug in Usagi to STCM table conversion with respect to source parents
- STCDM to CDM table conversion through SQL has flipped
Subsumes and Is a relationships
- Added the self-reference to the concepts in SQL that converts
concept_relationship to concept_ancestor
- Updated test-databasesFromAndToCSV.R to ignore warnings in the DQD validation
- Added missing domainId combinations to the usagi file validation
- Added download button to vocabulary and database status tables
- Force
ADD_INFO:validationMessages and ADD_INFO:autoUpdatingInfo to be NA if they are empty
- Refactored the Dashboard build process
- Code refactoring
- Code simplified by working on a duckdb database
- Added new functionality to update Usagi files after a vocabulary update