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

IBY473PR.m

Go to the documentation of this file.
  1. IBY473PR ;ALB/BI - Pre-Installation for IB patch 473 ;2-Feb-2012
  1. ;;2.0;INTEGRATED BILLING;**473**;2-FEB-12;Build 29
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. Q
  1. ;
  1. INCLUDE(FILE,Y) ; function to determine if O.F. entry should be included in the build
  1. ; FILE=5,6,7 indicating file 364.x
  1. ; Y=ien to file
  1. NEW OK,LN,TAG,DATA
  1. S OK=0
  1. F LN=2:1 S TAG="ENT"_FILE_"+"_LN,DATA=$P($T(@TAG),";;",2) Q:DATA="" I $F(DATA,U_Y_U) S OK=1 Q
  1. Q OK
  1. ;-----------------------------------------------------------------------
  1. ; 364.5 entries modified:
  1. ; 125 - OI1.8 (Other Payer Paid Amt)
  1. ;
  1. ENT5 ; O.F. entries in file 364.5 to be included
  1. ;
  1. ;;^125^
  1. ;
  1. ;-----------------------------------------------------------------------
  1. ; 364.6 entries modified:
  1. ; 2228 - Remaining Liability Qualifier
  1. ; 2229 - Remaining Liability
  1. ;
  1. ENT6 ; O.F. entries in file 364.6 to be included
  1. ;
  1. ;;^2228^2229^
  1. ;
  1. ;-----------------------------------------------------------------------
  1. ; 364.7 entries modified:
  1. ; 164 - OI1.8
  1. ; 957 - LCOB.4
  1. ; 1928 - LCOB.16 (Remaining Liability Qualifier)
  1. ; 1929 - LCOB.17 (Remaining Liability)
  1. ;
  1. ENT7 ; O.F. entries in file 364.7 to be included
  1. ;
  1. ;;^164^957^1928^1929^
  1. ;
  1. INC3508(Y) ; function to determine if entry in IB ERROR file (350.8) should be included in the build
  1. ; Y - ien to file
  1. N DATA,ENTRY,LN,OK,TAG
  1. S OK=0,ENTRY=U_$P($G(^IBE(350.8,Y,0)),U,3)_U
  1. F LN=2:1 S TAG="ENT3508+"_LN,DATA=$P($T(@TAG),";;",2) Q:DATA="" I $F(DATA,ENTRY) S OK=1 Q
  1. Q OK
  1. ;
  1. ENT3508 ; entries in file 350.8 to be included
  1. ;
  1. ;;^IB350^IB351^
  1. ;;
  1. Q