GENERAL DESCRIPTION |
Multi Term Lookup (a component of TOOLKIT) requests the
ability to read the "GL" node of ^DIC in order to retrieve a global root. This
reference can be found in the routines XTLKEFOP, XTLKKWL, XTLKMGR, XTLKPRT and
in the MUMPS X-REF of file 8984.3:
CROSS-REFERENCE: 8984.3^AC^MUMPS
1)= I $D(^XT(8984.3,DA,0)),$P(^(0),U,2)'="" S
J
L=$P(^(0),U,2),JL=$P(^DIC(JL,0,"GL"),U,2),^XT(8
984.3,"AC",JL,$E(X,1,30),DA)="" K JL
2)= I $D(^XT(8984.3,DA,0)),$P(^(0),U,2)'="" S
J
L=$P(^(0),U,2),JL=$P(^DIC(JL,0,"GL"),U,2) K
^XT
(8984.3,"AC",JL,$E(X,1,30),DA),JL
Associates the synonym with the global root
of the lookup file.
***** Amendment 1/23/95 *****
The above request should be modified to include both Multi-Term Lookup and the
Duplicate Resolution modules of Toolkit. The 'GL' node is referenced for the
same purpose in file 15.1, field .01, "AGL" x-reference.
|