IBONI011 ; ; 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,"PRO",824,1,1,0)
;;=Allows the user to exit the system without quitting through the hierarchy of
;;^UTILITY(U,$J,"PRO",824,1,2,0)
;;=screens, or the user can exit to the previous screen.
;;^UTILITY(U,$J,"PRO",824,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",824,2,1,0)
;;=EX
;;^UTILITY(U,$J,"PRO",824,2,"B","EX",1)
;;=
;;^UTILITY(U,$J,"PRO",824,10,0)
;;=^101.01PA^0^0
;;^UTILITY(U,$J,"PRO",824,20)
;;=D FASTEXIT^IBDFU3
;;^UTILITY(U,$J,"PRO",824,99)
;;=55852,54047
;;^UTILITY(U,$J,"PRO",825,0)
;;=IBDF EDIT HEADER BLOCK^Form Header^^A^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"PRO",825,1,0)
;;=^^1^1^2930211^
;;^UTILITY(U,$J,"PRO",825,1,1,0)
;;=Allows the form header to be edited
;;^UTILITY(U,$J,"PRO",825,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",825,2,1,0)
;;=FH
;;^UTILITY(U,$J,"PRO",825,2,"B","FH",1)
;;=
;;^UTILITY(U,$J,"PRO",825,20)
;;=D EDITHDR^IBDF9C
;;^UTILITY(U,$J,"PRO",825,99)
;;=55852,54045
;;^UTILITY(U,$J,"PRO",826,0)
;;=IBDF PRINT SAMPLE FORM^Print Sample Form^^A^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"PRO",826,1,0)
;;=^^1^1^2930915^^^
;;^UTILITY(U,$J,"PRO",826,1,1,0)
;;=Allows a sample form, without patient information, to be printed.
;;^UTILITY(U,$J,"PRO",826,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",826,2,1,0)
;;=PF
;;^UTILITY(U,$J,"PRO",826,2,"B","PF",1)
;;=
;;^UTILITY(U,$J,"PRO",826,15)
;;=
;;^UTILITY(U,$J,"PRO",826,20)
;;=D PRINT^IBDF1C
;;^UTILITY(U,$J,"PRO",826,99)
;;=55852,54049
;;^UTILITY(U,$J,"PRO",827,0)
;;=IBDF DELETE FORM^Delete Unused Form^^A^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"PRO",827,1,0)
;;=^^6^6^2930224^
;;^UTILITY(U,$J,"PRO",827,1,1,0)
;;=
;;^UTILITY(U,$J,"PRO",827,1,2,0)
;;=Allows the user to delete a form. Deletion is not allowed if the form is
;;^UTILITY(U,$J,"PRO",827,1,3,0)
;;=in use by any clinic. In that case the form must first be deleted from the
;;^UTILITY(U,$J,"PRO",827,1,4,0)
;;=clinic setup, and then actually deleted using this action. This two step
;;^UTILITY(U,$J,"PRO",827,1,5,0)
;;=process is used to be on the safe side, since a form may be in use by more
;;^UTILITY(U,$J,"PRO",827,1,6,0)
;;=than one clinic.
;;^UTILITY(U,$J,"PRO",827,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",827,2,1,0)
;;=DF
;;^UTILITY(U,$J,"PRO",827,2,"B","DF",1)
;;=
;;^UTILITY(U,$J,"PRO",827,20)
;;=D DELFORM^IBDF6A
;;^UTILITY(U,$J,"PRO",827,99)
;;=55852,54043
;;^UTILITY(U,$J,"PRO",828,0)
;;=IBDF CREATE EMPTY BLOCK^New Block^^A^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"PRO",828,1,0)
;;=^^2^2^2930322^
;;^UTILITY(U,$J,"PRO",828,1,1,0)
;;=
;;^UTILITY(U,$J,"PRO",828,1,2,0)
;;=Allows the user to add a new empty block to the form.
;;^UTILITY(U,$J,"PRO",828,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",828,2,1,0)
;;=NB
;;^UTILITY(U,$J,"PRO",828,2,"B","NB",1)
;;=
;;^UTILITY(U,$J,"PRO",828,20)
;;=D NEWBLOCK^IBDF5C
;;^UTILITY(U,$J,"PRO",828,99)
;;=55852,54043
;;^UTILITY(U,$J,"PRO",829,0)
;;=IBDF TEXT AREA^Text Area^^A^^^^^^^^INTEGRATED BILLING
;;^UTILITY(U,$J,"PRO",829,1,0)
;;=^^3^3^2930326^
;;^UTILITY(U,$J,"PRO",829,1,1,0)
;;=
;;^UTILITY(U,$J,"PRO",829,1,2,0)
;;=Allows the user to specify text and a rectangular area on the block that
;;^UTILITY(U,$J,"PRO",829,1,3,0)
;;=the text should appear in.
;;^UTILITY(U,$J,"PRO",829,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",829,2,1,0)
;;=TA
;;^UTILITY(U,$J,"PRO",829,2,"B","TA",1)
;;=
;;^UTILITY(U,$J,"PRO",829,20)
;;=D TEXT^IBDF9E
;;^UTILITY(U,$J,"PRO",829,99)
;;=55852,54050
;;^UTILITY(U,$J,"PRO",830,0)
;;=IBDF CHANGE CLINIC^Change Clinic^^A^^^^^^^^INTEGRATED BILLING
IBONI011 ; ; 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,"PRO",824,1,1,0)
+2 ;;=Allows the user to exit the system without quitting through the hierarchy of
+3 ;;^UTILITY(U,$J,"PRO",824,1,2,0)
+4 ;;=screens, or the user can exit to the previous screen.
+5 ;;^UTILITY(U,$J,"PRO",824,2,0)
+6 ;;=^101.02A^1^1
+7 ;;^UTILITY(U,$J,"PRO",824,2,1,0)
+8 ;;=EX
+9 ;;^UTILITY(U,$J,"PRO",824,2,"B","EX",1)
+10 ;;=
+11 ;;^UTILITY(U,$J,"PRO",824,10,0)
+12 ;;=^101.01PA^0^0
+13 ;;^UTILITY(U,$J,"PRO",824,20)
+14 ;;=D FASTEXIT^IBDFU3
+15 ;;^UTILITY(U,$J,"PRO",824,99)
+16 ;;=55852,54047
+17 ;;^UTILITY(U,$J,"PRO",825,0)
+18 ;;=IBDF EDIT HEADER BLOCK^Form Header^^A^^^^^^^^INTEGRATED BILLING
+19 ;;^UTILITY(U,$J,"PRO",825,1,0)
+20 ;;=^^1^1^2930211^
+21 ;;^UTILITY(U,$J,"PRO",825,1,1,0)
+22 ;;=Allows the form header to be edited
+23 ;;^UTILITY(U,$J,"PRO",825,2,0)
+24 ;;=^101.02A^1^1
+25 ;;^UTILITY(U,$J,"PRO",825,2,1,0)
+26 ;;=FH
+27 ;;^UTILITY(U,$J,"PRO",825,2,"B","FH",1)
+28 ;;=
+29 ;;^UTILITY(U,$J,"PRO",825,20)
+30 ;;=D EDITHDR^IBDF9C
+31 ;;^UTILITY(U,$J,"PRO",825,99)
+32 ;;=55852,54045
+33 ;;^UTILITY(U,$J,"PRO",826,0)
+34 ;;=IBDF PRINT SAMPLE FORM^Print Sample Form^^A^^^^^^^^INTEGRATED BILLING
+35 ;;^UTILITY(U,$J,"PRO",826,1,0)
+36 ;;=^^1^1^2930915^^^
+37 ;;^UTILITY(U,$J,"PRO",826,1,1,0)
+38 ;;=Allows a sample form, without patient information, to be printed.
+39 ;;^UTILITY(U,$J,"PRO",826,2,0)
+40 ;;=^101.02A^1^1
+41 ;;^UTILITY(U,$J,"PRO",826,2,1,0)
+42 ;;=PF
+43 ;;^UTILITY(U,$J,"PRO",826,2,"B","PF",1)
+44 ;;=
+45 ;;^UTILITY(U,$J,"PRO",826,15)
+46 ;;=
+47 ;;^UTILITY(U,$J,"PRO",826,20)
+48 ;;=D PRINT^IBDF1C
+49 ;;^UTILITY(U,$J,"PRO",826,99)
+50 ;;=55852,54049
+51 ;;^UTILITY(U,$J,"PRO",827,0)
+52 ;;=IBDF DELETE FORM^Delete Unused Form^^A^^^^^^^^INTEGRATED BILLING
+53 ;;^UTILITY(U,$J,"PRO",827,1,0)
+54 ;;=^^6^6^2930224^
+55 ;;^UTILITY(U,$J,"PRO",827,1,1,0)
+56 ;;=
+57 ;;^UTILITY(U,$J,"PRO",827,1,2,0)
+58 ;;=Allows the user to delete a form. Deletion is not allowed if the form is
+59 ;;^UTILITY(U,$J,"PRO",827,1,3,0)
+60 ;;=in use by any clinic. In that case the form must first be deleted from the
+61 ;;^UTILITY(U,$J,"PRO",827,1,4,0)
+62 ;;=clinic setup, and then actually deleted using this action. This two step
+63 ;;^UTILITY(U,$J,"PRO",827,1,5,0)
+64 ;;=process is used to be on the safe side, since a form may be in use by more
+65 ;;^UTILITY(U,$J,"PRO",827,1,6,0)
+66 ;;=than one clinic.
+67 ;;^UTILITY(U,$J,"PRO",827,2,0)
+68 ;;=^101.02A^1^1
+69 ;;^UTILITY(U,$J,"PRO",827,2,1,0)
+70 ;;=DF
+71 ;;^UTILITY(U,$J,"PRO",827,2,"B","DF",1)
+72 ;;=
+73 ;;^UTILITY(U,$J,"PRO",827,20)
+74 ;;=D DELFORM^IBDF6A
+75 ;;^UTILITY(U,$J,"PRO",827,99)
+76 ;;=55852,54043
+77 ;;^UTILITY(U,$J,"PRO",828,0)
+78 ;;=IBDF CREATE EMPTY BLOCK^New Block^^A^^^^^^^^INTEGRATED BILLING
+79 ;;^UTILITY(U,$J,"PRO",828,1,0)
+80 ;;=^^2^2^2930322^
+81 ;;^UTILITY(U,$J,"PRO",828,1,1,0)
+82 ;;=
+83 ;;^UTILITY(U,$J,"PRO",828,1,2,0)
+84 ;;=Allows the user to add a new empty block to the form.
+85 ;;^UTILITY(U,$J,"PRO",828,2,0)
+86 ;;=^101.02A^1^1
+87 ;;^UTILITY(U,$J,"PRO",828,2,1,0)
+88 ;;=NB
+89 ;;^UTILITY(U,$J,"PRO",828,2,"B","NB",1)
+90 ;;=
+91 ;;^UTILITY(U,$J,"PRO",828,20)
+92 ;;=D NEWBLOCK^IBDF5C
+93 ;;^UTILITY(U,$J,"PRO",828,99)
+94 ;;=55852,54043
+95 ;;^UTILITY(U,$J,"PRO",829,0)
+96 ;;=IBDF TEXT AREA^Text Area^^A^^^^^^^^INTEGRATED BILLING
+97 ;;^UTILITY(U,$J,"PRO",829,1,0)
+98 ;;=^^3^3^2930326^
+99 ;;^UTILITY(U,$J,"PRO",829,1,1,0)
+100 ;;=
+101 ;;^UTILITY(U,$J,"PRO",829,1,2,0)
+102 ;;=Allows the user to specify text and a rectangular area on the block that
+103 ;;^UTILITY(U,$J,"PRO",829,1,3,0)
+104 ;;=the text should appear in.
+105 ;;^UTILITY(U,$J,"PRO",829,2,0)
+106 ;;=^101.02A^1^1
+107 ;;^UTILITY(U,$J,"PRO",829,2,1,0)
+108 ;;=TA
+109 ;;^UTILITY(U,$J,"PRO",829,2,"B","TA",1)
+110 ;;=
+111 ;;^UTILITY(U,$J,"PRO",829,20)
+112 ;;=D TEXT^IBDF9E
+113 ;;^UTILITY(U,$J,"PRO",829,99)
+114 ;;=55852,54050
+115 ;;^UTILITY(U,$J,"PRO",830,0)
+116 ;;=IBDF CHANGE CLINIC^Change Clinic^^A^^^^^^^^INTEGRATED BILLING