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

IB20P529.m

Go to the documentation of this file.
  1. IB20P529 ;ALB/SAB - POST-INSTALL IB*2.0*529 ;15-JUL-15
  1. ;;2.0;INTEGRATED BILLING;**529**;21-MAR-94;Build 49
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. Q
  1. ;
  1. POST ;This will reindex 364.1 for the updated indexes
  1. ;
  1. D BMES^XPDUTL(" Post-install for IB*2.0*529 Starting.")
  1. ;
  1. D REINDX ; Re-index the new FDATE array for 364.1,1.01
  1. ;
  1. D BMES^XPDUTL(" Post-install for IB*2.0*529 Complete.")
  1. ;
  1. Q
  1. ;
  1. REINDX ;
  1. ;
  1. N DIK,DA
  1. ; index DATE FIRST SENT field in the EDI TRANSMISSION BATCH file
  1. D MES^XPDUTL(" >> Removing old ""FDATE"" xref for file 364.1 ...")
  1. K ^IBA(364.1,"FDATE") ; clear old index if it exists
  1. D MES^XPDUTL(" >> Rebuilding ""FDATE"" xref for file 364.1 ...")
  1. S DIK(1)="1.01^FDATE",DIK="^IBA(364.1," D ENALL^DIK
  1. D MES^XPDUTL(" >> Completed Rebuilding ""FDATE"" xref for file 364.1 ...")
  1. Q
  1. ;