IBINI02P ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(350.9) 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(350.9,3.07,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.07,9)
;;=^
;;^DD(350.9,3.07,21,0)
;;=^^1^1^2930114^
;;^DD(350.9,3.07,21,1,0)
;;=This is the number of patients converted to a non-exempt status.
;;^DD(350.9,3.07,"DT")
;;=2930107
;;^DD(350.9,3.08,0)
;;=COUNT OF EXEMPT BILLS^NJ9,0^^3;8^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(350.9,3.08,.1)
;;=COPAY EXEMPTION TOTAL COUNT OF CANCELED RX CHARGES
;;^DD(350.9,3.08,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.08,9)
;;=^
;;^DD(350.9,3.08,21,0)
;;=^^3^3^2930114^^^
;;^DD(350.9,3.08,21,1,0)
;;=This is the number of Medication Copayment IB Actions that were
;;^DD(350.9,3.08,21,2,0)
;;=issued to patients who's status is exempt from the start of the
;;^DD(350.9,3.08,21,3,0)
;;=exemption legislation to the running of the conversion.
;;^DD(350.9,3.08,"DT")
;;=2930114
;;^DD(350.9,3.09,0)
;;=AMOUNT OF CHARGES CHECKED^NJ9,0^^3;9^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(350.9,3.09,.1)
;;=COPAY EXEMPTION CONVERSION TOTAL CHARGES CHECKED
;;^DD(350.9,3.09,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.09,9)
;;=^
;;^DD(350.9,3.09,21,0)
;;=^^3^3^2930114^^^
;;^DD(350.9,3.09,21,1,0)
;;=This is the total dollar amount of charges checked during the Medication
;;^DD(350.9,3.09,21,2,0)
;;=Copayment Exemption Conversion issued to patients from the start
;;^DD(350.9,3.09,21,3,0)
;;=date of the exemption legislation to the running of the conversion.
;;^DD(350.9,3.09,"DT")
;;=2930107
;;^DD(350.9,3.1,0)
;;=TOTAL EXEMPT DOLLAR AMOUNT^NJ9,0^^3;10^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(350.9,3.1,.1)
;;=COPAY EXEMPTION CONVERSION TOTAL EXEMPTED CHARGES
;;^DD(350.9,3.1,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.1,9)
;;=^
;;^DD(350.9,3.1,21,0)
;;=^^3^3^2930114^
;;^DD(350.9,3.1,21,1,0)
;;=This is the total dollar amount of charges checked during the Medication
;;^DD(350.9,3.1,21,2,0)
;;=Copayment Exemption Conversion issued to Exempt patients from the start
;;^DD(350.9,3.1,21,3,0)
;;=date of the exemption legislation to the running of the conversion.
;;^DD(350.9,3.1,"DT")
;;=2930114
;;^DD(350.9,3.11,0)
;;=AMOUNT OF NON-EXEMPT CHARGES^NJ9,0^^3;11^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(350.9,3.11,.1)
;;=COPAY EXEMPTION CONVERSION TOTAL NON-EXEMPT CHARGES
;;^DD(350.9,3.11,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.11,9)
;;=^
;;^DD(350.9,3.11,21,0)
;;=^^3^3^2930114^
;;^DD(350.9,3.11,21,1,0)
;;=This is the total dollar amount of charges checked during the Medication
;;^DD(350.9,3.11,21,2,0)
;;=Copayment Exemption Conversion issued to Non-Exempt patients from the start
;;^DD(350.9,3.11,21,3,0)
;;=date of the exemption legislation to the running of the conversion.
;;^DD(350.9,3.11,"DT")
;;=2930107
;;^DD(350.9,3.12,0)
;;=AMOUNT OF CANCELED CHARGES^NJ9,0^^3;12^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(350.9,3.12,.1)
;;=COPAY EXEMPTION CONVERSION TOTAL AMOUNT OF CANCELED CHARGES
;;^DD(350.9,3.12,3)
;;=Type a Number between 1 and 999999999, 0 Decimal Digits
;;^DD(350.9,3.12,9)
;;=^
;;^DD(350.9,3.12,21,0)
;;=^^3^3^2930114^
;;^DD(350.9,3.12,21,1,0)
;;=This is the total dollar amount of charges actually canceled during the Medication
;;^DD(350.9,3.12,21,2,0)
;;=Copayment Exemption Conversion issued to Exempt patients from the start
;;^DD(350.9,3.12,21,3,0)
;;=date of the exemption legislation to the running of the conversion.
IBINI02P ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(350.9)
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(350.9,3.07,3)
+2 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+3 ;;^DD(350.9,3.07,9)
+4 ;;=^
+5 ;;^DD(350.9,3.07,21,0)
+6 ;;=^^1^1^2930114^
+7 ;;^DD(350.9,3.07,21,1,0)
+8 ;;=This is the number of patients converted to a non-exempt status.
+9 ;;^DD(350.9,3.07,"DT")
+10 ;;=2930107
+11 ;;^DD(350.9,3.08,0)
+12 ;;=COUNT OF EXEMPT BILLS^NJ9,0^^3;8^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
+13 ;;^DD(350.9,3.08,.1)
+14 ;;=COPAY EXEMPTION TOTAL COUNT OF CANCELED RX CHARGES
+15 ;;^DD(350.9,3.08,3)
+16 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+17 ;;^DD(350.9,3.08,9)
+18 ;;=^
+19 ;;^DD(350.9,3.08,21,0)
+20 ;;=^^3^3^2930114^^^
+21 ;;^DD(350.9,3.08,21,1,0)
+22 ;;=This is the number of Medication Copayment IB Actions that were
+23 ;;^DD(350.9,3.08,21,2,0)
+24 ;;=issued to patients who's status is exempt from the start of the
+25 ;;^DD(350.9,3.08,21,3,0)
+26 ;;=exemption legislation to the running of the conversion.
+27 ;;^DD(350.9,3.08,"DT")
+28 ;;=2930114
+29 ;;^DD(350.9,3.09,0)
+30 ;;=AMOUNT OF CHARGES CHECKED^NJ9,0^^3;9^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
+31 ;;^DD(350.9,3.09,.1)
+32 ;;=COPAY EXEMPTION CONVERSION TOTAL CHARGES CHECKED
+33 ;;^DD(350.9,3.09,3)
+34 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+35 ;;^DD(350.9,3.09,9)
+36 ;;=^
+37 ;;^DD(350.9,3.09,21,0)
+38 ;;=^^3^3^2930114^^^
+39 ;;^DD(350.9,3.09,21,1,0)
+40 ;;=This is the total dollar amount of charges checked during the Medication
+41 ;;^DD(350.9,3.09,21,2,0)
+42 ;;=Copayment Exemption Conversion issued to patients from the start
+43 ;;^DD(350.9,3.09,21,3,0)
+44 ;;=date of the exemption legislation to the running of the conversion.
+45 ;;^DD(350.9,3.09,"DT")
+46 ;;=2930107
+47 ;;^DD(350.9,3.1,0)
+48 ;;=TOTAL EXEMPT DOLLAR AMOUNT^NJ9,0^^3;10^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
+49 ;;^DD(350.9,3.1,.1)
+50 ;;=COPAY EXEMPTION CONVERSION TOTAL EXEMPTED CHARGES
+51 ;;^DD(350.9,3.1,3)
+52 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+53 ;;^DD(350.9,3.1,9)
+54 ;;=^
+55 ;;^DD(350.9,3.1,21,0)
+56 ;;=^^3^3^2930114^
+57 ;;^DD(350.9,3.1,21,1,0)
+58 ;;=This is the total dollar amount of charges checked during the Medication
+59 ;;^DD(350.9,3.1,21,2,0)
+60 ;;=Copayment Exemption Conversion issued to Exempt patients from the start
+61 ;;^DD(350.9,3.1,21,3,0)
+62 ;;=date of the exemption legislation to the running of the conversion.
+63 ;;^DD(350.9,3.1,"DT")
+64 ;;=2930114
+65 ;;^DD(350.9,3.11,0)
+66 ;;=AMOUNT OF NON-EXEMPT CHARGES^NJ9,0^^3;11^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
+67 ;;^DD(350.9,3.11,.1)
+68 ;;=COPAY EXEMPTION CONVERSION TOTAL NON-EXEMPT CHARGES
+69 ;;^DD(350.9,3.11,3)
+70 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+71 ;;^DD(350.9,3.11,9)
+72 ;;=^
+73 ;;^DD(350.9,3.11,21,0)
+74 ;;=^^3^3^2930114^
+75 ;;^DD(350.9,3.11,21,1,0)
+76 ;;=This is the total dollar amount of charges checked during the Medication
+77 ;;^DD(350.9,3.11,21,2,0)
+78 ;;=Copayment Exemption Conversion issued to Non-Exempt patients from the start
+79 ;;^DD(350.9,3.11,21,3,0)
+80 ;;=date of the exemption legislation to the running of the conversion.
+81 ;;^DD(350.9,3.11,"DT")
+82 ;;=2930107
+83 ;;^DD(350.9,3.12,0)
+84 ;;=AMOUNT OF CANCELED CHARGES^NJ9,0^^3;12^K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
+85 ;;^DD(350.9,3.12,.1)
+86 ;;=COPAY EXEMPTION CONVERSION TOTAL AMOUNT OF CANCELED CHARGES
+87 ;;^DD(350.9,3.12,3)
+88 ;;=Type a Number between 1 and 999999999, 0 Decimal Digits
+89 ;;^DD(350.9,3.12,9)
+90 ;;=^
+91 ;;^DD(350.9,3.12,21,0)
+92 ;;=^^3^3^2930114^
+93 ;;^DD(350.9,3.12,21,1,0)
+94 ;;=This is the total dollar amount of charges actually canceled during the Medication
+95 ;;^DD(350.9,3.12,21,2,0)
+96 ;;=Copayment Exemption Conversion issued to Exempt patients from the start
+97 ;;^DD(350.9,3.12,21,3,0)
+98 ;;=date of the exemption legislation to the running of the conversion.