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

BPS10P9.m

Go to the documentation of this file.
  1. BPS10P9 ;ALB/CNF - TRICARE ENHANCEMENT POST INSTALL UPDATES BPS*1*9 ;9/9/10
  1. ;;1.0;E CLAIMS MGMT ENGINE;**9**;JUN 2004;Build 18
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. Q ;No entry from top
  1. ;
  1. EN ;Entry
  1. ;
  1. D BMES^XPDUTL("Begin Post Installation Processing for patch BPS*1*9")
  1. ;
  1. ;Add TRICARE Reject Code eT to BPS NCPDP REJECT CODE dictionary, #9002313.93
  1. D ET
  1. ;
  1. D BMES^XPDUTL("End Post Installation Processing for patch BPS*1*9")
  1. ;
  1. Q
  1. ;
  1. ET ;Add TRICARE Reject Code eT to BPS NCPDP REJECT CODE dictionary, #9002313.93
  1. ;
  1. N X,Y,DIC,DIE,DR,DA,D0
  1. ;
  1. D BMES^XPDUTL("Add TRICARE Reject Code eT to BPS NCPDP REJECT CODE dictionary")
  1. ;
  1. ;Quit if the code eT already exist
  1. S X=$O(^BPSF(9002313.93,"B","eT",0))
  1. I X D BMES^XPDUTL("Entry already exists") Q
  1. ;
  1. ;Add the entry
  1. S DIC="^BPSF(9002313.93,",X="eT"
  1. S DIC("DR")=".02///TRICARE-DRUG NON BILLABLE",DIC(0)="F"
  1. D FILE^DICN
  1. ;
  1. I Y D BMES^XPDUTL("Entry eT successfully added") Q
  1. ;
  1. D BMES^XPDUTL("Error when adding TRICARE Reject Code. Please log a Remedy ticket!")
  1. ;
  1. Q