| 1 | PSAUTL5 ;BIR/JMB-Upload and Process Prime Vendor Invoice Data Utility - CONT'D ;7/23/97
 | 
|---|
| 2 |  ;;3.0; DRUG ACCOUNTABILITY/INVENTORY INTERFACE;**21**; 10/24/97
 | 
|---|
| 3 |  ;This utility displays locations & allows user to select one, many, or
 | 
|---|
| 4 |  ;all locations.
 | 
|---|
| 5 |  K PSALOCA,PSAMNU
 | 
|---|
| 6 |  S PSALOC=+$O(^PSD(58.8,"ADISP","P",0))
 | 
|---|
| 7 |  I 'PSALOC W !!?5,"No Drug Accountability location has been created yet." S PSAOUT=1 G EXIT
 | 
|---|
| 8 |  ;
 | 
|---|
| 9 | ORDER ;If more than one pharmacy location, collect them in alpha order.
 | 
|---|
| 10 |  S (PSACNT,PSALOC)=0 W !
 | 
|---|
| 11 |  F  S PSALOC=+$O(^PSD(58.8,"ADISP","P",PSALOC)) Q:'PSALOC  D
 | 
|---|
| 12 |  .Q:'$D(^PSD(58.8,PSALOC,0))!($P($G(^PSD(58.8,PSALOC,0)),"^")="")
 | 
|---|
| 13 |  .I +$G(^PSD(58.8,PSALOC,"I")),+^PSD(58.8,PSALOC,"I")'>DT Q
 | 
|---|
| 14 |  .D SITES^PSAUTL1
 | 
|---|
| 15 |  .S PSACNT=PSACNT+1,PSAONE=+PSALOC
 | 
|---|
| 16 |  .S PSALOCA($P(^PSD(58.8,PSALOC,0),"^")_PSACOMB,PSALOC)=$P(^(0),"^",3)_"^"_$P(^(0),"^",10)_"^"_$P($G(^PSD(58.8,PSALOC,"I")),"^")
 | 
|---|
| 17 |  I PSACNT=1 G:$G(PSATRAN)="" ONE W !?5,"There is only one active pharmacy location.",!?5,"There must be at least two to transfer drugs." S PSAOUT=1 Q
 | 
|---|
| 18 |  S PSACHK=$O(PSALOCA("")) I PSACHK="" G EXIT
 | 
|---|
| 19 |  G DISP
 | 
|---|
| 20 |  ;
 | 
|---|
| 21 | ONE ;only one
 | 
|---|
| 22 |  S PSALOC=PSAONE
 | 
|---|
| 23 |  I '$D(^PSD(58.8,PSALOC,0))!($P($G(^PSD(58.8,PSALOC,0)),"^")="") W !,"There are no Drug Accountability pharmacy locations with data." Q
 | 
|---|
| 24 |  S PSALOCN="",PSALOCN=$O(PSALOCA(PSALOCN)) Q:PSALOCN=""  S PSALOC=0,PSALOC=+$O(PSALOCA(PSALOCN,PSALOC)) Q:'PSALOC  S PSALOC(PSALOCN,PSALOC)=PSALOCA(PSALOCN,PSALOC)
 | 
|---|
| 25 |  G EXIT
 | 
|---|
| 26 |  ;
 | 
|---|
| 27 | DISP ;Displays the available pharmacy locations.
 | 
|---|
| 28 |  W ! S PSACNT=0,PSALOCN=""
 | 
|---|
| 29 |  F  S PSALOCN=$O(PSALOCA(PSALOCN)) Q:PSALOCN=""  D
 | 
|---|
| 30 |  .S PSALOC=0 F  S PSALOC=+$O(PSALOCA(PSALOCN,PSALOC)) Q:'PSALOC  D
 | 
|---|
| 31 |  ..S PSACNT=PSACNT+1,PSAMNU(PSACNT,PSALOCN,PSALOC)=""
 | 
|---|
| 32 |  ..W !,$J(PSACNT,2)
 | 
|---|
| 33 |  ..W:$L(PSALOCN)>76 ?4,$P(PSALOCN,"(IP)",1)_"(IP)",!?21,$P(PSALOCN,"(IP)",2) W:$L(PSALOCN)<77 ?4,PSALOCN
 | 
|---|
| 34 |  W !
 | 
|---|
| 35 |  ;
 | 
|---|
| 36 | SELECT S DIR(0)="L^1:"_PSACNT,DIR("A")="Select PHARMACY LOCATION",DIR("??")="^D HELP^PSAUTL3"
 | 
|---|
| 37 |  S DIR("?")="Enter the number of the pharmacy location"
 | 
