GENERAL DESCRIPTION |
HL7 Patch 14 brings in updates to reference files for
version 2.3 of the standard. These files contain identifiers that have changed
with the latest version. KIDS does not install the new data correctly unless
these identifiers are removed before installing the patch.
Permission is requested to execute the following code as pre and post install
routines in patch 14.
HLP14PRE ;SFIRMFO/JC - HL7 PATCH 14 PRE-INIT ;03/05/98 11:44
;;1.6;HEALTH LEVEL SEVEN;**14**;Oct 13, 1995 PRE ;
K ^DD(779.001,0,"ID")
K ^DD(771.2,0,"ID")
Q POST ;
S ^DD(779.001,0,"ID",2)="W "_""""_" "_""""_",$P(^(0),U,2)"
S ^DD(771.2,0,"ID",2)="W "_""""_" "_""""_",$P(^(0),U,2)"
|