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

FBXIP111.m

Go to the documentation of this file.
  1. FBXIP111 ;ALB/RC -FB*3.5*111 POST INSTALL ROUTINE ; 12/21/09 11:28am
  1. ;;3.5;FEE BASIS;**111**;JAN 30, 1995;Build 17
  1. Q
  1. EN ;pre-install entry point
  1. ;create KIDS checkpoints with call backs
  1. N FBX,Y
  1. S FBX="PRE" D
  1. .S Y=$$NEWCP^XPDUTL(FBX,FBX_"^FBXIP111")
  1. .I 'Y D BMES^XPDUTL("ERROR creating "_FBX_" checkpoint.")
  1. Q
  1. PRE ;begin pre-install
  1. D DEL
  1. Q
  1. DEL ;update entries with the wrong conversion category
  1. D BMES^XPDUTL("Deleting entries in the FEE BASIS MODIFIER TABLE INDEX (#162.98) file.")
  1. N FBTBLNO,FBTBLNM,FBTBLIEN
  1. F FBTBLNO=1:1:359 D
  1. .S FBTBLNM="2009-"_$S($L(FBTBLNO)=1:"00"_FBTBLNO,$L(FBTBLNO)=2:"0"_FBTBLNO,1:FBTBLNO)
  1. .N DA,DIK
  1. .S DIK="^FB(162.98,"
  1. .S DA=$$FIND1^DIC(162.98,,"MX",FBTBLNM)
  1. .I 'DA D BMES^XPDUTL("Modifier Table "_FBTBLNO_" not found, please verify this entry in the FEE BASIS MODIFIER TABLE INDEX file (#162.98).") Q
  1. .D ^DIK K DIK,DA
  1. Q
  1. ;FBXIP111