ADE60P33 ;IHS/OIT/GAB - ADE V 6.0 PATCH 33 [ 10/12/2018 2:35 PM ]
;;6.0;ADE*6.0*33;;March 25, 1999;Build 53
;;This patch contains calls to 4 ADE PATCH update routines and contains the
;;2019 ADA-CDT Code Updates /IHS/OIT/GAB 10/2018
ENV ;Environment check
I '$G(IOM) D HOME^%ZIS
;
I '$G(DUZ) W !,"YOUR DUZ VARIABLE IS UNDEFINED!! Please login with your Access & Verify." D SORRY(2) Q
;
I '$L($G(DUZ(0))) W !,"Your DUZ(0) VARIABLE IS UNDEFINED OR NULL." D SORRY(2) Q
;
I '(DUZ(0)["@") W:'$D(ZTQUEUED) !,"YOUR DUZ(0) VARIABLE DOES NOT CONTAIN AN '@'." D SORRY(2)
Q
POST ;EP Post-Install
; only post for patch 33 - /IHS/OIT/GAB *33* 10/2018
; Add new, modify and delete ADA Codes
N ADED,ADECNT,ADEVALUE
D BMES^XPDUTL("Adding 2019 ADA-CDT Codes...")
D ADDCDT33^ADE6P331
D BMES^XPDUTL(" ...DONE")
D BMES^XPDUTL("Adding 2019 ADA-CDT Description mods ...")
D MODCDT33^ADE6P332
D BMES^XPDUTL(" ...DONE")
D BMES^XPDUTL("Inactivating ADA-CDT Dental Codes for 2019 ...")
D DELCDT33^ADE6P333
D BMES^XPDUTL("...DONE")
Q
; ********************************************************************
SORRY(X) ;
K DIFQ
S XPDQUIT=X
W *7,!,$$CJ^XLFSTR("Sorry....Please fix it.",40)
Q
ADE60P33 ;IHS/OIT/GAB - ADE V 6.0 PATCH 33 [ 10/12/2018 2:35 PM ]
+1 ;;6.0;ADE*6.0*33;;March 25, 1999;Build 53
+2 ;;This patch contains calls to 4 ADE PATCH update routines and contains the
+3 ;;2019 ADA-CDT Code Updates /IHS/OIT/GAB 10/2018
ENV ;Environment check
+1 IF '$GET(IOM)
DO HOME^%ZIS
+2 ;
+3 IF '$GET(DUZ)
WRITE !,"YOUR DUZ VARIABLE IS UNDEFINED!! Please login with your Access & Verify."
DO SORRY(2)
QUIT
+4 ;
+5 IF '$LENGTH($GET(DUZ(0)))
WRITE !,"Your DUZ(0) VARIABLE IS UNDEFINED OR NULL."
DO SORRY(2)
QUIT
+6 ;
+7 IF '(DUZ(0)["@")
IF '$DATA(ZTQUEUED)
WRITE !,"YOUR DUZ(0) VARIABLE DOES NOT CONTAIN AN '@'."
DO SORRY(2)
+8 QUIT
POST ;EP Post-Install
+1 ; only post for patch 33 - /IHS/OIT/GAB *33* 10/2018
+2 ; Add new, modify and delete ADA Codes
+3 NEW ADED,ADECNT,ADEVALUE
+4 DO BMES^XPDUTL("Adding 2019 ADA-CDT Codes...")
+5 DO ADDCDT33^ADE6P331
+6 DO BMES^XPDUTL(" ...DONE")
+7 DO BMES^XPDUTL("Adding 2019 ADA-CDT Description mods ...")
+8 DO MODCDT33^ADE6P332
+9 DO BMES^XPDUTL(" ...DONE")
+10 DO BMES^XPDUTL("Inactivating ADA-CDT Dental Codes for 2019 ...")
+11 DO DELCDT33^ADE6P333
+12 DO BMES^XPDUTL("...DONE")
+13 QUIT
+14 ; ********************************************************************
SORRY(X) ;
+1 KILL DIFQ
+2 SET XPDQUIT=X
+3 WRITE *7,!,$$CJ^XLFSTR("Sorry....Please fix it.",40)
+4 QUIT