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

FBXIP109.m

Go to the documentation of this file.
  1. FBXIP109 ;ALB/RC-PATCH INSTALL ROUTINE ; 12/29/08 1:54pm
  1. ;;3.5;FEE BASIS;**109**;JAN 30, 1995;Build 10
  1. Q
  1. ;
  1. PS ; post-install entry point
  1. ; create KIDS checkpoints with call backs
  1. N FBX
  1. F FBX="EN" D
  1. . S Y=$$NEWCP^XPDUTL(FBX,FBX_"^FBXIP109")
  1. . I 'Y D BMES^XPDUTL("ERROR Creating "_FBX_" Checkpoint.")
  1. Q
  1. ;
  1. EN ; Begin Post-Install
  1. D CF ;Add Conv factors
  1. D POV ;Update Place of Visit
  1. Q
  1. CF ; add conversion factors for calendar year 2009 RBRVS fee schedule
  1. ; File 162.99 is being updated in the post install because the Fee
  1. ; Basis software examines this file to determine the latest available
  1. ; fee schedule. By doing this at the end of the patch installation,
  1. ; users can continue to use the payment options during the install.
  1. D BMES^XPDUTL(" Filing conversion factor for RBRVS 2009 fee schedule.")
  1. N DD,DO,DA,DIE,DR,X,Y
  1. S DA(1)=0 F S DA(1)=$O(^FB(162.99,DA(1))) Q:'DA(1) D
  1. . S DA=$O(^FB(162.99,DA(1),"CY","B",2009,0))
  1. . I DA'>0 D Q:DA'>0
  1. . . S DIC="^FB(162.99,"_DA(1)_",""CY"",",DIC(0)="L",DIC("P")="162.991A",DLAYGO=162.991
  1. . . S X=2009
  1. . . K DD,DO D FILE^DICN
  1. . . K DIC,DLAYGO
  1. . . S DA=+Y
  1. . ;
  1. . S DIE="^FB(162.99,"_DA(1)_",""CY"","
  1. . S DR=".02///"_$S(DA(1)=1:20.9150,1:36.0666)
  1. . D ^DIE
  1. Q
  1. POV ;Update Place of Visit
  1. ;
  1. ;Add 67,68,69,56
  1. D BMES^XPDUTL("Updating Place of Visit entries in the FEE BASIS PURPOSE OF VISIT file (#161.82)")
  1. N FBCNT,X,NEWENTRY,NEWCODE,NEWPOV,POVCHECK
  1. F FBCNT=1:1 S NEWENTRY=$P($T(NEWTABLE+FBCNT),";;",2) Q:NEWENTRY="EXIT" D
  1. .S NEWPOV=$P(NEWENTRY,"^",1),NEWCODE=$P(NEWENTRY,"^",2)
  1. .S POVCHECK=$O(^FBAA(161.82,"C",NEWCODE,"")) D
  1. ..I POVCHECK D BMES^XPDUTL("Code: "_NEWCODE_" already exists, please verify this entry in the FEE BASIS PURPOSE OF VISIT file (#161.82).") Q
  1. ..N DIC,DA,DR,DLAYGO,DINUM
  1. ..S DIC="^FBAA(161.82,",DIC(0)="L",DLAYGO=161.82
  1. ..S X=NEWPOV,DIC("DR")="3///^S X=NEWCODE",DINUM=NEWCODE
  1. ..K DD,D0 D FILE^DICN K DIC,DA,DLAYGO
  1. ;Inactivate POV 20
  1. N DA,DIE,DR
  1. S DA=$O(^FBAA(161.82,"B","CLASS IIr DENTAL TREATMENT",""))
  1. S DIE="^FBAA(161.82,",DR="4///01/01/09"
  1. D
  1. .I DA D ^DIE Q
  1. .D BMES^XPDUTL("Purpose of Visit 20, ""CLASS IIr DENTAL TREATMENT"", does not exist.")
  1. Q
  1. NEWTABLE ;New POVs
  1. ;;Dialysis^56
  1. ;;Outpatient Maternity Care Services^67
  1. ;;Bowel and Bladder care: Agency^68
  1. ;;Bowel and Bladder care: Family caregiver^69
  1. ;;EXIT
  1. ;FBXIP109