INTEGRATED BILLING |
IB needs to use $$ACCK^PRCAAC to determine if a
claim/account is non-accrued. This function will be called at claim look-up
when the user 1st enters the [IB CORRECT REJECTED/DENIED] option (CRD). If it
determines that the claim/account that the user entered is a non-accrued
claim, the user will be told that they cannot use the new CRD option and will
be directed to use the old CLON option [IB COPY AND CANCEL] instead. At
NOPTF^IBCC: NOPTF ; Note if IB364 is >0 it will be used as the ien to
update in file 364
N DA,I
I '$G(IBNOASK) S IBIFN=+$G(Y)
I '$G(IBIFN) G ASK
I IBCAN>1 D NOPTF^IBCB2 I 'IBAC1 D NOPTF1^IBCB2 G ASK
; New messages for CRD option IB*2.0*433
I $G(IBCNCRD)=1,'$$ACCK^PRCAACC(IBIFN) D Q
.W !!,"This option cannot be used to correct some Billing Rate Types
(Example: TRICARE)"
.W "Copy and cancel (CLON) must be used to correct this bill."
.S IBQUIT=1 H 3
;
|