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

PSORESK1.m

Go to the documentation of this file.
  1. PSORESK1 ;BHAM ISC/SAB - return to stock continued ;06/03/97 10:12
  1. ;;7.0;OUTPATIENT PHARMACY;**9,201**;DEC 1997
  1. HP W !!,"Wand the barcode number of the Rx or manually key in",!,"the number below the barcode or the Rx number."
  1. W !,"The barcode number format is - 'NNN-NNNNNNN'",!!,"Press 'ENTER' to process Rx or ""^"" to quit"
  1. Q
  1. STAT S RX0=^PSRX(RXP,0),RX2=^PSRX(RXP,2),J=RXP S $P(RX0,"^",15)=$P($G(^PSRX(RXP,"STA")),"^") D ^PSOFUNC
  1. W !!,$C(7),$C(7),"Rx status of "_ST_" and cannot be returned to stock.",! K RX0,ST Q
  1. CP D NOW^%DTC S PSODT=%
  1. S PSOCPRX=$P(^PSRX(RXP,0),"^") S PSO=1,PSODA=RXP,PSOPAR7=$G(^PS(59,PSOSITE,"IB")) W !!,"Attempting to remove copay charges",! D RXED^PSOCPA
  1. I COPAYFLG=0 W !!,"Reason must be entered. Rx "_$P(^PSRX(RXP,0),"^")_" not returned to stock.",!
  1. ;PFS: send Rx info to external billing system when copay and no copay.
  1. Q
  1. ACT S IFN=0 F I=0:0 S I=$O(^PSRX(RXP,"A",I)) Q:'I S IFN=I
  1. I $G(PSOWHERE) S COM=$G(COM)_" (Released by CMOP)"
  1. I +$G(PSOPFS) S:$P(PSOPFS,"^",3)'="" COM=$G(COM)_" (External Billing Charge ID: "_$P(PSOPFS,"^",3)_")"
  1. D NOW^%DTC S IFN=IFN+1,^PSRX(RXP,"A",0)="^52.3DA^"_IFN_"^"_IFN,^PSRX(RXP,"A",IFN,0)=%_"^I^"_DUZ_"^"_$S(XTYPE="O":0,$G(TYPE)'<0&($G(TYPE)<6)&(XTYPE):TYPE,$G(TYPE)>5&(XTYPE):(TYPE+1),1:6)_"^"_COM
  1. K DA Q
  1. CMOP ;original released by CMOP? Called by PSORESK
  1. S PSXREL=$P($G(^PSRX(RXP,2)),"^",13)
  1. I $G(PSXREL),($D(^PSRX("AR",PSXREL,RXP,0))) W !!,$C(7),"Rx # "_$P(^PSRX(RXP,0),"^")_":",?20," Was dispensed by the CMOP and may not be returned"
  1. I W !,?20," to stock at this facility." Q
  1. K PSXREL
  1. Q
  1. CMOP1 ; REFILL released by CMOP? Called by PSORESK
  1. I +$G(XTYPE) S PSXREL=$P($G(^PSRX(RXP,1,TYPE,0)),"^",18)
  1. I $G(PSXREL),($D(^PSRX("AR",PSXREL,RXP,TYPE))) W !!,"REFILL # "_TYPE_":",?20," Was dispensed by the CMOP and may not be returned"
  1. I W !,?20," to stock at this facility." Q
  1. K PSXREL
  1. Q