Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: GMRA1004

GMRA1004.m

Go to the documentation of this file.
  1. GMRA1004 ;IHS/MSC/PLS - Patch support;02-May-2012 11:52;DU
  1. ;;4.0;Adverse Reaction Tracking;**1004**;Mar 29, 1996;Build 20
  1. ;
  1. ENV ;EP -
  1. N PATCH
  1. S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
  1. ;
  1. ;Check for the installation of other patches
  1. S PATCH="GMRA*4.0*1003"
  1. I '$$PATCH(PATCH) D Q
  1. . W !,"You must first install "_PATCH_"." S XPDQUIT=2
  1. Q
  1. ;
  1. PATCH(X) ;return 1 if patch X was installed, X=aaaa*nn.nn*nnnn
  1. ;copy of code from XPDUTL but modified to handle 4 digit IHS patch numb
  1. Q:X'?1.4UN1"*"1.2N1"."1.2N.1(1"V",1"T").2N1"*"1.4N 0
  1. NEW NUM,I,J
  1. S I=$O(^DIC(9.4,"C",$P(X,"*"),0)) Q:'I 0
  1. S J=$O(^DIC(9.4,I,22,"B",$P(X,"*",2),0)),X=$P(X,"*",3) Q:'J 0
  1. ;check if patch is just a number
  1. Q:$O(^DIC(9.4,I,22,J,"PAH","B",X,0)) 1
  1. S NUM=$O(^DIC(9.4,I,22,J,"PAH","B",X_" SEQ"))
  1. Q (X=+NUM)
  1. PRE ;EP -
  1. Q
  1. POST ;EP -
  1. N ZTRTN,ZTDESC,TSK
  1. S ZTRTN="EN^GMRAZDSF",ZTDESC="Drug Class and Ingredients clean up"
  1. S TSK=$$QUEUE^CIAUTSK(ZTRTN,ZTDESC,"","","","","")
  1. D RESCH^XUTMOPT("GMRAZ FIX SUBFILES","T+1@0600","","24H","L")
  1. W !,"Cleanup has scheduled task number: "_TSK
  1. Q