IBINI0BU ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(399.4) F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
Q Q
;;^DIC(399.4,0,"GL")
;;=^DGCR(399.4,
;;^DIC("B","MCCR INCONSISTENT DATA ELEMENTS",399.4)
;;=
;;^DIC(399.4,"%D",0)
;;=^^6^6^2940215^^^
;;^DIC(399.4,"%D",1,0)
;;=This file contains a list of all possible reasons why a bill may be
;;^DIC(399.4,"%D",2,0)
;;=disapproved during the review phase of the billing process. Each
;;^DIC(399.4,"%D",3,0)
;;=element in this file corresponds directly to a form locator on the
;;^DIC(399.4,"%D",4,0)
;;=UB-82 form.
;;^DIC(399.4,"%D",5,0)
;;=
;;^DIC(399.4,"%D",6,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(399.4,0)
;;=FIELD^^.01^2
;;^DD(399.4,0,"DDA")
;;=N
;;^DD(399.4,0,"IX","B",399.4,.01)
;;=
;;^DD(399.4,0,"IX","C",399.4,.01)
;;=
;;^DD(399.4,0,"NM","MCCR INCONSISTENT DATA ELEMENTS")
;;=
;;^DD(399.4,0,"PT",399.044,.01)
;;=
;;^DD(399.4,0,"PT",399.045,.01)
;;=
;;^DD(399.4,.001,0)
;;=NUMBER^NJ3,0^^ ^K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(399.4,.001,3)
;;=Enter form locator number which corresponds to this entry on the UB-82 form.
;;^DD(399.4,.001,21,0)
;;=^^2^2^2880901^
;;^DD(399.4,.001,21,1,0)
;;=This number corresponds to the form locator number of this entry on the
;;^DD(399.4,.001,21,2,0)
;;=UB-82 form.
;;^DD(399.4,.01,0)
;;=NAME^RF^^0;1^K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>55!($L(X)<3)!'(X'?1P.E) X
;;^DD(399.4,.01,1,0)
;;=^.1
;;^DD(399.4,.01,1,1,0)
;;=399.4^B
;;^DD(399.4,.01,1,1,1)
;;=S ^DGCR(399.4,"B",$E(X,1,30),DA)=""
;;^DD(399.4,.01,1,1,2)
;;=K ^DGCR(399.4,"B",$E(X,1,30),DA)
;;^DD(399.4,.01,1,2,0)
;;=399.4^C^KWIC
;;^DD(399.4,.01,1,2,1)
;;=S %1=1 F %=1:1:$L(X)+1 S I=$E(X,%) I "(,.?! '-/&:;)"[I S I=$E($E(X,%1,%-1),1,30),%1=%+1 I $L(I)>2,^DD("KWIC")'[I S ^DGCR(399.4,"C",I,DA)=""
;;^DD(399.4,.01,1,2,2)
;;=S %1=1 F %=1:1:$L(X)+1 S I=$E(X,%) I "(,.?! '-/&:;)"[I S I=$E($E(X,%1,%-1),1,30),%1=%+1 I $L(I)>2 K ^DGCR(399.4,"C",I,DA)
;;^DD(399.4,.01,3)
;;=Enter the 3-55 character reason for disapproval.
;;^DD(399.4,.01,21,0)
;;=^^2^2^2880901^
;;^DD(399.4,.01,21,1,0)
;;=This defines a reason why a bill may be disapproved during the review phase
;;^DD(399.4,.01,21,2,0)
;;=of the billing process.
IBINI0BU ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(399.4)
QUIT
FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^DIC(399.4,0,"GL")
+2 ;;=^DGCR(399.4,
+3 ;;^DIC("B","MCCR INCONSISTENT DATA ELEMENTS",399.4)
+4 ;;=
+5 ;;^DIC(399.4,"%D",0)
+6 ;;=^^6^6^2940215^^^
+7 ;;^DIC(399.4,"%D",1,0)
+8 ;;=This file contains a list of all possible reasons why a bill may be
+9 ;;^DIC(399.4,"%D",2,0)
+10 ;;=disapproved during the review phase of the billing process. Each
+11 ;;^DIC(399.4,"%D",3,0)
+12 ;;=element in this file corresponds directly to a form locator on the
+13 ;;^DIC(399.4,"%D",4,0)
+14 ;;=UB-82 form.
+15 ;;^DIC(399.4,"%D",5,0)
+16 ;;=
+17 ;;^DIC(399.4,"%D",6,0)
+18 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+19 ;;^DD(399.4,0)
+20 ;;=FIELD^^.01^2
+21 ;;^DD(399.4,0,"DDA")
+22 ;;=N
+23 ;;^DD(399.4,0,"IX","B",399.4,.01)
+24 ;;=
+25 ;;^DD(399.4,0,"IX","C",399.4,.01)
+26 ;;=
+27 ;;^DD(399.4,0,"NM","MCCR INCONSISTENT DATA ELEMENTS")
+28 ;;=
+29 ;;^DD(399.4,0,"PT",399.044,.01)
+30 ;;=
+31 ;;^DD(399.4,0,"PT",399.045,.01)
+32 ;;=
+33 ;;^DD(399.4,.001,0)
+34 ;;=NUMBER^NJ3,0^^ ^K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
+35 ;;^DD(399.4,.001,3)
+36 ;;=Enter form locator number which corresponds to this entry on the UB-82 form.
+37 ;;^DD(399.4,.001,21,0)
+38 ;;=^^2^2^2880901^
+39 ;;^DD(399.4,.001,21,1,0)
+40 ;;=This number corresponds to the form locator number of this entry on the
+41 ;;^DD(399.4,.001,21,2,0)
+42 ;;=UB-82 form.
+43 ;;^DD(399.4,.01,0)
+44 ;;=NAME^RF^^0;1^K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>55!($L(X)<3)!'(X'?1P.E) X
+45 ;;^DD(399.4,.01,1,0)
+46 ;;=^.1
+47 ;;^DD(399.4,.01,1,1,0)
+48 ;;=399.4^B
+49 ;;^DD(399.4,.01,1,1,1)
+50 ;;=S ^DGCR(399.4,"B",$E(X,1,30),DA)=""
+51 ;;^DD(399.4,.01,1,1,2)
+52 ;;=K ^DGCR(399.4,"B",$E(X,1,30),DA)
+53 ;;^DD(399.4,.01,1,2,0)
+54 ;;=399.4^C^KWIC
+55 ;;^DD(399.4,.01,1,2,1)
+56 ;;=S %1=1 F %=1:1:$L(X)+1 S I=$E(X,%) I "(,.?! '-/&:;)"[I S I=$E($E(X,%1,%-1),1,30),%1=%+1 I $L(I)>2,^DD("KWIC")'[I S ^DGCR(399.4,"C",I,DA)=""
+57 ;;^DD(399.4,.01,1,2,2)
+58 ;;=S %1=1 F %=1:1:$L(X)+1 S I=$E(X,%) I "(,.?! '-/&:;)"[I S I=$E($E(X,%1,%-1),1,30),%1=%+1 I $L(I)>2 K ^DGCR(399.4,"C",I,DA)
+59 ;;^DD(399.4,.01,3)
+60 ;;=Enter the 3-55 character reason for disapproval.
+61 ;;^DD(399.4,.01,21,0)
+62 ;;=^^2^2^2880901^
+63 ;;^DD(399.4,.01,21,1,0)
+64 ;;=This defines a reason why a bill may be disapproved during the review phase
+65 ;;^DD(399.4,.01,21,2,0)
+66 ;;=of the billing process.