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

ABSPOS6L.m

Go to the documentation of this file.
  1. ABSPOS6L ; IHS/FCS/DRS - Cancel a claim ;
  1. ;;1.0;PHARMACY POINT OF SALE;;JUN 21, 2001
  1. Q
  1. CANCEL(RXI) ; option to cancel claim would come here
  1. ; now done from a protocol on the data entry screen
  1. ;
  1. ; We merely flag the claim for cancellation.
  1. ; Let the transmit program handle the details.
  1. ; And if we got here too late, the results reporting takes care of it.
  1. ; If we really get fancy, we can have the result processing initiate
  1. ; a claim reversal.
  1. ;
  1. I $D(RXI) G CANC5
  1. W !,"Enter the prescription number whose claim you wish to cancel.",!
  1. N RXI,ABSBRXI S (ABSBRXI,RXI)=$$GETRX^ABSPOSIV Q:RXI<1
  1. CANC5 ;EP - from ABSPOS6D ; Given RXI=pointer to 9002313.59
  1. Q:'$$LOCKPOS^ABSPOSUD
  1. N DIE,DA,DR S DIE=9002313.59,DA=RXI
  1. S DR="301////"_DUZ_";302///@;7///NOW" D ^DIE
  1. D ULOCKPOS^ABSPOSUD
  1. N INS S INS=$P(^ABSPT(RXI,1),U,6)
  1. I $G(^ABSPEI(INS,101)) D
  1. . N X S X=^ABSPEI(INS,101)
  1. . I $P(X,U,6)=RXI S $P(^ABSPEI(INS,101),U,6)="" ; release Sleep Prober ownership
  1. . I $D(^ABSPT("AD",31)) D TASK^ABSPOSQ1 ; poke other 31s
  1. . D TASK^ABSPOSQ1 ; another 31, if any, will take over
  1. Q