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

IB20P159.m

Go to the documentation of this file.
  1. IB20P159 ;ALB/MR - Diagnostic Measures Updates POST-INIT ;13-JUL-01
  1. ;;2.0;INTEGRATED BILLING;**159**;21-MAR-94
  1. ;
  1. ; - Fix the wrong entry 'BILL PURGE' if necessary. The correct name
  1. ; is 'BILL PURGED'.
  1. I $D(^IBE(356.8,"B","BILL PURGE")) D RNB
  1. ;
  1. Q
  1. ;
  1. RNB ; - Fix the 'BILL PURGE' entry in the RNB file (#356.8)
  1. N IBRNB,DIE,DA,DR,DD,DINUM,Y
  1. ;
  1. D BMES^XPDUTL("Fixing 'BILL PURGED' entry in the RNB file")
  1. ;
  1. S IBRNB=$O(^IBE(356.8,"B","BILL PURGE",""))
  1. I IBRNB S DA=IBRNB,DIE="^IBE(356.8,",DR=".01///BILL PURGED" D ^DIE
  1. ;
  1. Q