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

IB20A436.m

Go to the documentation of this file.
  1. IB20A436 ;BP-OIFO/RBN - PRE-INSTALL FOR IB*2.0*436; 11/25/2008 ; 7/21/2010
  1. ;;2.0;INTEGRATED BILLING;**436**;21-MAR-94;Build 31
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. ; DESCRIPTION: This routine is the preinstall routine for IB*2.0*436. It deletes
  1. ; two triggers, one on filed #.01 and the other on field #.02 of
  1. ; file #355.93
  1. ;
  1. ; INPUTS : None
  1. ;
  1. ; OUTPUTS : None
  1. ;
  1. ; VARIABLES : None
  1. ;
  1. ;
  1. ; GLOBALS : ^IBA(355.93 - The VistA IB NON/OTHER VA BILLING PROVIDER file
  1. ;
  1. ;
  1. ; FUNCTIONS : None
  1. ;
  1. ; SUBROUTINES : None
  1. ;
  1. ;
  1. ; HISTORY : Original version - 9 September 2010
  1. ;
  1. ;
  1. ;
  1. EN ;
  1. D DELXRF
  1. Q
  1. ;
  1. DELXRF ; Delete triggers 3 and 8 from file 355.9 fields .01 and .02 respectively.
  1. D DELIX^DDMOD(355.93,.01,3)
  1. D DELIX^DDMOD(355.93,.02,8)
  1. Q
  1. ;