IBINI041 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(354.3) 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
;;^DD(354.3,.02,21,2,0)
;;=
;;^DD(354.3,.02,21,3,0)
;;=The Medication Copayment exemption based on income uses the
;;^DD(354.3,.02,21,4,0)
;;=Pension plus A&A threshold for income.
;;^DD(354.3,.02,21,5,0)
;;=Income threshold is used to determine patients who require
;;^DD(354.3,.02,21,6,0)
;;=adjudication.
;;^DD(354.3,.02,22)
;;=
;;^DD(354.3,.02,"DT")
;;=2930319
;;^DD(354.3,.03,0)
;;=BASE RATE FOR VETERAN^RNJ10,2^^0;3^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.03,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.03,21,0)
;;=^^1^1^2921209^
;;^DD(354.3,.03,21,1,0)
;;=This is the rate for a single veteran.
;;^DD(354.3,.03,"DT")
;;=2930405
;;^DD(354.3,.04,0)
;;=BASE RATE WITH 1 DEPENDENT^RNJ10,2^^0;4^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.04,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.04,21,0)
;;=^^1^1^2930120^^^^
;;^DD(354.3,.04,21,1,0)
;;=This is the amount for the Veteran with 1 Dependent.
;;^DD(354.3,.04,"DT")
;;=2930405
;;^DD(354.3,.05,0)
;;=BASE RATE WITH 2 DEPENDENTS^NJ10,2^^0;5^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.05,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.05,21,0)
;;=^^3^3^2930430^^^
;;^DD(354.3,.05,21,1,0)
;;=This is the amount for the Veteran with 2 Dependents. If this rate
;;^DD(354.3,.05,21,2,0)
;;=is the same as the rate for Veteran with 1 dependent plus an additional
;;^DD(354.3,.05,21,3,0)
;;=dependent amount, it can be left null and computed.
;;^DD(354.3,.06,0)
;;=BASE RATE WITH 3 DEPENDENTS^NJ10,2^^0;6^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.06,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.06,21,0)
;;=^^3^3^2930430^^^
;;^DD(354.3,.06,21,1,0)
;;=This is the amount for the Veteran with 3 Dependents. If this rate
;;^DD(354.3,.06,21,2,0)
;;=is the same as the rate for Veteran with 1 dependent plus an additional
;;^DD(354.3,.06,21,3,0)
;;=dependent amount for each dependent, it can be left null and computed.
;;^DD(354.3,.07,0)
;;=BASE RATE WITH 4 DEPENDENTS^NJ10,2^^0;7^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.07,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.07,21,0)
;;=^^3^3^2930430^^
;;^DD(354.3,.07,21,1,0)
;;=This is the amount for the Veteran with 4 Dependents. If this rate
;;^DD(354.3,.07,21,2,0)
;;=is the same as the rate for Veteran with 1 dependent plus an additional
;;^DD(354.3,.07,21,3,0)
;;=dependent amount for each dependent, it can be left null and computed.
;;^DD(354.3,.08,0)
;;=BASE RATE WITH 5 DEPENDENTS^NJ10,2^^0;8^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.08,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.08,21,0)
;;=^^3^3^2930430^^
;;^DD(354.3,.08,21,1,0)
;;=This is the amount for the Veteran with 5 Dependents. If this rate
;;^DD(354.3,.08,21,2,0)
;;=is the same as the rate for Veteran with 1 dependent plus an additional
;;^DD(354.3,.08,21,3,0)
;;=dependent amount for each dependent, it can be left null and computed.
;;^DD(354.3,.08,"DT")
;;=2930120
;;^DD(354.3,.09,0)
;;=BASE RATE WITH 6 DEPENDENTS^NJ10,2^^0;9^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
;;^DD(354.3,.09,3)
;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
;;^DD(354.3,.09,21,0)
;;=^^3^3^2930430^^
IBINI041 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(354.3)
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 ;;^DD(354.3,.02,21,2,0)
+2 ;;=
+3 ;;^DD(354.3,.02,21,3,0)
+4 ;;=The Medication Copayment exemption based on income uses the
+5 ;;^DD(354.3,.02,21,4,0)
+6 ;;=Pension plus A&A threshold for income.
+7 ;;^DD(354.3,.02,21,5,0)
+8 ;;=Income threshold is used to determine patients who require
+9 ;;^DD(354.3,.02,21,6,0)
+10 ;;=adjudication.
+11 ;;^DD(354.3,.02,22)
+12 ;;=
+13 ;;^DD(354.3,.02,"DT")
+14 ;;=2930319
+15 ;;^DD(354.3,.03,0)
+16 ;;=BASE RATE FOR VETERAN^RNJ10,2^^0;3^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+17 ;;^DD(354.3,.03,3)
+18 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+19 ;;^DD(354.3,.03,21,0)
+20 ;;=^^1^1^2921209^
+21 ;;^DD(354.3,.03,21,1,0)
+22 ;;=This is the rate for a single veteran.
+23 ;;^DD(354.3,.03,"DT")
+24 ;;=2930405
+25 ;;^DD(354.3,.04,0)
+26 ;;=BASE RATE WITH 1 DEPENDENT^RNJ10,2^^0;4^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+27 ;;^DD(354.3,.04,3)
+28 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+29 ;;^DD(354.3,.04,21,0)
+30 ;;=^^1^1^2930120^^^^
+31 ;;^DD(354.3,.04,21,1,0)
+32 ;;=This is the amount for the Veteran with 1 Dependent.
+33 ;;^DD(354.3,.04,"DT")
+34 ;;=2930405
+35 ;;^DD(354.3,.05,0)
+36 ;;=BASE RATE WITH 2 DEPENDENTS^NJ10,2^^0;5^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+37 ;;^DD(354.3,.05,3)
+38 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+39 ;;^DD(354.3,.05,21,0)
+40 ;;=^^3^3^2930430^^^
+41 ;;^DD(354.3,.05,21,1,0)
+42 ;;=This is the amount for the Veteran with 2 Dependents. If this rate
+43 ;;^DD(354.3,.05,21,2,0)
+44 ;;=is the same as the rate for Veteran with 1 dependent plus an additional
+45 ;;^DD(354.3,.05,21,3,0)
+46 ;;=dependent amount, it can be left null and computed.
+47 ;;^DD(354.3,.06,0)
+48 ;;=BASE RATE WITH 3 DEPENDENTS^NJ10,2^^0;6^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+49 ;;^DD(354.3,.06,3)
+50 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+51 ;;^DD(354.3,.06,21,0)
+52 ;;=^^3^3^2930430^^^
+53 ;;^DD(354.3,.06,21,1,0)
+54 ;;=This is the amount for the Veteran with 3 Dependents. If this rate
+55 ;;^DD(354.3,.06,21,2,0)
+56 ;;=is the same as the rate for Veteran with 1 dependent plus an additional
+57 ;;^DD(354.3,.06,21,3,0)
+58 ;;=dependent amount for each dependent, it can be left null and computed.
+59 ;;^DD(354.3,.07,0)
+60 ;;=BASE RATE WITH 4 DEPENDENTS^NJ10,2^^0;7^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+61 ;;^DD(354.3,.07,3)
+62 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+63 ;;^DD(354.3,.07,21,0)
+64 ;;=^^3^3^2930430^^
+65 ;;^DD(354.3,.07,21,1,0)
+66 ;;=This is the amount for the Veteran with 4 Dependents. If this rate
+67 ;;^DD(354.3,.07,21,2,0)
+68 ;;=is the same as the rate for Veteran with 1 dependent plus an additional
+69 ;;^DD(354.3,.07,21,3,0)
+70 ;;=dependent amount for each dependent, it can be left null and computed.
+71 ;;^DD(354.3,.08,0)
+72 ;;=BASE RATE WITH 5 DEPENDENTS^NJ10,2^^0;8^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+73 ;;^DD(354.3,.08,3)
+74 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+75 ;;^DD(354.3,.08,21,0)
+76 ;;=^^3^3^2930430^^
+77 ;;^DD(354.3,.08,21,1,0)
+78 ;;=This is the amount for the Veteran with 5 Dependents. If this rate
+79 ;;^DD(354.3,.08,21,2,0)
+80 ;;=is the same as the rate for Veteran with 1 dependent plus an additional
+81 ;;^DD(354.3,.08,21,3,0)
+82 ;;=dependent amount for each dependent, it can be left null and computed.
+83 ;;^DD(354.3,.08,"DT")
+84 ;;=2930120
+85 ;;^DD(354.3,.09,0)
+86 ;;=BASE RATE WITH 6 DEPENDENTS^NJ10,2^^0;9^S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>9999999)!(X<0) X
+87 ;;^DD(354.3,.09,3)
+88 ;;=Type a Dollar Amount between 0 and 9999999, 2 Decimal Digits
+89 ;;^DD(354.3,.09,21,0)
+90 ;;=^^3^3^2930430^^