Releases: OHDSI/Usagi
Usagi v1.4.3
Enhancements
- Bigger target concept panel to show at least 3 targets
- Author name in footer #120
- Replace add buttons per type with a type chooser
- Add MAPS_TO number, operator, type relationships #115
- Write Domain id to save file #116
- Ask before closing opened mapping #91
Fixes
- Sorting on equivalence class #121
- Apply previous also applies provenance and equivalence #118
- matchscore defaults to 0 if missing #101
- Skip empty columns on import #90 #89
- Upon apply previous, keep only already existing additional info fields #107
- Fix bug in reading of old mapping type strings (EVENT, VALUE, UNIT)
Usagi v1.4.2
Usagi v1.4.1
New Features
See PR #105
- Equivalence when approving a mapping
- A flag mapping status
- Author and timestamp of last mapping status change (status provenance)
- Author and timestamp of creation of target mapping (creation provenance)
- Reviewer assignment
- Maps to value and Maps to unit target types
Fixes
- Approve always applies to all selected codes
Prerelease Usagi v1.4.0-SNAPSHOT
This is a pre-release for testing purposes.
New Features
- Equivalence status
- Reviewer assignment
Maps to value
andMaps to unit
target types
Usagi v1.3.0
Reducing memory requirements
Limiting the amount of memory used when creating the Usagi index to prevent out of memory errors.
Improved error reporting
Now writing errors to file when opening a new Java Virtual Machine. This should help diagnose recent issues in starting Usagi.
Preventing data loss when target concepts become invalid
When loading an existing mapping, target concepts that have become invalid are marked in red (and produce a popup).
Fixing issue when invalid_reason isn't last column in ATHENA file
Bug fix:
- If last column of Athena file is empty, it is now internally represented as an empty string instead of a null value.
Filter by ATC
Changes
Added option to filter by ATC code. When importing a code set, in the Column mapping section, you can switch from "Auto concept ID column' to 'ATC column', and select the column containing the ATC code. By turning the 'Filter by user selected concepts / ATC code' on in the Filters section you can limit the search to concepts that are descendants of the ATC code.
Search result table can now be sorted by clicking on the column header.
Bug fixes
Total counts in status bar now go to 100%. Also, when no frequency information is provided frequency is assumed to be 1.
Use of non-thread-safe objects led to mapping errors when importing. This is now fixed.