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

IBRCON3.m

Go to the documentation of this file.
  1. IBRCON3 ;ALB/RJS - TOP LEVEL ROUTINE FOR PASSING CONVERTED CHARGES - 4/28/92
  1. ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. START ;
  1. ;***
  1. ;S XRTL=$ZU(0),XRTN="IBRCON3-1" D T0^%ZOSV ;start rt clock
  1. S DIR(0)="SAO^1:P;2:D"
  1. S DIR("A")="Pass converted charges by Patient or by Date (P/D): "
  1. S DIR("?",1)="Converted charges may be passed using Patient name or"
  1. S DIR("?",2)="Date selection criteria. If Patient is selected then"
  1. S DIR("?",3)="all billing actions with a status of 'Converted' will"
  1. S DIR("?",4)="be displayed. The user may then select which actions"
  1. S DIR("?",5)="will be passed to accounts receivable. If Date is"
  1. S DIR("?",6)="selected then all outpatient copay and fee service"
  1. S DIR("?",7)="billing actions that were created within the date"
  1. S DIR("?",8)="range selected (inclusive) and with a status of"
  1. S DIR("?")="'Converted' will be passed to accounts receivable."
  1. D ^DIR
  1. W !
  1. I Y=1 D ^IBRCON1 G END
  1. I Y=2 D ^IBRCON2 G END
  1. END ;
  1. K DIR,Y
  1. ;***
  1. ;I $D(XRT0) S:'$D(XRTN) XRTN="IBRCON3" D T1^%ZOSV ;stop rt clock
  1. Q