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

GMRAY25.m

Go to the documentation of this file.
  1. GMRAY25 ;SLC/DAN Post-install routine ;6/8/05 14:33
  1. ;;4.0;Adverse Reaction Tracking;**25**;Mar 29, 1996
  1. ;
  1. POST ;Post-install entry point
  1. D IDENTSS
  1. D MAIL
  1. Q
  1. ;
  1. IDENTSS ;Identify entries that may not have had their signs/symptoms correctly stored, which may also have caused other important datt to not be stored
  1. N GMRAIEN,GMRA0
  1. S GMRAIEN=0 F S GMRAIEN=$O(^GMR(120.8,GMRAIEN)) Q:'+GMRAIEN D
  1. .S GMRA0=$G(^GMR(120.8,GMRAIEN,0))
  1. .Q:$P(GMRA0,U,12)'="" ;Stop if signed off field has a value
  1. .Q:$$TESTPAT^VADPT($P(GMRA0,U)) ;Stop if test patient
  1. .Q:$P($G(^GMR(120.8,GMRAIEN,"ER")),U) ;Stop if entered in error
  1. .Q:$P(GMRA0,U,4)<3040101 ;Stop if entry of allergy predates v25 installation
  1. .S ARRAY($$GET1^DIQ(2,$P(GMRA0,U)_",",.01)_" ("_$E($$GET1^DIQ(2,$P(GMRA0,U)_",",.09),6,9)_")",$P(GMRA0,U,2))="" ;Store pt name and reactant
  1. Q
  1. ;
  1. MAIL ;Send message indicating post install is finished
  1. N XMSUB,XMTEXT,XMDUZ,XMY,XMZ,GMRATXT,CNT,REACTANT,DIFROM,PNAME
  1. S XMDUZ="PATCH GMRA*4*25 POST-INSTALL",XMY(.5)="" S:$G(DUZ) XMY(DUZ)=""
  1. S GMRATXT(1)="The post-install routine for patch GMRA*4*25"
  1. S GMRATXT(2)="finished on "_$$FMTE^XLFDT($$NOW^XLFDT)_"."
  1. S GMRATXT(3)=""
  1. S CNT=3
  1. I $D(ARRAY) D
  1. .S CNT=CNT+1,GMRATXT(CNT)="The following patients have allergies on file that may be missing"
  1. .S CNT=CNT+1,GMRATXT(CNT)="important data required for order checking due to an error when the allergy"
  1. .S CNT=CNT+1,GMRATXT(CNT)="was saved. If the user selected the space or dashed line from the"
  1. .S CNT=CNT+1,GMRATXT(CNT)="signs/symptoms box then the allergy would not have been saved correctly and"
  1. .S CNT=CNT+1,GMRATXT(CNT)="needs to be reviewed for accuracy. The recommended course of action is to"
  1. .S CNT=CNT+1,GMRATXT(CNT)="mark the existing allergy as entered in error and then re-enter the allergy"
  1. .S CNT=CNT+1,GMRATXT(CNT)="information for the patient."
  1. .S CNT=CNT+1,GMRATXT(CNT)=""
  1. .S PNAME="" F S PNAME=$O(ARRAY(PNAME)) Q:PNAME="" D
  1. ..S CNT=CNT+1,GMRATXT(CNT)=PNAME
  1. ..S REACTANT="" F S REACTANT=$O(ARRAY(PNAME,REACTANT)) Q:REACTANT="" D
  1. ...S CNT=CNT+1,GMRATXT(CNT)=" "_REACTANT
  1. ..S CNT=CNT+1,GMRATXT(CNT)=""
  1. S XMTEXT="GMRATXT(",XMSUB="PATCH GMRA*4*25 Post Install COMPLETED"
  1. D ^XMD
  1. Q