|---|
| 38 |  D ^DIR K DIR I 'Y S PSAOUT=1 G EXIT
 | 
|---|
| 39 |  S PSASL=Y F PSAPCC=1:1 S PSANUM=+$P(PSASL,",",PSAPCC) Q:'PSANUM  D
 | 
|---|
| 40 |  .S PSALOCN=$O(PSAMNU(PSANUM,"")),PSALOC=+$O(PSAMNU(PSANUM,PSALOCN,0))
 | 
|---|
| 41 |  .S PSALOC(PSALOCN,PSALOC)=PSALOCA(PSALOCN,PSALOC)
 | 
|---|
| 42 |  ;
 | 
|---|
| 43 | EXIT ;Kills all variables except PSALOC array & PSAOUT
 | 
|---|
| 44 |  ;K DIR,PSACOMB,PSAISIT,PSAISITN,PSAMNU,PSAONE,PSANUM,PSAOSIT,PSAOSITN,Y
 | 
|---|
| 45 |  Q
 | 
|---|
| 46 |  ;
 | 
|---|
| 47 | FROMHELP ;Extended help to 'Select Transfer from Pharmacy'
 | 
|---|
| 48 |  W !?5,"Enter the number of the pharmacy location that will transfer the drugs to another pharmacy."
 | 
|---|
| 49 |  Q
 | 
|---|
| 50 | HELP ;Extended help to 'Select PHARMACY LOCATION'
 | 
|---|
| 51 |  W !?5,"Enter the number of the pharmacy location you want to select.",!?5,"If you want more than one pharmacy location, enter the numbers",!?5,"separated by a comma."
 | 
|---|
| 52 |  W !!?5,"For example: Enter 1,3 or 1-3,5."
 | 
|---|
| 53 |  Q
 | 
|---|
| 54 | TOHELP ;Extended help to 'Select Transfer to Pharmacy'
 | 
|---|
| 55 |  W !?5,"Enter the number of the pharmacy location that will receive the transferred the drugs."
 | 
|---|
| 56 |  Q
 | 
|---|
| 57 |  ;
 | 
|---|
| 58 | SETAORD ;Set logic for "AORD" X-Ref
 | 
|---|
| 59 |  S PSADA(1)=$O(^PSD(58.811,"B",X,0))
 | 
|---|
| 60 |  S PSADA=0 F  S PSADA=$O(^PSD(58.811,PSADA(1),1,PSADA)) Q:'PSADA  D
 | 
|---|
| 61 |  .S ^PSD(58.811,"AORD",X,$P($G(^PSD(58.811,PSADA(1),1,PSADA,0)),"^"),PSADA(1),PSADA)=""
 | 
|---|
| 62 |  K PSADA
 | 
|---|
| 63 |  Q
 | 
|---|
| 64 | KILLAORD ;Kill logic for "AORD" X-Ref
 | 
|---|
| 65 |  K ^PSD(58.811,"AORD",X)
 | 
|---|
| 66 |  Q
 | 
|---|
| 67 |  ;
 | 
|---|
| 68 | SLOC ;Set logic for "ALOC" X-Ref on Pharmacy Location & Master Vault fields
 | 
|---|
| 69 |  Q:'+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",2)
 | 
|---|
| 70 |  S ^PSD(58.811,"ALOC",X,+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",2),DA(1),DA)=""
 | 
|---|
| 71 |  Q
 | 
|---|
| 72 | KLOC ;Kill logic for "ALOC" X-Ref on Pharmacy Location & Master Vault fields
 | 
|---|
| 73 |  K ^PSD(58.811,"ALOC",X,+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",2),DA(1),DA)
 | 
|---|
| 74 |  Q
 | 
|---|
| 75 |  ;
 | 
|---|
| 76 | SLOCDT ;Set logic for "ALOC" X-Ref on Invoice Date field
 | 
|---|
| 77 |  S:+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",5) ^PSD(58.811,"ALOC",+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",5),X,DA(1),DA)=""
 | 
|---|
| 78 |  S:+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",12) ^PSD(58.811,"ALOC",+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",12),X,DA(1),DA)=""
 | 
|---|
| 79 |  Q
 | 
|---|
| 80 | KLOCDT ;Kill logic for "ALOC" X-Ref
 | 
|---|
| 81 |  K ^PSD(58.811,"ALOC",+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",5),X,DA(1),DA)
 | 
|---|
| 82 |  K ^PSD(58.811,"ALOC",+$P($G(^PSD(58.811,DA(1),1,DA,0)),"^",12),X,DA(1),DA)
 | 
|---|
| 83 |  Q
 | 
|---|