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

FBXIP151.m

Go to the documentation of this file.
  1. FBXIP151 ;WOIFO/SAB - PATCH INSTALL ROUTINE ;4/3/2014
  1. ;;3.5;FEE BASIS;**151**;JAN 30, 1995;Build 14
  1. ;;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. ;
  1. ; ICRs
  1. ; #10141 BMES^XPDUTL, MES^XPDUTL, $$NEWCP^XPDUTL, $$PATCH^XPDUTL
  1. ; #3352 DIEZ^DIKCUTL3
  1. ;
  1. PS ; post-install entry point
  1. ; create KIDS checkpoints with call backs
  1. N FBX,Y
  1. F FBX="RCIT" D
  1. . S Y=$$NEWCP^XPDUTL(FBX,FBX_"^FBXIP151")
  1. . I 'Y D BMES^XPDUTL("ERROR Creating "_FBX_" Checkpoint.")
  1. Q
  1. ;
  1. RCIT ; Recompile Input Templates
  1. ; need to include new cross-reference logic in complied templates
  1. N FBFLD,FBLIST
  1. D BMES^XPDUTL(" Recompiling Input Templates for File 161...")
  1. ;
  1. F FBFLD=.01,.02,.06,.07,.095 S FBLIST(161.01,FBFLD)=""
  1. D DIEZ^DIKCUTL3(161,.FBLIST)
  1. ;
  1. D MES^XPDUTL(" Done.")
  1. Q
  1. ;
  1. ;FBXIP151