IBINI095 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(358.5) 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(358.5,.05,"DT")
;;=2930413
;;^DD(358.5,.06,0)
;;=TEXT LABEL^FO^^0;6^K:$L(X)>150!($L(X)<1) X
;;^DD(358.5,.06,.1)
;;=WHAT LABEL SHOULD BEGIN THE TEXT (OPTIONAL)
;;^DD(358.5,.06,2)
;;=S Y(0)=Y S Y=+Y+1
;;^DD(358.5,.06,2.1)
;;=S Y=+Y+1
;;^DD(358.5,.06,3)
;;=You can optionally begin the text with a label of your choice.
;;^DD(358.5,.06,21,0)
;;=^^2^2^2930527^
;;^DD(358.5,.06,21,1,0)
;;=
;;^DD(358.5,.06,21,2,0)
;;=The label that should precede the text.
;;^DD(358.5,.06,"DT")
;;=2930617
;;^DD(358.5,.07,0)
;;=TEXT LABEL APPEARANCE^FX^^0;7^K:$L(X)>2!($L(X)<1)!("BU"'[$E(X,1))!("UB"'[$E(X,2)) X
;;^DD(358.5,.07,.1)
;;=HOW SHOULD THE LABEL APPEAR? CHOOSE FROM {B,U}
;;^DD(358.5,.07,3)
;;=B=bold,U=underline. You can enter BU to make the label bold and underlined.
;;^DD(358.5,.07,21,0)
;;=^^3^3^2930527^
;;^DD(358.5,.07,21,1,0)
;;=
;;^DD(358.5,.07,21,2,0)
;;=The label can have characteristics, such as being underlined or
;;^DD(358.5,.07,21,3,0)
;;=emboldened.
;;^DD(358.5,.07,"DT")
;;=2930414
;;^DD(358.5,.1,0)
;;=TEXT STARTING COLUMN^NJ3,0XO^^0;10^S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
;;^DD(358.5,.1,2)
;;=S:Y=+Y Y=Y+1
;;^DD(358.5,.1,2.1)
;;=S Y=+Y+1
;;^DD(358.5,.1,3)
;;=What block column should the text start at?
;;^DD(358.5,.1,21,0)
;;=^^2^2^2930715^^
;;^DD(358.5,.1,21,1,0)
;;=This field determines what column the text should begin in.
;;^DD(358.5,.1,21,2,0)
;;=Applies only if the Package Interface returns a word-processing field.
;;^DD(358.5,.1,23,0)
;;=^^4^4^2930715^
;;^DD(358.5,.1,23,1,0)
;;=The internal representation starts at 0, the external representation
;;^DD(358.5,.1,23,2,0)
;;=starts at 1. The difference is because for computing the form image
;;^DD(358.5,.1,23,3,0)
;;=it is convenient to work with displacements from the top left-hand
;;^DD(358.5,.1,23,4,0)
;;=corner. However, users do not want to work with row=0 or column=0.
;;^DD(358.5,.1,"DT")
;;=2930617
;;^DD(358.5,.11,0)
;;=TEXT STARTING ROW^NJ3,0XO^^0;11^S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
;;^DD(358.5,.11,2)
;;=S Y(0)=Y S:Y=+Y Y=Y+1
;;^DD(358.5,.11,2.1)
;;=S:Y=+Y Y=Y+1
;;^DD(358.5,.11,3)
;;=What block row should the text begin in?
;;^DD(358.5,.11,21,0)
;;=^^4^4^2930715^^
;;^DD(358.5,.11,21,1,0)
;;=
;;^DD(358.5,.11,21,2,0)
;;=Determines which line on the form, relative to the block, the text area
;;^DD(358.5,.11,21,3,0)
;;=should begin at. Only applies if the package interface returns a
;;^DD(358.5,.11,21,4,0)
;;=word-processing field.
;;^DD(358.5,.11,23,0)
;;=^^4^4^2930715^
;;^DD(358.5,.11,23,1,0)
;;=The internal representation starts at 0, the external representation
;;^DD(358.5,.11,23,2,0)
;;=starts at 1. The difference is because for computing the form image
;;^DD(358.5,.11,23,3,0)
;;=it is convenient to work with displacements from the top left-hand
;;^DD(358.5,.11,23,4,0)
;;=corner. However, users do not want to work with row=0 or column=0.
;;^DD(358.5,.11,"DT")
;;=2930617
;;^DD(358.5,.12,0)
;;=NUMBER OF FORM LINES FOR TEXT^NJ3,0^^0;12^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
;;^DD(358.5,.12,.1)
;;=HOW MANY LINES OF THE FORM SHOULD BE ALLOCATED FOR THE TEXT?
;;^DD(358.5,.12,3)
;;=How many lines of the form should be allocated for the text?
;;^DD(358.5,.12,21,0)
;;=^^2^2^2930527^
;;^DD(358.5,.12,21,1,0)
;;=
;;^DD(358.5,.12,21,2,0)
;;=The number of lines on the form that should be allocated for the text.
;;^DD(358.5,.12,"DT")
;;=2930414
;;^DD(358.5,.13,0)
;;=SPACING OF TEXT LINES^S^1:SINGLE SPACED;2:DOUBLE SPACED;3:SINGLE, BUT DOUBLE IF BLANK;^0;13^Q
IBINI095 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(358.5)
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(358.5,.05,"DT")
+2 ;;=2930413
+3 ;;^DD(358.5,.06,0)
+4 ;;=TEXT LABEL^FO^^0;6^K:$L(X)>150!($L(X)<1) X
+5 ;;^DD(358.5,.06,.1)
+6 ;;=WHAT LABEL SHOULD BEGIN THE TEXT (OPTIONAL)
+7 ;;^DD(358.5,.06,2)
+8 ;;=S Y(0)=Y S Y=+Y+1
+9 ;;^DD(358.5,.06,2.1)
+10 ;;=S Y=+Y+1
+11 ;;^DD(358.5,.06,3)
+12 ;;=You can optionally begin the text with a label of your choice.
+13 ;;^DD(358.5,.06,21,0)
+14 ;;=^^2^2^2930527^
+15 ;;^DD(358.5,.06,21,1,0)
+16 ;;=
+17 ;;^DD(358.5,.06,21,2,0)
+18 ;;=The label that should precede the text.
+19 ;;^DD(358.5,.06,"DT")
+20 ;;=2930617
+21 ;;^DD(358.5,.07,0)
+22 ;;=TEXT LABEL APPEARANCE^FX^^0;7^K:$L(X)>2!($L(X)<1)!("BU"'[$E(X,1))!("UB"'[$E(X,2)) X
+23 ;;^DD(358.5,.07,.1)
+24 ;;=HOW SHOULD THE LABEL APPEAR? CHOOSE FROM {B,U}
+25 ;;^DD(358.5,.07,3)
+26 ;;=B=bold,U=underline. You can enter BU to make the label bold and underlined.
+27 ;;^DD(358.5,.07,21,0)
+28 ;;=^^3^3^2930527^
+29 ;;^DD(358.5,.07,21,1,0)
+30 ;;=
+31 ;;^DD(358.5,.07,21,2,0)
+32 ;;=The label can have characteristics, such as being underlined or
+33 ;;^DD(358.5,.07,21,3,0)
+34 ;;=emboldened.
+35 ;;^DD(358.5,.07,"DT")
+36 ;;=2930414
+37 ;;^DD(358.5,.1,0)
+38 ;;=TEXT STARTING COLUMN^NJ3,0XO^^0;10^S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
+39 ;;^DD(358.5,.1,2)
+40 ;;=S:Y=+Y Y=Y+1
+41 ;;^DD(358.5,.1,2.1)
+42 ;;=S Y=+Y+1
+43 ;;^DD(358.5,.1,3)
+44 ;;=What block column should the text start at?
+45 ;;^DD(358.5,.1,21,0)
+46 ;;=^^2^2^2930715^^
+47 ;;^DD(358.5,.1,21,1,0)
+48 ;;=This field determines what column the text should begin in.
+49 ;;^DD(358.5,.1,21,2,0)
+50 ;;=Applies only if the Package Interface returns a word-processing field.
+51 ;;^DD(358.5,.1,23,0)
+52 ;;=^^4^4^2930715^
+53 ;;^DD(358.5,.1,23,1,0)
+54 ;;=The internal representation starts at 0, the external representation
+55 ;;^DD(358.5,.1,23,2,0)
+56 ;;=starts at 1. The difference is because for computing the form image
+57 ;;^DD(358.5,.1,23,3,0)
+58 ;;=it is convenient to work with displacements from the top left-hand
+59 ;;^DD(358.5,.1,23,4,0)
+60 ;;=corner. However, users do not want to work with row=0 or column=0.
+61 ;;^DD(358.5,.1,"DT")
+62 ;;=2930617
+63 ;;^DD(358.5,.11,0)
+64 ;;=TEXT STARTING ROW^NJ3,0XO^^0;11^S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
+65 ;;^DD(358.5,.11,2)
+66 ;;=S Y(0)=Y S:Y=+Y Y=Y+1
+67 ;;^DD(358.5,.11,2.1)
+68 ;;=S:Y=+Y Y=Y+1
+69 ;;^DD(358.5,.11,3)
+70 ;;=What block row should the text begin in?
+71 ;;^DD(358.5,.11,21,0)
+72 ;;=^^4^4^2930715^^
+73 ;;^DD(358.5,.11,21,1,0)
+74 ;;=
+75 ;;^DD(358.5,.11,21,2,0)
+76 ;;=Determines which line on the form, relative to the block, the text area
+77 ;;^DD(358.5,.11,21,3,0)
+78 ;;=should begin at. Only applies if the package interface returns a
+79 ;;^DD(358.5,.11,21,4,0)
+80 ;;=word-processing field.
+81 ;;^DD(358.5,.11,23,0)
+82 ;;=^^4^4^2930715^
+83 ;;^DD(358.5,.11,23,1,0)
+84 ;;=The internal representation starts at 0, the external representation
+85 ;;^DD(358.5,.11,23,2,0)
+86 ;;=starts at 1. The difference is because for computing the form image
+87 ;;^DD(358.5,.11,23,3,0)
+88 ;;=it is convenient to work with displacements from the top left-hand
+89 ;;^DD(358.5,.11,23,4,0)
+90 ;;=corner. However, users do not want to work with row=0 or column=0.
+91 ;;^DD(358.5,.11,"DT")
+92 ;;=2930617
+93 ;;^DD(358.5,.12,0)
+94 ;;=NUMBER OF FORM LINES FOR TEXT^NJ3,0^^0;12^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
+95 ;;^DD(358.5,.12,.1)
+96 ;;=HOW MANY LINES OF THE FORM SHOULD BE ALLOCATED FOR THE TEXT?
+97 ;;^DD(358.5,.12,3)
+98 ;;=How many lines of the form should be allocated for the text?
+99 ;;^DD(358.5,.12,21,0)
+100 ;;=^^2^2^2930527^
+101 ;;^DD(358.5,.12,21,1,0)
+102 ;;=
+103 ;;^DD(358.5,.12,21,2,0)
+104 ;;=The number of lines on the form that should be allocated for the text.
+105 ;;^DD(358.5,.12,"DT")
+106 ;;=2930414
+107 ;;^DD(358.5,.13,0)
+108 ;;=SPACING OF TEXT LINES^S^1:SINGLE SPACED;2:DOUBLE SPACED;3:SINGLE, BUT DOUBLE IF BLANK;^0;13^Q