Compare two dictionaries %tcompare(thes1 = thesaurus name 1,
thes2 = thesaurus name 2);
Where |
Is Type... |
And represents... |
thes1 | C | A unique name of the dictionary. For example:
- MedDRA version 8.1
- WHO Drug version 1.1
|
thes2 |
C |
A unique name of the dictionary. For example:
- MedDRA version 8.1
- WHO Drug version 1.1
Note that thes1 and thes2 must
be the same type with the same key fields. They must also be
already registered through %tsetup. | Details %tcompare evaluates the
mapping from a dataset with the dictionary established through the
%tsetup.
It will generate a summary and detail report of its findings in a file
named tcompate.html. The information presented
includes:
- Match - total
number of terms that match with the specified dictionary
- Unmatch - total
number of terms that do not match with the specified dictionary
The summary numbers will link to the
detail listing of all the terms. Besides the listing of the
information, the results are also appended to datasets with the same name
(work.match, work.unmatch) for future reporting and reconciling
needs. Example %tcompare(thes1=MedDRA version 8.1,
thes2=MedDRA Internal); |