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

GMRAUTL2.m

Go to the documentation of this file.
  1. GMRAUTL2 ;SLC/DAN - New style index utilities, update utility for 120.8 ;11/20/12 08:09
  1. ;;4.0;Adverse Reaction Tracking;**23,36,41,45,47**;Mar 29, 1996;Build 21
  1. ;DBIA Section
  1. ;%ZTLOAD - 10063
  1. ;DIE - 10018
  1. ;FILE^DIE - 2053
  1. ;UPDATE^DIE - 2053
  1. ;DIQ - 2056
  1. ;ORCHECK - 4859
  1. ;ORKCHK - 4135
  1. ;ORQOR2 - 3458
  1. ;ORX8 - 2467
  1. ;PSN50P41 - 4531
  1. ;PSN50P65 - 4543
  1. ;XLFDT - 10103
  1. ;XTID - 4631
  1. ;
  1. N GMRAI,GMRAC,ENTRY
  1. Q:$G(X1(1))=$G(X2(1)) ;Entry unchanged
  1. S ENTRY=DA(1)_";GMRD(120.82,"_"^"_$P(^GMRD(120.82,DA(1),0),"^")
  1. I $G(X1(1))>0,$G(X2(1))>0 S:$G(GMRAT)="ING" GMRAI("D",X1(1))="",GMRAI("A",X2(1))="" S:$G(GMRAT)="CLASS" GMRAC("D",X1(1))="",GMRAC("A",X2(1))="" ;Edited existing entry
  1. I $G(X1(1))>0,$G(X2(1))="" S:$G(GMRAT)="ING" GMRAI("D",X1(1))="" S:$G(GMRAT)="CLASS" GMRAC("D",X1(1))="" ;Entry deleted
  1. I $G(X1(1))="",$G(X2(1))>0 S:$G(GMRAT)="ING" GMRAI("A",X2(1))="" S:$G(GMRAT)="CLASS" GMRAC("A",X2(1))="" ;New entry
  1. D QUP ;Queue updating of existing entries and order checking
  1. Q
  1. ;
  1. QUP ;Queue the update
  1. N ZTRTN,ZTIO,ZTDTH,ZTDESC,ZTSAVE
  1. S ZTRTN="UPDATE^GMRAUTL2(ENTRY,.GMRAI,.GMRAC)",ZTIO="GMRA UPDATE RESOURCE",ZTDTH=$H,ZTDESC="Update existing allergies",ZTSAVE("*")="" D ^%ZTLOAD Q
  1. ;
  1. UPDATE(ENTRY,ING,CLASS) ;Update existing entries in 120.8 with new information.
  1. ;Entry is IEN;File reference^Text of file entry - 6;GMRD(120.82,^STRAWBERRIES
  1. ;ING - Array of ingredients - "A",IEN for those to be added and "D",IEN for those to be deleted
  1. ;CLASS - Array of drug classes - "A",IEN for those to be added and "D",IEN for those to be deleted
  1. ;
  1. N ALLERGY,POINTER,ACTION,SUB,SUBI,SUBC,DFN,GMRAS,GMRACOM,UPDATED
  1. S ALLERGY=$P(ENTRY,"^",2) Q:ALLERGY=""
  1. S POINTER=$P(ENTRY,"^") Q:POINTER=""
  1. S SUB=0 F S SUB=$O(^GMR(120.8,"C",ALLERGY,SUB)) Q:'+SUB D
  1. .S DFN=$P(^GMR(120.8,SUB,0),U)
  1. .Q:$$DECEASED^GMRAFX(DFN) ;Don't update if patient is deceased
  1. .Q:$P(^GMR(120.8,SUB,0),"^",3)'=POINTER ;Same text name but not the same entry
  1. .Q:$G(^GMR(120.8,SUB,"ER"))>0 ;Entered in error
  1. .S GMRACOM=0
  1. .F ACTION="A","D" D
  1. ..S SUBI=0 F S SUBI=$O(ING(ACTION,SUBI)) Q:'+SUBI D
  1. ...I ACTION="A" D ADD("I",SUB,SUBI,.GMRAS) I $G(GMRAS) S ING(ACTION,SUBI)=1,GMRACOM=1,UPDATED(DFN)=""
  1. ...I ACTION="D" D DEL("I",SUB,SUBI,.GMRAS) I $G(GMRAS) S ING(ACTION,SUBI)=1,GMRACOM=1
  1. ..S SUBC=0 F S SUBC=$O(CLASS(ACTION,SUBC)) Q:'+SUBC D
  1. ...I ACTION="A" D ADD("C",SUB,SUBC,.GMRAS) I $G(GMRAS) S CLASS(ACTION,SUBC)=1,UPDATED(DFN)="",GMRACOM=1
  1. ...I ACTION="D" D DEL("C",SUB,SUBC,.GMRAS) I $G(GMRAS) S GMRACOM=1,CLASS(ACTION,SUBC)=1
  1. .I $G(GMRACOM) D ADDCOM
  1. I $D(UPDATED) D CHKORD ;New order checks now?
  1. Q
  1. ;
  1. ADD(TYPE,ALENT,SUBENT,GMRAS) ;Adds entry to appropriate multiple
  1. N FILE,FDA,EM
  1. S GMRAS=1
  1. I $D(^GMR(120.8,ALENT,$S(TYPE="I":2,1:3),"B",SUBENT)) S GMRAS=0 Q ;Entry already exists
  1. L +^GMR(120.8,ALENT):20 I '$T Q
  1. S FILE=$S(TYPE="I":120.802,1:120.803)
  1. S FDA(FILE,"+1,"_ALENT_",",.01)=SUBENT
  1. D UPDATE^DIE("","FDA",,"EM")
  1. L -^GMR(120.8,ALENT)
  1. Q
  1. ;
  1. DEL(TYPE,ALENT,SUBENT,GMRAS) ;Delete entry from multiple
  1. N FILE,FDA,EM,ENTRY
  1. S GMRAS=1
  1. I '$D(^GMR(120.8,ALENT,$S(TYPE="I":2,1:3),"B",SUBENT)) S GMRAS=0 Q ;No entry to delete
  1. L +^GMR(120.8,ALENT):20 I '$T Q
  1. S ENTRY=$O(^GMR(120.8,ALENT,$S(TYPE="I":2,1:3),"B",SUBENT,0)) Q:'+ENTRY
  1. S FILE=$S(TYPE="I":120.802,1:120.803)
  1. S FDA(FILE,ENTRY_","_ALENT_",",.01)="@"
  1. D FILE^DIE("","FDA","EM")
  1. L -^GMR(120.8,ALENT)
  1. Q
  1. ;
  1. CHKORD ;Check for orders that are now in conflict with existing allergy data
  1. N TIME,GMRAOC,ORX,SUB,GMRAORX,GI,CNT,DFN
  1. Q:'+$G(DUZ) ;Don't check if no valid user to send data to
  1. K ^TMP("ORR",$J),^TMP($J,"ERR")
  1. S DFN=0 F S DFN=$O(UPDATED(DFN)) Q:'+DFN D
  1. .D EN^ORQ1(DFN_";DPT(") ;Retrieve active orders
  1. .S TIME=$O(^TMP("ORR",$J,0))
  1. .Q:'^TMP("ORR",$J,TIME,"TOT") ;No orders found
  1. .S SUB=0 F S SUB=$O(^TMP("ORR",$J,TIME,SUB)) Q:'+SUB D
  1. ..D BLD^ORCHECK(+^TMP("ORR",$J,TIME,SUB)) ;Get "order" information in order checking format
  1. .M GMRAORX=ORX K ORX,GMRAOC
  1. .N ORDODSG S ORDODSG=0
  1. .D EN^ORKCHK(.GMRAOC,DFN,.GMRAORX,"ACCEPT",,.ORDODSG)
  1. .S GI=0,CNT=0 F S GI=$O(GMRAOC(GI)) Q:'+GI D
  1. ..Q:$P(GMRAOC(GI),U,2)'=3 ;Quit if not allergy related
  1. ..;Q:$D(^OR(100,$P(GMRAOC(GI),U),9,"B",3)) ;Quit if existing allergy order check, can't be for this new information
  1. ..Q:$$ANYARTOC^GMRAUTL2($P(GMRAOC(GI),U)) ;Quit if existing allergy order check, can't be for this new information
  1. ..S CNT=CNT+1,^TMP($J,"ERR",DFN,CNT)=$P($$STATUS^ORQOR2($P(GMRAOC(GI),U)),U,2)_" order for "_$P($$OI^ORX8($P(GMRAOC(GI),U)),U,2)_",order #"_$P(GMRAOC(GI),U)
  1. .K GMRAORX ;Remove previous list of orders
  1. D MAIL K ^TMP("ORR",$J),^TMP($J,"ERR")
  1. Q
  1. ;
  1. ANYARTOC(GMRAIFN) ;check order to see if there are any allergy order checks
  1. N GMRARET,GMRAI
  1. S GMRARET=0
  1. K ^TMP($J,"GMRAOC")
  1. D OCAPI^ORCHECK(+GMRAIFN,"GMRAOC")
  1. S GMRAI=0 F S GMRAI=$O(^TMP($J,"GMRAOC",GMRAI)) Q:'GMRAI I $G(^TMP($J,"GMRAOC",GMRAI,"OC NUMBER"))=3 S GMRARET=1
  1. K ^TMP($J,"GMRAOC")
  1. Q GMRARET
  1. ADDCOM ;Add comment to updated allergy indicating changes
  1. D ADDCOM^GMRAUTL3 ;41 Moved section due to space considerations
  1. Q
  1. ;
  1. MAIL ;Send message containing potential order checks to user.
  1. N XMSUB,XMTEXT,XMDUZ,XMY,XMZ,CNT,SUB,ERR,TYPE,NUM
  1. Q:'$D(^TMP($J,"ERR")) ;Nothing to report
  1. K ^TMP($J,"TEXT"),^TMP($J,"GMRAINFO") ;41 Clear out storage area
  1. S XMDUZ="Allergy auto-update program"
  1. S XMY($G(DUZ,.5))="" ;Send to user who initiated change or postmaster
  1. S XMY("G.GMRA REQUEST NEW REACTANT")="" ;Include mail group to be sure someone gets this message
  1. S CNT=1
  1. S ^TMP($J,"TEXT",CNT)="The "_$P(ENTRY,U,2)_" reactant was updated.",CNT=CNT+1
  1. S ^TMP($J,"TEXT",CNT)="The following drug classes and/or drug ingredients were added:",CNT=CNT+1,^TMP($J,"TEXT",CNT)="",CNT=CNT+1
  1. F TYPE="GMRAI","GMRAC" D
  1. .I $D(@(TYPE)) D
  1. ..S ^TMP($J,"TEXT",CNT)=$S(TYPE="GMRAI":"Ingredients",1:"Classes")_": ",CNT=CNT+1
  1. ..S NUM=0 F S NUM=$O(@TYPE@("A",NUM)) Q:'+NUM S ^TMP($J,"TEXT",CNT)=$G(^TMP($J,"TEXT",CNT))_$S($L($G(^TMP($J,"TEXT",CNT))):",",1:"") D ;41 added call for data in structure below
  1. ...I TYPE="GMRAI" D ZERO^PSN50P41(NUM,,$$DT^XLFDT,"GMRAINFO") ;41 ingredient call
  1. ...I TYPE="GMRAC" D C^PSN50P65(NUM,,"GMRAINFO") ;41 drug class call
  1. ...S ^TMP($J,"TEXT",CNT)=^TMP($J,"TEXT",CNT)_$G(^TMP($J,"GMRAINFO",NUM,.01)) ;41 add data
  1. ..S CNT=CNT+1,^TMP($J,"TEXT",CNT)="",CNT=CNT+1
  1. S ^TMP($J,"TEXT",CNT)="As a result of the update the following patients have drug-allergy",CNT=CNT+1
  1. S ^TMP($J,"TEXT",CNT)="interactions that need to be reviewed to ensure the patient's safety.",CNT=CNT+1
  1. S SUB=0 F S SUB=$O(^TMP($J,"ERR",SUB)) Q:'+SUB D
  1. .S ^TMP($J,"TEXT",CNT)="",CNT=CNT+1
  1. .S ^TMP($J,"TEXT",CNT)=$$GET1^DIQ(2,SUB_",",.01),CNT=CNT+1
  1. .S ERR=0 F S ERR=$O(^TMP($J,"ERR",SUB,ERR)) Q:'+ERR S ^TMP($J,"TEXT",CNT)=" "_^TMP($J,"ERR",SUB,ERR),CNT=CNT+1
  1. S XMTEXT="^TMP($J,""TEXT"",",XMSUB="Potential order checks from allergy update"
  1. D ^XMD
  1. K ^TMP($J,"TEXT")
  1. Q
  1. ;
  1. TOP10 ;Check top 10 reactions after push of file 120.83
  1. N SUB,REAC,REACNO,ARRAY,SUBNM,REACNM,GMRATXT,XMSUB,XMTEXT,XMDUZ,XMY,DIFROM,CNT
  1. I '$L($T(SCREEN^XTID)) Q ;No screening code so quit
  1. S SUB=0 F S SUB=$O(^GMRD(120.84,SUB)) Q:'+SUB I $D(^GMRD(120.84,SUB,1)) D
  1. .S REAC=0 F S REAC=$O(^GMRD(120.84,SUB,1,REAC)) Q:'+REAC D
  1. ..S REACNO=$P(^GMRD(120.84,SUB,1,REAC,0),U) Q:'+REACNO
  1. ..I $$SCREEN^XTID(120.83,.01,REACNO_",") D
  1. ...S SUBNM=$P(^GMRD(120.84,SUB,0),U),REACNM=$P(^GMRD(120.83,REACNO,0),U)
  1. ...S ARRAY(SUBNM,REACNM)=""
  1. I $D(ARRAY) D
  1. .S XMDUZ="Data Standardization update of file 120.83",XMY("G.GMRA REQUEST NEW REACTANT")=""
  1. .S GMRATXT(1)="The signs/symptoms file has been automatically updated. You're receiving"
  1. .S GMRATXT(2)="this message because one or more signs/symptoms was inactivated during this"
  1. .S GMRATXT(3)="update and the term(s) appear in your top ten list and must be replaced."
  1. .S GMRATXT(4)="Below you will find the name of the site parameter and the terms that are now"
  1. .S GMRATXT(5)="inactive for that entry. Use the Enter/Edit Site Parameters [GMRA SITE FILE]"
  1. .S GMRATXT(6)="option to find and replace these terms."
  1. .S GMRATXT(7)=""
  1. .S CNT=7
  1. .S SUB="" F S SUB=$O(ARRAY(SUB)) Q:SUB="" S CNT=CNT+1,GMRATXT(CNT)="Site parameter: "_SUB D S CNT=CNT+1,GMRATXT(CNT)=""
  1. ..S REAC="" F S REAC=$O(ARRAY(SUB,REAC)) Q:REAC="" S CNT=CNT+1,GMRATXT(CNT)="Term: "_REAC
  1. .S XMTEXT="GMRATXT(",XMSUB="Signs/symptoms require updating"
  1. .D ^XMD
  1. Q
  1. ;
  1. QREACT ;Queue name update, called from "AC" xref in file 120.82. Entire section added in patch 23
  1. N OTERM,NTERM,ZTRTN,ZTDTH,ZTIO,ZTDESC
  1. Q:X1(1)=""!(X2(1)="") ;Entry is new or has been deleted, no updating required
  1. Q:X1(1)=X2(1) ;Entry has been updated to same value, no updating required
  1. S OTERM=X1(1),NTERM=X2(1)
  1. S ZTRTN="REACT^GMRAUTL2",ZTIO="GMRA UPDATE RESOURCE",ZTDTH=$H,ZTDESC="UPDATE REACTANT FIELD IN 120.8",ZTSAVE("*")="" D ^%ZTLOAD
  1. Q
  1. ;
  1. REACT ;Update REACTANT field with name from 120.82. Section added with patch 23
  1. N IEN,FDA,EM,DFN
  1. S IEN=0 F S IEN=$O(^GMR(120.8,"C",OTERM,IEN)) Q:'+IEN D
  1. .S DFN=$P(^GMR(120.8,IEN,0),U)
  1. .Q:$$DECEASED^GMRAFX(DFN) ;Don't update if patient is deceased
  1. .Q:+$G(^GMR(120.8,IEN,"ER")) ;Don't update if entered in error
  1. .L +^GMR(120.8,IEN):20 I '$T Q
  1. .S FDA(120.8,IEN_",",.02)=NTERM
  1. .D FILE^DIE("","FDA","EM")
  1. .L -^GMR(120.8,IEN)
  1. Q
  1. ;
  1. QTYPE ;Queue allergy type updates, section added in 36
  1. N ENTRY,ZTRTN,ZTIO,ZTDTH,ZTDESC,ZTSAVE
  1. S ENTRY=DA_";GMRD(120.82,"_"^"_$P(^GMRD(120.82,DA,0),"^")
  1. Q:X1(1)=""!(X2(1)="")
  1. Q:X1(1)=X2(1)
  1. S ZTRTN="TYPE^GMRAUTL2",ZTIO="",ZTDTH=$H,ZTDESC="Allergy type updates",ZTSAVE("*")="" D ^%ZTLOAD
  1. Q
  1. ;
  1. TYPE ;Find related entries in 120.8 and update, section added in 36
  1. N ALLERGY,POINTER,DFN,SUB,DR,DIE,DA
  1. S ALLERGY=$P(ENTRY,"^",2) Q:ALLERGY=""
  1. S POINTER=$P(ENTRY,"^") Q:POINTER=""
  1. S SUB=0 F S SUB=$O(^GMR(120.8,"C",ALLERGY,SUB)) Q:'+SUB D
  1. .Q:$P(^GMR(120.8,SUB,0),"^",3)'=POINTER ;Same text name but not the same entry
  1. .S DFN=$P(^GMR(120.8,SUB,0),U)
  1. .Q:$$DECEASED^GMRAFX(DFN) ;Don't update if patient is deceased
  1. .Q:$G(^GMR(120.8,SUB,"ER"))>0 ;Entered in error
  1. .S DR="3.1///"_X2(1),DIE=120.8,DA=SUB D ^DIE ;Update allergy type
  1. Q