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

IB20P210.m

Go to the documentation of this file.
  1. IB20P210 ;WOIFO/AAT - Code Set Versioning Post Install Procedure ;19-FEB-03
  1. ;;2.0;INTEGRATED BILLING;**210**;21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. Q
  1. ;
  1. ;
  1. EN ;Recompile Input Templates
  1. N IBC,DMAX,IBMAX,IBN
  1. ;
  1. S IBMAX=$$ROUSIZE^DILF
  1. D MES^XPDUTL("Recompiling affected input templates ...")
  1. F IBC=1:1 S IBN=$P($T(TMPL+IBC),";;",2) Q:IBN="" D COMP(IBN,IBMAX)
  1. D MES^XPDUTL("Completed compiling input templates.")
  1. Q
  1. ;
  1. COMP(TNAME,DMAX) ; Compile the Input Template
  1. N IBIEN,IBRTN,X,Y
  1. ;find the ien of the input template
  1. S IBIEN=$O(^DIE("B",TNAME,0)) Q:'IBIEN
  1. ;
  1. ;quit if input template not compiled
  1. S IBRTN=$P($G(^DIE(IBIEN,"ROUOLD")),U) Q:IBRTN=""
  1. ;
  1. D MES^XPDUTL("Compiling "_TNAME_" , compiled routine is "_IBRTN_" ...")
  1. S X=IBRTN,Y=IBIEN
  1. D EN^DIEZ
  1. D MES^XPDUTL("done")
  1. D MES^XPDUTL("")
  1. Q
  1. ;
  1. TMPL ;
  1. ;;IB SCREEN6
  1. ;;IB SCREEN7
  1. ;;IB SCREEN82
  1. ;;IB SCREEB8H
  1. ;;IB REVCODE EDIT
  1. ;;IB EDIT MCCR PARM
  1. ;;IBAT OUT PRICING EDIT
  1. ;;IBT ACTION INFO
  1. ;;IBT QUICK EDIT
  1. ;;