| 1 | PSAPSI3 ;BIR/LTL-Nightly Background Job ;8/7/97
 | 
|---|
| 2 |  ;;3.0; DRUG ACCOUNTABILITY/INVENTORY INTERFACE;**12**; 10/24/97
 | 
|---|
| 3 |  ;This is the entry point for the nightly job. It collects dispensing
 | 
|---|
| 4 |  ;data in IV Solutions, Unit Dose, and Outpatient then purges old data.
 | 
|---|
| 5 |  ;It calls ^PSAREORD that searches the pharmacy locations & master vaults
 | 
|---|
| 6 |  ;for drug balances <= the reorder level IF the location/vault is
 | 
|---|
| 7 |  ;maintaining reorder levels.
 | 
|---|
| 8 |  ;
 | 
|---|
| 9 |  ;References to ^PS(50.8, are covered by IA #270
 | 
|---|
| 10 |  ;References to ^PS(52.6, are covered by IA #270-A
 | 
|---|
| 11 |  ;References to ^PS(52.7, are covered by IA #270-B
 | 
|---|
| 12 |  S PSALOC=0 F  S PSALOC=+$O(^PSD(58.8,"ADISP","P",PSALOC)) G:'PSALOC NEXT D:$O(^PSD(58.8,PSALOC,1,0)) LUP
 | 
|---|
| 13 | NEXT D:$D(^TMP("PSA",$J)) ^PSAPSI1 K ^TMP("PSA",$J)
 | 
|---|
| 14 |  ;Gets dispensed data in Unit Dose and Outpatient. Purge data.
 | 
|---|
| 15 |  D ^PSAUDP,^PSAOP3,^PSAPUR D:$D(^XTMP("PSAPV",0)) XTMP
 | 
|---|
| 16 | END K D3,PSA,PSADRUG,PSADT,PSAIV,PSAIV5,PSALOC,PSAQ,PSAW,PSGDRG,PSGPLFDT,PSGRTN,PSGWARD,PSGX,X,Y
 | 
|---|
| 17 |  G ^PSAREORD
 | 
|---|
| 18 |  Q
 | 
|---|
| 19 | LUP D NOW^%DTC S PSADT=X,X="T-2" D ^%DT
 | 
|---|
| 20 |  S (PSADT(2),PSADT(22))=Y,(PSADRUG,PSADT(3),PSAIV)=0
 | 
|---|
| 21 |  ;If drug's inactivation date is after today, continue.
 | 
|---|
| 22 |  F  S PSADRUG=+$O(^PSD(58.8,PSALOC,1,PSADRUG)) Q:'PSADRUG  D:$S($P($G(^PSD(58.8,PSALOC,1,PSADRUG,0)),U,14):$P($G(^(0)),U,14)>DT,1:1)  D:$D(^TMP("PSA",$J,PSADRUG)) ^PSAPSI1
 | 
|---|
| 23 |  .;If last collection date is in file, set PSADT equal to it.
 | 
|---|
| 24 |  .I $P($P($G(^PSD(58.8,PSALOC,1,PSADRUG,6)),U,3),",") S PSADT(2)=$P($P($G(^(6)),U,3),","),PSADT(3)=0,PSA(7)=1
 | 
|---|
| 25 |  .;Quit if the drug is not in IV SOLUTIONS & IV ADDITIVES files.
 | 
|---|
| 26 |  .Q:'$O(^PS(52.6,"AC",PSADRUG,0))&('$O(^PS(52.7,"AC",PSADRUG,0)))
 | 
|---|
| 27 |  .;Set array = to DRUG file's drug that is linked to it.
 | 
|---|
| 28 |  .S PSADRUG(1)=$O(^PS(52.6,"AC",PSADRUG,0)),PSAIV=0
 | 
|---|
| 29 |  .S PSADRUG(2)=$O(^PS(52.7,"AC",PSADRUG,0))
 | 
|---|
| 30 |  .S PSAW=PSADT(3)
 | 
|---|
| 31 |  .F  S PSAIV=$O(^PS(50.8,PSAIV)) Q:'PSAIV  F PSADT(4)=PSADT(2):0 S PSADT(4)=$O(^PS(50.8,+PSAIV,2,PSADT(4))) Q:'PSADT(4)  D  D:$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,"AC",52.7,+PSADRUG(2),0)) SOL
 | 
|---|
| 32 |  ..Q:'$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,"AC",52.6,+PSADRUG(1),0))
 | 
|---|
| 33 |  ..S PSADRUG(3)=$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,"AC",52.6,+PSADRUG(1),0))
 | 
|---|
| 34 |  ..F  S PSAW=$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,+PSADRUG(3),3,PSAW)) Q:'PSAW  S PSAW(1)=PSAW D
 | 
|---|
| 35 |  ...I PSAW'=.5 Q:'$O(^PSD(58.8,"AB",PSAW,0))=PSALOC
 | 
|---|
| 36 |  ...;If it is OP dispensing IVs to IV Rooms, quit if the pharmacy
 | 
|---|
| 37 |  ...;location does not have an IV Room assigned to it or if it does not
 | 
|---|
| 38 |  ...;have an OP site set up.
 | 
|---|
| 39 |  ...I PSAW=.5 D OP Q
 | 
