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

IBYPPH.m

Go to the documentation of this file.
  1. IBYPPH ;ALB/ARH - IB*2*169 POST INIT: REASONABLE CHARGES V1.3 ; 01/06/02
  1. ;;2.0;INTEGRATED BILLING;**169**;21-MAR-94
  1. ;
  1. Q
  1. POST ;
  1. N IBA
  1. S IBA(1)="",IBA(2)=" IB*2*169 Post-Install .....",IBA(3)="" D MES^XPDUTL(.IBA) K IBA
  1. ;
  1. D RVD^IBYPPH2 ; delete existing Revenue Code - CPT Links (#363.33)
  1. D RVL^IBYPPH2 ; add new/updated Revenue Code - CPT Links (#363.33)
  1. ;
  1. D CHGINA^IBYPPH1("") ; inactivate all RC charges in #363.2
  1. ;
  1. D CSEMPTY ; delete Charge Sets with no charges assigned
  1. ;
  1. S IBA(1)="",IBA(2)=" IB*2*169 Post-Install Complete",IBA(3)="" D MES^XPDUTL(.IBA) K IBA
  1. Q
  1. ;
  1. ;
  1. CSEMPTY ; delete Charges Sets with no Charges assigned
  1. N IBA,IBCNT S IBCNT=0
  1. S IBA(1)="",IBA(2)=" >> Removing Charges Sets that have no Charges Assigned..." D MES^XPDUTL(.IBA) K IBA
  1. ;
  1. S IBCNT=$$CSEMPTY^IBCRED() ; delete Charge Sets that have no charges
  1. ;
  1. S IBA(1)=" Done. "_IBCNT_" Charges Sets Removed." D MES^XPDUTL(.IBA) K IBA
  1. Q