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

IBY582PR.m

Go to the documentation of this file.
  1. IBY582PR ;EDE/TAZ - Pre-Installation for IB patch 582 ;
  1. ;;2.0;INTEGRATED BILLING;**582**;21-MAR-94;Build 77
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. INC200(Y) ; function to determine if entry in NEW PERSON FILE (200) 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(^VA(200,Y,0)),U,1)_U
  1. F LN=2:1 S TAG="ENT200+"_LN,DATA=$P($T(@TAG),";;",2) Q:DATA="" I $F(DATA,ENTRY) S OK=1 Q
  1. Q OK
  1. ;
  1. ENT200 ;Entries in VA(200) to be included.
  1. ;
  1. ;;^INTERFACE,IB EIV^
  1. ;
  1. ;-----------------------------------------------------------------------