IBINI0E0 ; ; 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",4157,1,2,0)
;;=The option will automatically queue off a task to add refills and when
;;^UTILITY(U,$J,"OPT",4157,1,3,0)
;;=complete send the requesting user a mail message.
;;^UTILITY(U,$J,"OPT",4157,25)
;;=EN^IBTRKR3
;;^UTILITY(U,$J,"OPT",4157,"U")
;;=MANUALLY ADD RX REFILLS TO CLA
;;^UTILITY(U,$J,"OPT",4158,0)
;;=IBT SUP MANUALLY QUE ENCTRS^Manually Add Opt. Encounters to Claims Tracking^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",4158,1,0)
;;=^^5^5^2940207^^^^
;;^UTILITY(U,$J,"OPT",4158,1,1,0)
;;=This option allows the user to select a date range of outpatient encounters
;;^UTILITY(U,$J,"OPT",4158,1,2,0)
;;=and tries to add them to the Claims tracking module.
;;^UTILITY(U,$J,"OPT",4158,1,3,0)
;;=
;;^UTILITY(U,$J,"OPT",4158,1,4,0)
;;=The option will automatically queue off a task to add encounters and when
;;^UTILITY(U,$J,"OPT",4158,1,5,0)
;;=complete send the requesting user a mail message.
;;^UTILITY(U,$J,"OPT",4158,25)
;;=EN^IBTRKR4
;;^UTILITY(U,$J,"OPT",4158,99)
;;=55776,47507
;;^UTILITY(U,$J,"OPT",4158,"U")
;;=MANUALLY ADD OPT. ENCOUNTERS T
;;^UTILITY(U,$J,"OPT",4160,0)
;;=IBCN INSURANCE MGMT MENU^Patient Insurance Menu^^M^^^^^^^^INSURANCE MANAGEMENT
;;^UTILITY(U,$J,"OPT",4160,1,0)
;;=^^1^1^2931104^^^^
;;^UTILITY(U,$J,"OPT",4160,1,1,0)
;;=This is the main menu to edit, view, and print insurance information.
;;^UTILITY(U,$J,"OPT",4160,10,0)
;;=^19.01PI^7^6
;;^UTILITY(U,$J,"OPT",4160,10,2,0)
;;=4161^EI^3
;;^UTILITY(U,$J,"OPT",4160,10,2,"^")
;;=IBCN INSURANCE CO EDIT
;;^UTILITY(U,$J,"OPT",4160,10,3,0)
;;=4162^PI^1
;;^UTILITY(U,$J,"OPT",4160,10,3,"^")
;;=IBCN PATIENT INSURANCE
;;^UTILITY(U,$J,"OPT",4160,10,4,0)
;;=4163^VP^2
;;^UTILITY(U,$J,"OPT",4160,10,4,"^")
;;=IBCN VIEW PATIENT INSURANCE
;;^UTILITY(U,$J,"OPT",4160,10,5,0)
;;=4164^VI^4
;;^UTILITY(U,$J,"OPT",4160,10,5,"^")
;;=IBCN VIEW INSURANCE CO
;;^UTILITY(U,$J,"OPT",4160,10,6,0)
;;=4187^LC
;;^UTILITY(U,$J,"OPT",4160,10,6,"^")
;;=IBCN LIST INACTIVE INS W/PAT
;;^UTILITY(U,$J,"OPT",4160,10,7,0)
;;=4246^NV
;;^UTILITY(U,$J,"OPT",4160,10,7,"^")
;;=IBCN LIST NEW NOT VER
;;^UTILITY(U,$J,"OPT",4160,99)
;;=55892,49766
;;^UTILITY(U,$J,"OPT",4160,"U")
;;=PATIENT INSURANCE MENU
;;^UTILITY(U,$J,"OPT",4161,0)
;;=IBCN INSURANCE CO EDIT^Insurance Company Entry/Edit^^R^^^^^^^^
;;^UTILITY(U,$J,"OPT",4161,1,0)
;;=^^1^1^2930626^
;;^UTILITY(U,$J,"OPT",4161,1,1,0)
;;=This option allows edit insurance company information
;;^UTILITY(U,$J,"OPT",4161,25)
;;=IBCNSC
;;^UTILITY(U,$J,"OPT",4161,99)
;;=55696,36156
;;^UTILITY(U,$J,"OPT",4161,"U")
;;=INSURANCE COMPANY ENTRY/EDIT
;;^UTILITY(U,$J,"OPT",4162,0)
;;=IBCN PATIENT INSURANCE^Patient Insurance Info View/Edit^^R^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"OPT",4162,1,0)
;;=^^1^1^2930813^^
;;^UTILITY(U,$J,"OPT",4162,1,1,0)
;;=This option allows viewing and editing of patient insurance information.
;;^UTILITY(U,$J,"OPT",4162,25)
;;=IBCNSM4
;;^UTILITY(U,$J,"OPT",4162,"U")
;;=PATIENT INSURANCE INFO VIEW/ED
;;^UTILITY(U,$J,"OPT",4163,0)
;;=IBCN VIEW PATIENT INSURANCE^View Patient Insurance^^R^^^^^^^^INSURANCE MANAGEMENT^^1^1
;;^UTILITY(U,$J,"OPT",4163,1,0)
;;=^^1^1^2930813^
;;^UTILITY(U,$J,"OPT",4163,1,1,0)
;;=This option allows viewing of patient insurance information.
;;^UTILITY(U,$J,"OPT",4163,15)
;;=K IBVIEW
;;^UTILITY(U,$J,"OPT",4163,20)
;;=S IBVIEW=1
;;^UTILITY(U,$J,"OPT",4163,25)
;;=IBCNSM4
;;^UTILITY(U,$J,"OPT",4163,99)
;;=55742,49865
;;^UTILITY(U,$J,"OPT",4163,"U")
;;=VIEW PATIENT INSURANCE
IBINI0E0 ; ; 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",4157,1,2,0)
+2 ;;=The option will automatically queue off a task to add refills and when
+3 ;;^UTILITY(U,$J,"OPT",4157,1,3,0)
+4 ;;=complete send the requesting user a mail message.
+5 ;;^UTILITY(U,$J,"OPT",4157,25)
+6 ;;=EN^IBTRKR3
+7 ;;^UTILITY(U,$J,"OPT",4157,"U")
+8 ;;=MANUALLY ADD RX REFILLS TO CLA
+9 ;;^UTILITY(U,$J,"OPT",4158,0)
+10 ;;=IBT SUP MANUALLY QUE ENCTRS^Manually Add Opt. Encounters to Claims Tracking^^R^^^^^^^^INTEGRATED BILLING
+11 ;;^UTILITY(U,$J,"OPT",4158,1,0)
+12 ;;=^^5^5^2940207^^^^
+13 ;;^UTILITY(U,$J,"OPT",4158,1,1,0)
+14 ;;=This option allows the user to select a date range of outpatient encounters
+15 ;;^UTILITY(U,$J,"OPT",4158,1,2,0)
+16 ;;=and tries to add them to the Claims tracking module.
+17 ;;^UTILITY(U,$J,"OPT",4158,1,3,0)
+18 ;;=
+19 ;;^UTILITY(U,$J,"OPT",4158,1,4,0)
+20 ;;=The option will automatically queue off a task to add encounters and when
+21 ;;^UTILITY(U,$J,"OPT",4158,1,5,0)
+22 ;;=complete send the requesting user a mail message.
+23 ;;^UTILITY(U,$J,"OPT",4158,25)
+24 ;;=EN^IBTRKR4
+25 ;;^UTILITY(U,$J,"OPT",4158,99)
+26 ;;=55776,47507
+27 ;;^UTILITY(U,$J,"OPT",4158,"U")
+28 ;;=MANUALLY ADD OPT. ENCOUNTERS T
+29 ;;^UTILITY(U,$J,"OPT",4160,0)
+30 ;;=IBCN INSURANCE MGMT MENU^Patient Insurance Menu^^M^^^^^^^^INSURANCE MANAGEMENT
+31 ;;^UTILITY(U,$J,"OPT",4160,1,0)
+32 ;;=^^1^1^2931104^^^^
+33 ;;^UTILITY(U,$J,"OPT",4160,1,1,0)
+34 ;;=This is the main menu to edit, view, and print insurance information.
+35 ;;^UTILITY(U,$J,"OPT",4160,10,0)
+36 ;;=^19.01PI^7^6
+37 ;;^UTILITY(U,$J,"OPT",4160,10,2,0)
+38 ;;=4161^EI^3
+39 ;;^UTILITY(U,$J,"OPT",4160,10,2,"^")
+40 ;;=IBCN INSURANCE CO EDIT
+41 ;;^UTILITY(U,$J,"OPT",4160,10,3,0)
+42 ;;=4162^PI^1
+43 ;;^UTILITY(U,$J,"OPT",4160,10,3,"^")
+44 ;;=IBCN PATIENT INSURANCE
+45 ;;^UTILITY(U,$J,"OPT",4160,10,4,0)
+46 ;;=4163^VP^2
+47 ;;^UTILITY(U,$J,"OPT",4160,10,4,"^")
+48 ;;=IBCN VIEW PATIENT INSURANCE
+49 ;;^UTILITY(U,$J,"OPT",4160,10,5,0)
+50 ;;=4164^VI^4
+51 ;;^UTILITY(U,$J,"OPT",4160,10,5,"^")
+52 ;;=IBCN VIEW INSURANCE CO
+53 ;;^UTILITY(U,$J,"OPT",4160,10,6,0)
+54 ;;=4187^LC
+55 ;;^UTILITY(U,$J,"OPT",4160,10,6,"^")
+56 ;;=IBCN LIST INACTIVE INS W/PAT
+57 ;;^UTILITY(U,$J,"OPT",4160,10,7,0)
+58 ;;=4246^NV
+59 ;;^UTILITY(U,$J,"OPT",4160,10,7,"^")
+60 ;;=IBCN LIST NEW NOT VER
+61 ;;^UTILITY(U,$J,"OPT",4160,99)
+62 ;;=55892,49766
+63 ;;^UTILITY(U,$J,"OPT",4160,"U")
+64 ;;=PATIENT INSURANCE MENU
+65 ;;^UTILITY(U,$J,"OPT",4161,0)
+66 ;;=IBCN INSURANCE CO EDIT^Insurance Company Entry/Edit^^R^^^^^^^^
+67 ;;^UTILITY(U,$J,"OPT",4161,1,0)
+68 ;;=^^1^1^2930626^
+69 ;;^UTILITY(U,$J,"OPT",4161,1,1,0)
+70 ;;=This option allows edit insurance company information
+71 ;;^UTILITY(U,$J,"OPT",4161,25)
+72 ;;=IBCNSC
+73 ;;^UTILITY(U,$J,"OPT",4161,99)
+74 ;;=55696,36156
+75 ;;^UTILITY(U,$J,"OPT",4161,"U")
+76 ;;=INSURANCE COMPANY ENTRY/EDIT
+77 ;;^UTILITY(U,$J,"OPT",4162,0)
+78 ;;=IBCN PATIENT INSURANCE^Patient Insurance Info View/Edit^^R^^^^^^^^INTEGRATED BILLING
+79 ;;^UTILITY(U,$J,"OPT",4162,1,0)
+80 ;;=^^1^1^2930813^^
+81 ;;^UTILITY(U,$J,"OPT",4162,1,1,0)
+82 ;;=This option allows viewing and editing of patient insurance information.
+83 ;;^UTILITY(U,$J,"OPT",4162,25)
+84 ;;=IBCNSM4
+85 ;;^UTILITY(U,$J,"OPT",4162,"U")
+86 ;;=PATIENT INSURANCE INFO VIEW/ED
+87 ;;^UTILITY(U,$J,"OPT",4163,0)
+88 ;;=IBCN VIEW PATIENT INSURANCE^View Patient Insurance^^R^^^^^^^^INSURANCE MANAGEMENT^^1^1
+89 ;;^UTILITY(U,$J,"OPT",4163,1,0)
+90 ;;=^^1^1^2930813^
+91 ;;^UTILITY(U,$J,"OPT",4163,1,1,0)
+92 ;;=This option allows viewing of patient insurance information.
+93 ;;^UTILITY(U,$J,"OPT",4163,15)
+94 ;;=K IBVIEW
+95 ;;^UTILITY(U,$J,"OPT",4163,20)
+96 ;;=S IBVIEW=1
+97 ;;^UTILITY(U,$J,"OPT",4163,25)
+98 ;;=IBCNSM4
+99 ;;^UTILITY(U,$J,"OPT",4163,99)
+100 ;;=55742,49865
+101 ;;^UTILITY(U,$J,"OPT",4163,"U")
+102 ;;=VIEW PATIENT INSURANCE