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

IB20P413.m

Go to the documentation of this file.
  1. IB20P413 ;ALB/SBW - Pre and Post install APIs ;16 June 2009
  1. ;;2.0;INTEGRATED BILLING;**413**;21-MAR-94;Build 9
  1. ;
  1. DELB ;Delete the existing traditional "B" x-ref which will be updated to be
  1. ;a New Style Index of Regular Type for all 40 characters of the Name
  1. ;(#.01) field in the TYPE OF PLAN (#355.1) file.
  1. N ERRMSG
  1. D BMES^XPDUTL("Traditionl 'B' cross-reference on TYPE OF PLAN (#355.1) file will be removed.")
  1. D DELIX^DDMOD(355.1,.01,1,"K",,"ERRMSG")
  1. I $D(ERRMSG) D
  1. . D BMES^XPDUTL("Error occured when removing Old 'B' cross-reference.")
  1. . D BMES^XPDUTL($G(ERRMSG("DIERR",1,"TEXT",1)))
  1. . D BMES^XPDUTL("Contact National Help Desk for assistances.")
  1. ;
  1. Q
  1. REINDEX ;Re-index 355.1 "B" x-ref. X-ref was updated from being limited
  1. ;to the first 30 characters of the 40 character .01 field to using
  1. ;the entire 40 characters for the x-ref.
  1. ;
  1. ;write message to user about cross-reference re-indexing
  1. D BMES^XPDUTL("New 'B' cross-reference on TYPE OF PLAN (#355.1) file will be re-indexed")
  1. N DIK
  1. S DIK="^IBE(355.1,",DIK(1)=".01^B"
  1. D ENALL^DIK
  1. D BMES^XPDUTL("Re-index completed")
  1. Q