medcat.utils.legacy.fixes
Functions:
-
fix_cui2original_names_if_needed–Fix the cui2original names in CDB if needed.
Attributes:
-
logger–
fix_cui2original_names_if_needed
Fix the cui2original names in CDB if needed.
This was an issue caused by faulty legacy conversion where the data wasn't moved correctly from addl_info.
Parameters:
-
(cdbCDB) –The CDB in question.
Returns:
-
bool(bool) –Whether the fix / change was made.
Source code in medcat-v2/medcat/utils/legacy/fixes.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | |