IBINI0E1 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
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
;;^UTILITY(U,$J,"OPT",4164,0)
;;=IBCN VIEW INSURANCE CO^View Insurance Company^^R^^^^^^^^INSURANCE MANAGEMENT^^1^1
;;^UTILITY(U,$J,"OPT",4164,1,0)
;;=^^1^1^2930813^
;;^UTILITY(U,$J,"OPT",4164,1,1,0)
;;=This option allows viewing of insurance company information.
;;^UTILITY(U,$J,"OPT",4164,15)
;;=K IBVIEW
;;^UTILITY(U,$J,"OPT",4164,20)
;;=S IBVIEW=1
;;^UTILITY(U,$J,"OPT",4164,25)
;;=IBCNSC
;;^UTILITY(U,$J,"OPT",4164,99)
;;=55742,46974
;;^UTILITY(U,$J,"OPT",4164,"U")
;;=VIEW INSURANCE COMPANY
;;^UTILITY(U,$J,"OPT",4165,0)
;;=IBCN VIEW INSURANCE DATA^View Insurance Management Menu^^M^^^^^^^^INSURANCE MANAGEMENT
;;^UTILITY(U,$J,"OPT",4165,1,0)
;;=^^2^2^2940311^^^
;;^UTILITY(U,$J,"OPT",4165,1,1,0)
;;=This menu contains the view option to Patient Insurance and Insurance
;;^UTILITY(U,$J,"OPT",4165,1,2,0)
;;=Company information.
;;^UTILITY(U,$J,"OPT",4165,10,0)
;;=^19.01PI^2^2
;;^UTILITY(U,$J,"OPT",4165,10,1,0)
;;=4164^IC
;;^UTILITY(U,$J,"OPT",4165,10,1,"^")
;;=IBCN VIEW INSURANCE CO
;;^UTILITY(U,$J,"OPT",4165,10,2,0)
;;=4163^PI
;;^UTILITY(U,$J,"OPT",4165,10,2,"^")
;;=IBCN VIEW PATIENT INSURANCE
;;^UTILITY(U,$J,"OPT",4165,99)
;;=55825,69300
;;^UTILITY(U,$J,"OPT",4165,"U")
;;=VIEW INSURANCE MANAGEMENT MENU
;;^UTILITY(U,$J,"OPT",4166,0)
;;=IB OUTPUT AUTO BILLER^Print Auto Biller Results^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",4166,1,0)
;;=^^1^1^2940207^^^^
;;^UTILITY(U,$J,"OPT",4166,1,1,0)
;;=Prints the list of bills and comments resulting from the Automated Biller.
;;^UTILITY(U,$J,"OPT",4166,25)
;;=PRINT^IBCDE
;;^UTILITY(U,$J,"OPT",4166,"U")
;;=PRINT AUTO BILLER RESULTS
;;^UTILITY(U,$J,"OPT",4167,0)
;;=IBT EDIT IR TRACKING ENTRY^Claims Tracking Edit^^A^^^^^^^^INTEGRATED BILLING^^1
;;^UTILITY(U,$J,"OPT",4167,1,0)
;;=^^3^3^2930627^
;;^UTILITY(U,$J,"OPT",4167,1,1,0)
;;=This option allows enter/editing of Claims Tracking Entries. Data
;;^UTILITY(U,$J,"OPT",4167,1,2,0)
;;=associated with a CT entry may affect if or how it is billed and the
;;^UTILITY(U,$J,"OPT",4167,1,3,0)
;;=types of reviews that may be or must be entered.
;;^UTILITY(U,$J,"OPT",4167,20)
;;=S IBTRPRF=2 D ^IBTRE K IBTRPRF
;;^UTILITY(U,$J,"OPT",4167,"U")
;;=CLAIMS TRACKING EDIT
;;^UTILITY(U,$J,"OPT",4168,0)
;;=IBT EDIT HR TRACKING ENTRY^Claims Tracking Edit^^A^^^^^^^^INTEGRATED BILLING^^1
;;^UTILITY(U,$J,"OPT",4168,1,0)
;;=^^3^3^2930907^^
;;^UTILITY(U,$J,"OPT",4168,1,1,0)
;;=This option allows enter/editing of Claims Tracking Entries. Data
;;^UTILITY(U,$J,"OPT",4168,1,2,0)
;;=associated with a CT entry may affect if or how it is billed and the
;;^UTILITY(U,$J,"OPT",4168,1,3,0)
;;=types of reviews that may be or must be entered.
;;^UTILITY(U,$J,"OPT",4168,20)
;;=S IBTRPRF=1 D ^IBTRE K IBTRPRF
;;^UTILITY(U,$J,"OPT",4168,"U")
;;=CLAIMS TRACKING EDIT
;;^UTILITY(U,$J,"OPT",4169,0)
;;=IB AUTO BILLER PARAMS^Enter/Edit Automated Billing Parameters^^R^^^^^^^^
;;^UTILITY(U,$J,"OPT",4169,1,0)
;;=^^1^1^2930907^
;;^UTILITY(U,$J,"OPT",4169,1,1,0)
;;=Enter and edit the parameters controlling Automated Billing.
;;^UTILITY(U,$J,"OPT",4169,25)
;;=EDIT^IBCDE
;;^UTILITY(U,$J,"OPT",4169,"U")
;;=ENTER/EDIT AUTOMATED BILLING P
;;^UTILITY(U,$J,"OPT",4170,0)
;;=IB OUTPUT RANK CARRIERS^Rank Insurance Carriers By Amount Billed^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",4170,1,0)
;;=^^14^14^2930908^^^^
;;^UTILITY(U,$J,"OPT",4170,1,1,0)
;;=This option is used to generate a listing of insurance carriers ranked
;;^UTILITY(U,$J,"OPT",4170,1,2,0)
;;=by the total amount billed. The user may specify a date range from
IBINI0E1 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 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 ;;^UTILITY(U,$J,"OPT",4164,0)
+2 ;;=IBCN VIEW INSURANCE CO^View Insurance Company^^R^^^^^^^^INSURANCE MANAGEMENT^^1^1
+3 ;;^UTILITY(U,$J,"OPT",4164,1,0)
+4 ;;=^^1^1^2930813^
+5 ;;^UTILITY(U,$J,"OPT",4164,1,1,0)
+6 ;;=This option allows viewing of insurance company information.
+7 ;;^UTILITY(U,$J,"OPT",4164,15)
+8 ;;=K IBVIEW
+9 ;;^UTILITY(U,$J,"OPT",4164,20)
+10 ;;=S IBVIEW=1
+11 ;;^UTILITY(U,$J,"OPT",4164,25)
+12 ;;=IBCNSC
+13 ;;^UTILITY(U,$J,"OPT",4164,99)
+14 ;;=55742,46974
+15 ;;^UTILITY(U,$J,"OPT",4164,"U")
+16 ;;=VIEW INSURANCE COMPANY
+17 ;;^UTILITY(U,$J,"OPT",4165,0)
+18 ;;=IBCN VIEW INSURANCE DATA^View Insurance Management Menu^^M^^^^^^^^INSURANCE MANAGEMENT
+19 ;;^UTILITY(U,$J,"OPT",4165,1,0)
+20 ;;=^^2^2^2940311^^^
+21 ;;^UTILITY(U,$J,"OPT",4165,1,1,0)
+22 ;;=This menu contains the view option to Patient Insurance and Insurance
+23 ;;^UTILITY(U,$J,"OPT",4165,1,2,0)
+24 ;;=Company information.
+25 ;;^UTILITY(U,$J,"OPT",4165,10,0)
+26 ;;=^19.01PI^2^2
+27 ;;^UTILITY(U,$J,"OPT",4165,10,1,0)
+28 ;;=4164^IC
+29 ;;^UTILITY(U,$J,"OPT",4165,10,1,"^")
+30 ;;=IBCN VIEW INSURANCE CO
+31 ;;^UTILITY(U,$J,"OPT",4165,10,2,0)
+32 ;;=4163^PI
+33 ;;^UTILITY(U,$J,"OPT",4165,10,2,"^")
+34 ;;=IBCN VIEW PATIENT INSURANCE
+35 ;;^UTILITY(U,$J,"OPT",4165,99)
+36 ;;=55825,69300
+37 ;;^UTILITY(U,$J,"OPT",4165,"U")
+38 ;;=VIEW INSURANCE MANAGEMENT MENU
+39 ;;^UTILITY(U,$J,"OPT",4166,0)
+40 ;;=IB OUTPUT AUTO BILLER^Print Auto Biller Results^^R^^^^^^^^INTEGRATED BILLING
+41 ;;^UTILITY(U,$J,"OPT",4166,1,0)
+42 ;;=^^1^1^2940207^^^^
+43 ;;^UTILITY(U,$J,"OPT",4166,1,1,0)
+44 ;;=Prints the list of bills and comments resulting from the Automated Biller.
+45 ;;^UTILITY(U,$J,"OPT",4166,25)
+46 ;;=PRINT^IBCDE
+47 ;;^UTILITY(U,$J,"OPT",4166,"U")
+48 ;;=PRINT AUTO BILLER RESULTS
+49 ;;^UTILITY(U,$J,"OPT",4167,0)
+50 ;;=IBT EDIT IR TRACKING ENTRY^Claims Tracking Edit^^A^^^^^^^^INTEGRATED BILLING^^1
+51 ;;^UTILITY(U,$J,"OPT",4167,1,0)
+52 ;;=^^3^3^2930627^
+53 ;;^UTILITY(U,$J,"OPT",4167,1,1,0)
+54 ;;=This option allows enter/editing of Claims Tracking Entries. Data
+55 ;;^UTILITY(U,$J,"OPT",4167,1,2,0)
+56 ;;=associated with a CT entry may affect if or how it is billed and the
+57 ;;^UTILITY(U,$J,"OPT",4167,1,3,0)
+58 ;;=types of reviews that may be or must be entered.
+59 ;;^UTILITY(U,$J,"OPT",4167,20)
+60 ;;=S IBTRPRF=2 D ^IBTRE K IBTRPRF
+61 ;;^UTILITY(U,$J,"OPT",4167,"U")
+62 ;;=CLAIMS TRACKING EDIT
+63 ;;^UTILITY(U,$J,"OPT",4168,0)
+64 ;;=IBT EDIT HR TRACKING ENTRY^Claims Tracking Edit^^A^^^^^^^^INTEGRATED BILLING^^1
+65 ;;^UTILITY(U,$J,"OPT",4168,1,0)
+66 ;;=^^3^3^2930907^^
+67 ;;^UTILITY(U,$J,"OPT",4168,1,1,0)
+68 ;;=This option allows enter/editing of Claims Tracking Entries. Data
+69 ;;^UTILITY(U,$J,"OPT",4168,1,2,0)
+70 ;;=associated with a CT entry may affect if or how it is billed and the
+71 ;;^UTILITY(U,$J,"OPT",4168,1,3,0)
+72 ;;=types of reviews that may be or must be entered.
+73 ;;^UTILITY(U,$J,"OPT",4168,20)
+74 ;;=S IBTRPRF=1 D ^IBTRE K IBTRPRF
+75 ;;^UTILITY(U,$J,"OPT",4168,"U")
+76 ;;=CLAIMS TRACKING EDIT
+77 ;;^UTILITY(U,$J,"OPT",4169,0)
+78 ;;=IB AUTO BILLER PARAMS^Enter/Edit Automated Billing Parameters^^R^^^^^^^^
+79 ;;^UTILITY(U,$J,"OPT",4169,1,0)
+80 ;;=^^1^1^2930907^
+81 ;;^UTILITY(U,$J,"OPT",4169,1,1,0)
+82 ;;=Enter and edit the parameters controlling Automated Billing.
+83 ;;^UTILITY(U,$J,"OPT",4169,25)
+84 ;;=EDIT^IBCDE
+85 ;;^UTILITY(U,$J,"OPT",4169,"U")
+86 ;;=ENTER/EDIT AUTOMATED BILLING P
+87 ;;^UTILITY(U,$J,"OPT",4170,0)
+88 ;;=IB OUTPUT RANK CARRIERS^Rank Insurance Carriers By Amount Billed^^R^^^^^^^^INTEGRATED BILLING
+89 ;;^UTILITY(U,$J,"OPT",4170,1,0)
+90 ;;=^^14^14^2930908^^^^
+91 ;;^UTILITY(U,$J,"OPT",4170,1,1,0)
+92 ;;=This option is used to generate a listing of insurance carriers ranked
+93 ;;^UTILITY(U,$J,"OPT",4170,1,2,0)
+94 ;;=by the total amount billed. The user may specify a date range from