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

IB20P275.m

Go to the documentation of this file.
  1. IB20P275 ;WOIFO/SS - POST INIT ROUTINE FOR IB*2*275 ;11-MAY-04
  1. ;;2.0;INTEGRATED BILLING;**275**;21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. Q
  1. POST ; adding charge removal reason entries if not there
  1. N IBX,IBT,IBY,X,Y,DIC,DO
  1. D ADDAUTO
  1. D ADDCRR
  1. Q
  1. ;
  1. ADDAUTO ; need to add charge removal reasons
  1. N IBX,IBT,IBY,DIC,Y,X
  1. F IBX=1:1 S IBY=$P($T(AUTO+IBX),";",3,99) Q:IBY="" S IBT=$P(IBY,";") I '$O(^IBE(354.2,"B",IBT,0)) K DO D
  1. . S DIC="^IBE(354.2,",DIC(0)="",X=IBT,DIC("DR")=$P(IBY,";",2,5)
  1. . D FILE^DICN I Y>0 D BMES^XPDUTL(" --> Added Exemption Reason File: "_IBT)
  1. Q
  1. ADDCRR ; add charge removal reasons
  1. N IBX,IBT,IBY,DIC,Y,X
  1. F IBX=1:1 S IBY=$P($T(CRR+IBX),";",3,99) Q:IBY="" S IBT=$P(IBY,";") I '$O(^IBE(350.3,"B",IBT,0)) K DO D
  1. . S DIC="^IBE(350.3,",DIC(0)="",X=IBT,DIC("DR")=$P(IBY,";",2,3)
  1. . D FILE^DICN I Y>0 D BMES^XPDUTL(" --> Added Charge Removal Reasons: "_IBT)
  1. Q
  1. ;
  1. ;
  1. AUTO ; Exemption Reasons to add in #354.2
  1. ;;FORMER POW;.02///Patient is a former Prisoner Of War;.03///COPAY INCOME EXEMPTION;.04///EXEMPT;.05///80
  1. ;;UNEMPLOYABLE VETERAN;.02///Patient is an unemployable veteran;.03///COPAY INCOME EXEMPTION;.04///EXEMPT;.05///90
  1. ;;
  1. ;
  1. CRR ; charge removal reasons to add in #350.3
  1. ;;RX FOR FORMER POW;.02///POW;.03///RX
  1. ;;RX FOR UNEMPLOYABLE VETERAN;.02///UNEMPL;.03///RX
  1. ;;
  1. ;