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

ABSPOSBP.m

Go to the documentation of this file.
  1. ABSPOSBP ; IHS/FCS/DRS - Billing - PAC;
  1. ;;1.0;PHARMACY POINT OF SALE;;JUN 21, 2001
  1. Q
  1. ; Billing interface for PAC, Patient Accounts Component
  1. ;
  1. ; Called at tag POST from ABSPOSBB
  1. ; with the variable ABSP57 pointing to 9002313.57, the transaction
  1. ; You must return a value - that value is stuffed into field .15
  1. ; of the transaction record
  1. ; and indexed by ^ABSPTL("AR",value,IEN57)
  1. ;
  1. ; Many useful utilities are available in ABSPOS57
  1. ; DO LOG^ABSPOSL(text) puts text into the billing log file
  1. ; DO LOG57^ABSPOS57(text) puts text into the claim's log file
  1. ;
  1. POST ; EP - from ABSPOSBB
  1. N IEN57 S IEN57=ABSP57 ; now you can $$label^ABSPOS57
  1. N PREV57 S PREV57=$$PREVIOUS^ABSPOS57 ; if this prescrip prev posted
  1. N RESULT,RETVAL S RETVAL=""
  1. S RESULT=$$GET1^DIQ(9002313.57,ABSP57_",","RESULT WITH REVERSAL")
  1. ;
  1. ; RESULT can by E PAYABLE, E REJECTED, E CAPTURED, PAPER
  1. ; or E REVERSAL ACCEPTED or PAPER REVERSAL
  1. ; or E REVERSAL REJECTED
  1. ;
  1. S RETVAL=0
  1. Q RETVAL