|
Update internal dictionaries
with mapping decisions from external mapped data %tupdate(inthes = input thesaurus name,
outhes = output thesaurus name,
type = update type);
|
Where |
Is Type... |
And represents... |
|
inthes | C | An input name of the dictionary. For example:
- MedDRA version 8.1
- WHO Drug version 1.1
This will be used to compare
with the out dictionary for update. |
|
outhes | C | An output name of the dictionary. For example:
- MedDRA version 8.1
- WHO Drug version 1.1
This will be used to compare
with the input dictionary and the update will be applied to this
dictionary. |
|
update type | C | Types of
updates that is to be applied to the dictionary. This include:
- Add (default) - Add values
from the input dictionary not found in the new dictionary.
- Drop - Drop terms found in
the output dictionary that is not found in the input dictionary.
| Details This
tool will update the dictionary with all terms that were found to be
unmatched as the result of the %tcompare
tool. It will compare the input thesaurus as compared to the
output thesaurus. Note that the two must have the same keys.
If the "Add" is selected, it will insert items found into the output
dictionary that are not found in the input dictionary. If drop is
selected, it will drop rows from the output dictionary not found in the
input dictionary. In either case, an audit trail is kept recording
all the changes. Example %tcompare(inthes=MedDRA version 8.1,
outhes=MedDRA Internal);%tcompare(inthes=MedDRA version 8.1,
outhes=MedDRA Internal,
type=drop); |