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

LREPISV1.m

Go to the documentation of this file.
  1. LREPISV1 ;DALOI/CKA LAB EPI EXTRACT SERVER ; 4/1/2003
  1. ;;5.2;LAB SERVICE;**281**;Sep 27, 1994
  1. ;
  1. ; Reference to $$SITE^VASITE supported by IA #10112
  1. ; Reference to ^%ZOSF supported by IA #10096
  1. START ;
  1. K ^TMP($J,"LREPDATA")
  1. ;Send message to the mail group each time the server is triggered
  1. ;containing the name of the person who triggered the server, their
  1. ;location, and the action initiated.
  1. S LREPST=$P($$SITE^VASITE,"^",2),LRRTYPE=1
  1. ;Determine station number
  1. S X=XQSUB X ^%ZOSF("UPPERCASE") S LREPSUB=Y
  1. S ^TMP($J,"LREPDATA",1)=LREPSUB_" triggered at "_LREPST_" by "_XMFROM_" on "_XQDATE
  1. ;The first line of the message tells who requested the action and when
  1. S ^TMP($J,"LREPDATA",2)=$S(LREPSUB["RETRANSMIT":" RETRANSMISSION of EPI data",1:"????")_" at "_LREPST
  1. ;The second line tells when the server is activated and no data can be gathered from the MailMan message.
  1. S LREPLNT=1
  1. I LREPSUB'["RETRANSMIT" S ^TMP($J,"LREPDATA",3)="SUBJECT OF MAIL MESSAGE MUST BE RETRANSMIT" G EXIT
  1. RETRANS ;RETRANSMIT
  1. ;first read the text of the message
  1. S LRERROR=0
  1. READ F XMA=1:1 X XMREC Q:XMER<0 S XMTEXT=XMRG D
  1. .;
  1. PROCESS .;
  1. .I XMA=1,XMTEXT'="******password******" S ^TMP($J,"LREPDATA",3)="INVALID PASSWORD" S LRERROR=1 Q
  1. .;
  1. .S LRPROT=1696
  1. DATE .;
  1. .I XMA=3 D
  1. ..S X=XMTEXT,%DT="X" D ^%DT
  1. ..I Y=-1 S ^TMP($J,"LREPDATA",3)="INVALID STOP DATE" S LRERROR=1 Q
  1. ..S LRRPE=Y ;Stop date
  1. .I XMA=2 D
  1. ..S X=XMTEXT,%DT="X" D ^%DT
  1. ..I Y=-1 S ^TMP($J,"LREPDATA",3)="INVALID START DATE" S LRERROR=1 Q
  1. ..S LRRPS=Y ;Start date
  1. .;
  1. TEST .;pathogens
  1. .F LRI=4:1 Q:LRI'=XMA D:XMTEXT="ALL" Q:XMTEXT="ALL" S LREPI(LRI)=XMTEXT Q:'$D(XMTEXT) S LREPI(XMTEXT)=""
  1. ..S LRI=0 F S LRI=$O(^LAB(69.5,LRI)) Q:'LRI!(LRI>99) S LREPI(LRI)=""
  1. .;
  1. .;
  1. I LRERROR G MAIL
  1. TASK ;
  1. D NOW^%DTC
  1. S ZTDTH=%
  1. Q:'$D(LREPI)
  1. K ZTSAVE
  1. S ZTSAVE("LR*")=""
  1. S ZTIO="",ZTRTN="EN^LREPI",ZTDESC="Laboratory Search/Extract"
  1. D ^%ZTLOAD
  1. I $D(ZTSK)[0 W !!?5,"Report canceled!"
  1. ;
  1. ;
  1. MAIL ;
  1. ;
  1. ;If the subject contains "RETRANSMIT" DATA EXTRACTION
  1. EXIT ;If all went well, report that too.
  1. S %H=$H D YMD^%DTC S XMDUN="EPI SYSTEM",XMDUZ=".5",XMSUB=LREPST_" EPI ("_X_%_")",XMTEXT="^TMP($J,""LREPDATA"","
  1. S XMY("G.EPI-SITE@CINCINNATI.DOMAIN.EXT")=""
  1. ;S XMY("ANZALDUA,CAROL@VAHVSS.FO-ALBANY.DOMAIN.EXT")="" ;,XMY("CAROL.ANZALDUA@DOMAIN.EXT")=""
  1. D ^XMD
  1. ;Mail the errors and successes back to the EPI group at Cincinnati.
  1. K ^TMP($J,"LREPDATA")
  1. K %,%DT,%H,D,DIC,X,XMDUN,XMDUZ,XMER,XMFROM,XMREC,XMRG,XMSUB,XMTEXT,XMY,XMZ,XQDATE,XQSUB,Y,LREPA,LREPB,LREPDA,LREPDA1,LREPDATA,LREPDFN,LREPDM,LREPDOC
  1. K LREPDOM,LREPDTA,LREPED,LREPER,LREPLNT,LREPNM,LREPPT,LREPSD1,LREPSDT,LREPSSN,LREPST,LREPSUB,LREPTC,YSPR,LREPWB,LREPX,ZTQUEUED,ZTSK
  1. K XMA,LRA,LRCOND,LRDATA,LRFILL,LRI,LRPATH,LRTEST,LRERROR
  1. Q
  1. ;