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

IB20P437.m

Go to the documentation of this file.
  1. IB20P437 ;WOIFO/PLT-Patch IB*2.0*437 Environment Check/Pre/Post Initial ;8/17/10 10:21
  1. ;;2.0;INTEGRATED BILLING;**437**;21-MAR-94;Build 11
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. QUIT ;invalid entry
  1. ;
  1. ENVCHK ;environment check of patch installation
  1. ;reserved, not in use
  1. QUIT
  1. ;
  1. PREINS ;pre-install of patche installation
  1. ;reserved, not in use
  1. QUIT
  1. ;
  1. POSTINS ;post-install of patch installation
  1. N IBRATY,IBEFFDT,IBADFE,IBDISP,IBADJUST
  1. D MES^XPDUTL("Patch Post-Install starts.")
  1. ;update out-patient pharmacy admini/disp fee & adj change in file#363
  1. ;set default values
  1. S IBRATY="",IBEFFDT="03/18/2011",IBADFE="",IBDISP="11.40"
  1. S IBADJUST=""
  1. I IBADJUST="" S IBADJUST="S X=X+"_(+IBDISP+IBADFE)
  1. ;ibraty=rate type name of file #399.3^rate type name^rate type name...
  1. ; ="" for all-reimburs ins., no fault ins., tort feasor, works' comp.
  1. ;ibeffdt=effective external date (mm/dd/yyyy)
  1. ;ibadfe=administrative fee (ddd.cc)
  1. ;ibdisp=dispensing fee (ddd.cc)
  1. ;ibadjust=adjustment mumps code
  1. D ENT^IB3PSOU(IBRATY,IBEFFDT,IBADFE,IBDISP,IBADJUST)
  1. D MES^XPDUTL("Patch Post-Install is done!")
  1. QUIT
  1. ;