GENERAL DESCRIPTION |
Patch OR*3.0*399 to remove AUTOLINK Multiple from Data
Dictionary of OE/RR LINK File in a pre-install routine that is part of the
patch and then the patch itself will rebuild the Multiple with only those
Variable Pointer entries that should remain (all but refs to 44 and 409.67).
Patch will rebuild 100.213,.01 AUTOLINK field of ^DD(100.213) leaving only the
following in the VARIABLE POINTER field:
FILE ORDER PREFIX LAYGO MESSAGE
42 1 W n WARD
405.4 2 R n ROOM-BED
200 3 P n PROVIDER
45.7 4 S n SPECIALTY
Formerly it had a link to either File 44 or 409.67 (which OR*3.0*399 deletes),
e.g.:
44 5 C n CLINIC
Deletion of AUTOLINK Multiple is done by OR3P399 pre-install routine with the
use of the following FileMan call:
S DIU=100.213,DIU(0)="S" D EN^DIU2 K DIU
|