Ignore:
Timestamp:
Dec 4, 2009, 8:26:01 PM (14 years ago)
Author:
George Lilly
Message:

WorldVistAEHR overlayed on FOIAVistA

Location:
FOIAVistA/tag/r
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • FOIAVistA/tag/r/INTEGRATED_BILLING-IB-PRQ--IBD--IBQ--PRQS/IBCEMCA2.m

    r628 r636  
    11IBCEMCA2 ;ALB/ESG - Multiple CSA Message Management - Actions ;20-SEP-2005
    2  ;;2.0;INTEGRATED BILLING;**320,377**;21-MAR-1994;Build 23
    3  ;;Per VHA Directive 2004-038, this routine should not be modified.
     2 ;;2.0;INTEGRATED BILLING;**320**;21-MAR-1994
     3 ;;Per VHA Directive 10-93-142, this routine should not be modified.
    44 ;
    55 Q
     
    77CANCEL ; mass claim cancel
    88 NEW NS,IBIFN,NSC,DIR,X,Y,DUOUT,DTOUT,DIRUT,DIROUT,IBDA,IB364,DISP,IBCE
    9  NEW IBMCSRSC,IBMCSRNB,IBMCSCNT,IBMCSTOT,IBMCSTOP,IBMCSCAN,MRACHK,IBCAN,IBMCSCAC
     9 NEW IBMCSRSC,IBMCSRNB,IBMCSCNT,IBMCSTOT,IBMCSTOP,IBMCSCAN,MRACHK,IBCAN
    1010 D FULL^VALM1
    1111 ;
     
    2828 W !!,"In order to cancel "
    2929 W $S(NSC=1:"this claim",1:"these claims")
    30  W ", a Reason Cancelled and a Reason Not Billable"
    31  W !,"are required.  You may also provide an optional CT Additional Comment."
    32  W !,"These will be used as the default responses for "
     30 W ", you must supply the Reason Cancelled and"
     31 W !,"the Reason Not Billable.  These will be the default responses for "
    3332 W $S(NSC=1:"this claim",1:"all claims")
    3433 W "."
     
    5150 I $D(DIRUT) G CANCELX
    5251 M IBMCSRNB=Y           ; save the reason not billable code/desc
    53  ;
    54 CANQ3 ; reader call for the Claims Tracking Additional Comment field
    55  W !
    56  S DIR(0)="356,1.08O"
    57  S DIR("A")="CT Additional Comment"
    58  D ^DIR K DIR
    59  I $D(DIRUT) G CANCELX
    60  M IBMCSCAC=Y
    6152 ;
    6253 W !
Note: See TracChangeset for help on using the changeset viewer.