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

IB20P464.m

Go to the documentation of this file.
  1. IB20P464 ;ALB/CXW - Patch Install Routine ;02-07-2012
  1. ;;2.0;INTEGRATED BILLING;**464**;21-MAR-94;Build 16
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. Q
  1. ;
  1. POST ; File #399 input template compilation routine
  1. N DMAX,IBX,IBIEN,IBRTN,X,Y
  1. D MES^XPDUTL("Recompilation of [IB SCREEN1] Input Template..")
  1. S IBX="IB SCREEN1"
  1. S IBIEN=$O(^DIE("B",IBX,0)) Q:'IBIEN
  1. S DMAX=$$ROUSIZE^DILF
  1. S IBRTN=$P($G(^DIE(IBIEN,"ROUOLD")),U) Q:IBRTN=""
  1. S X=IBRTN,Y=IBIEN
  1. D EN^DIEZ
  1. D MES^XPDUTL(" Done.")
  1. Q
  1. ;