|---|
| 40 |  ...S PSAQ=$G(PSAQ)+$P($G(^PS(50.8,+PSAIV,2,+PSADT(4),2,+PSADRUG(3),3,PSAW,0)),U,2)-$P($G(^(0)),U,5)
 | 
|---|
| 41 |  ..S:$G(PSAQ) ^TMP("PSA",$J,PSADRUG,PSADT(4))=$G(^TMP("PSA",$J,PSADRUG,PSADT(4)))+PSAQ S (PSAQ,PSAW)=0
 | 
|---|
| 42 |  .S PSADT(2)=PSADT(22)
 | 
|---|
| 43 |  Q
 | 
|---|
| 44 | SOL S PSAW=PSADT(3),PSADRUG(3)=$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,"AC",52.7,+PSADRUG(2),0))
 | 
|---|
| 45 |  F  S PSAW=$O(^PS(50.8,+PSAIV,2,+PSADT(4),2,+PSADRUG(3),3,PSAW)) Q:'PSAW  S PSAW(1)=PSAW D:$O(^PSD(58.8,"AB",PSAW,0))=PSALOC
 | 
|---|
| 46 |  .S PSAQ=$G(PSAQ)+$P($G(^PS(50.8,+PSAIV,2,+PSADT(4),2,+PSADRUG(3),3,PSAW,0)),U,2)-$P($G(^(0)),U,5)
 | 
|---|
| 47 |  S:$G(PSAQ) ^TMP("PSA",$J,PSADRUG,PSADT(4))=$G(^TMP("PSA",$J,PSADRUG,PSADT(4)))+PSAQ S (PSAQ,PSAW)=0
 | 
|---|
| 48 |  Q
 | 
|---|
| 49 | OP ;
 | 
|---|
| 50 |  S PSAIV5=+$O(^PSD(58.8,"AIV",PSALOC,0)) Q:'PSAIV5!('+$P($G(^PSD(58.8,PSALOC,0)),"^",10))
 | 
|---|
| 51 |  ;
 | 
|---|
| 52 |  ;DAVE B (PSA*3*12) removed !(PSAFND=PSALOC) on next line.
 | 
|---|
| 53 |  S PSAFND=0 F  S PSAFND=$O(^PSD(58.8,"AB",PSAW,0)) Q:'PSAFND  I PSAFND=PSALOC S PSAQ=$G(PSAQ)+$P($G(^PS(50.8,+PSAIV,2,+PSAADT(4),2,+PSADRUG(3),3,PSAW,0)),"^",2)-$P($G(^(0)),"^",5)
 | 
|---|
| 54 |  Q
 | 
|---|
| 55 |  ;
 | 
|---|
| 56 | XTMP ;If the XTMP global is going to be deleted in 4 days, sent a warning
 | 
|---|
| 57 |  ;mail msg to holders of PSA ORDERS.
 | 
|---|
| 58 |  S PSAEND=+$P(^XTMP("PSAPV",0),"^") Q:'PSAEND
 | 
|---|
| 59 |  S X1=PSAEND,X2=DT D ^%DTC Q:X>4  S PSADAYS=X,(PSACNT,PSACTRL)=0
 | 
|---|
| 60 |  F  S PSACTRL=$O(^XTMP("PSAPV",PSACTRL)) Q:PSACTRL=""  S:$D(^XTMP("PSAPV",PSACTRL,"IN")) PSACNT=PSACNT+1
 | 
|---|
| 61 |  Q:'PSACNT
 | 
|---|
| 62 |  I PSACNT>1 D
 | 
|---|
| 63 |  .S ^TMP("PSAXTMP",$J,1)="There are "_PSACNT_" invoices that have been uploaded and not processed. If these"
 | 
|---|
| 64 |  .S ^TMP("PSAXTMP",$J,2)="invoices are not processed in four calendar days or if more invoices are not"
 | 
|---|
| 65 |  .S ^TMP("PSAXTMP",$J,3)="uploaded in four calendar days, the "_PSACNT_" invoices will be deleted."
 | 
|---|
| 66 |  I PSACNT=1 D
 | 
|---|
| 67 |  .S ^TMP("PSAXTMP",$J,1)="There is 1 invoice that has been uploaded and not processed. If this"
 | 
|---|
| 68 |  .S ^TMP("PSAXTMP",$J,2)="invoice is not processed in four calendar days or if more invoices"
 | 
|---|
| 69 |  .S ^TMP("PSAXTMP",$J,3)="are not uploaded in four calendar days, the invoice will be deleted."
 | 
|---|
| 70 |  S XMDUZ="Drug Accountability System",XMSUB="Unprocessed Invoice"_$S(PSACNT>1:"s",1:"")_" Due to Expire in "_PSADAYS_" day"_$S(PSADAYS>1:"s",1:""),XMTEXT="^TMP(""PSAXTMP"",$J,"
 | 
|---|
| 71 |  S PSADUZ=0 F  S PSADUZ=+$O(^XUSEC("PSA ORDERS",PSADUZ)) Q:'PSADUZ  S XMY(PSADUZ)=""
 | 
|---|
| 72 |  G:'$D(XMY) QUIT D ^XMD
 | 
|---|
| 73 | QUIT K ^TMP("PSAXTMP",$J),PSACNT,PSACTRL,PSADAYS,PSADUZ,X,X1,X2,XMDUZ,XMSUB,XMTEXT,XMY
 | 
|---|
| 74 |  Q
 | 
|---|