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

IBARXEC0.m

Go to the documentation of this file.
  1. IBARXEC0 ;ALB/AAS - RX COPAY EXEMPTION CONVERSION HELP ; 07-JAN-93
  1. ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. % ;
  1. RESTART ; -- help for restarting the conversion
  1. S DIR(0)="Y",DIR("A")="Show help on Restarting",DIR("B")="NO"
  1. D ^DIR K DIR
  1. I $D(DIRUT) S IBQUIT=1 Q
  1. Q:Y<1
  1. ;
  1. W !!
  1. F I=1:1 S LINE=$P($T(TEXT1+I),";",3) Q:LINE=""!(IBQUIT) W !,LINE I ($Y+5)>IOSL D PAUSE^IBOUTL Q:IBQUIT W @IOF
  1. W !! Q
  1. ;
  1. ;
  1. Q
  1. ;
  1. HELP S DIR(0)="Y",DIR("A")="Do you want to see the help",DIR("B")="NO"
  1. D ^DIR K DIR
  1. I $D(DIRUT) S IBQUIT=1 Q
  1. Q:Y<1
  1. ;
  1. W !!
  1. F I=1:1 S LINE=$P($T(TEXT+I),";",3) Q:LINE=""!(IBQUIT) W !,LINE I ($Y+5)>IOSL D PAUSE^IBOUTL Q:IBQUIT W @IOF
  1. W !! Q
  1. ;
  1. TEXT ;; ;
  1. ;;This routine is the Medication Copayment Exemption
  1. ;;Conversion. It should be started immediately after bringing
  1. ;;your system up after the installation of the Medication
  1. ;;Copayment Exemption Patch. It will not run unless all parts
  1. ;;of the installation have been completed.
  1. ;; ;
  1. ;;Running of this conversion will set up the correct exemption
  1. ;;status for all patients who have received a pharmacy copay
  1. ;;charge since Oct. 30, 1992. For all patients determined to
  1. ;;be exempt it will cancel the charges in Integrated Billing
  1. ;;and then adjust the patient account to remove the copay
  1. ;;charges plus any administrative and interest charges that
  1. ;;may have accumulated on the canceled charges.
  1. ;; ;
  1. ;;In order for this conversion to work correctly you must have
  1. ;;AR version 3.7 installed correctly to do refunds. This
  1. ;;includes setting up an entry in the SERVICE/SECTION file
  1. ;;with the name of 'FISCAL' and a mail symbol of '04'. One
  1. ;;entry in file 411 must be identified as the primary
  1. ;;station. A Common Numbering series for refunds for the
  1. ;;Primary Station, for 'FISCAL' service must be set up.
  1. ;;Make sure that there are sufficient bill numbers available,
  1. ;;you may generate 1000 to 5000 refunds during this conversion
  1. ;;depending on the size of your facility.
  1. ;; ;
  1. ;;This conversion may run for a significant period of time.
  1. ;;It can be run with the users on a live system but should
  1. ;;not be run at peak business hours. It can be
  1. ;;restarted at any time. It will pick up after the patient it
  1. ;;last processed. If you do not queue the conversion,
  1. ;;pressing '^' return will pause the conversion after it finishes
  1. ;;the current patient and display the conversion's current
  1. ;;progress.
  1. ;; ;
  1. ;;After the conversion has completed, there will be a mail
  1. ;;message sent to the pharmacy copay mail group, the
  1. ;;user who started the conversion, and the Albany ISC telling
  1. ;;them the final statistics on the conversion.
  1. ;; ;
  1. ;;There are two reports that will need to be printed after the
  1. ;;conversion has completed. One in Accounts Receivable and one
  1. ;;in Integrated Billing. You should reconcile these reports.
  1. ;;For each patient listed on either report there should be a
  1. ;;matching patient and equal dollar amount shown. The only
  1. ;;exception will be if interest and/or admin charges have been
  1. ;;removed in AR they will not show on the IB report.
  1. ;;
  1. ;;
  1. TEXT1 ;;
  1. ;;This is the current status of the Medication Copayment Exemption
  1. ;;Conversion. It may be restarted at any time. If a second
  1. ;;conversion is started the running conversion will stop at the
  1. ;;conclusion of a patient. This may affect the total counts
  1. ;;kept for quick reports by losing the count of the patient
  1. ;;being processed.
  1. ;; ;
  1. ;;If you are unsure stop now and do a system status. The conversion
  1. ;;routines are all named IBARXEC*. If your system is live, you may
  1. ;;see an intermittent conversion on the fly of a patient who has
  1. ;;not been converted.
  1. ;;