- IBDEI01U ; ; 18-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(358.8) 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.8,.04,"DT")
- ;;=2930715
- ;;^DD(358.8,.05,0)
- ;;=TEXT WIDTH^RNJ3,0^^0;5^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(358.8,.05,3)
- ;;=How many columns should be allocated on the block for the text?
- ;;^DD(358.8,.05,21,0)
- ;;=^^2^2^2930528^
- ;;^DD(358.8,.05,21,1,0)
- ;;=
- ;;^DD(358.8,.05,21,2,0)
- ;;=The width of the text area, measured in characters.
- ;;^DD(358.8,.05,"DT")
- ;;=2930326
- ;;^DD(358.8,.06,0)
- ;;=TEXT HEIGHT^RNJ3,0^^0;6^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(358.8,.06,3)
- ;;=How many lines on the block should be allocated for the text?
- ;;^DD(358.8,.06,21,0)
- ;;=^^2^2^2930528^
- ;;^DD(358.8,.06,21,1,0)
- ;;=
- ;;^DD(358.8,.06,21,2,0)
- ;;=The height of the text area, measured in lines.
- ;;^DD(358.8,.06,"DT")
- ;;=2930326
- ;;^DD(358.8,1,0)
- ;;=TEXT^358.81^^1;0
- ;;^DD(358.8,1,21,0)
- ;;=^^2^2^2930528^
- ;;^DD(358.8,1,21,1,0)
- ;;=
- ;;^DD(358.8,1,21,2,0)
- ;;=The text that should appear within the text area.
- ;;^DD(358.81,0)
- ;;=TEXT SUB-FIELD^^.01^1
- ;;^DD(358.81,0,"NM","TEXT")
- ;;=
- ;;^DD(358.81,0,"UP")
- ;;=358.8
- ;;^DD(358.81,.01,0)
- ;;=TEXT^WL^^0;1^Q
- ;;^DD(358.81,.01,3)
- ;;=Enter the text that you want to appear in the block.
- ;;^DD(358.81,.01,"DT")
- ;;=2930326
- IBDEI01U ; ; 18-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(358.8)
- 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.8,.04,"DT")
- +2 ;;=2930715
- +3 ;;^DD(358.8,.05,0)
- +4 ;;=TEXT WIDTH^RNJ3,0^^0;5^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
- +5 ;;^DD(358.8,.05,3)
- +6 ;;=How many columns should be allocated on the block for the text?
- +7 ;;^DD(358.8,.05,21,0)
- +8 ;;=^^2^2^2930528^
- +9 ;;^DD(358.8,.05,21,1,0)
- +10 ;;=
- +11 ;;^DD(358.8,.05,21,2,0)
- +12 ;;=The width of the text area, measured in characters.
- +13 ;;^DD(358.8,.05,"DT")
- +14 ;;=2930326
- +15 ;;^DD(358.8,.06,0)
- +16 ;;=TEXT HEIGHT^RNJ3,0^^0;6^K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
- +17 ;;^DD(358.8,.06,3)
- +18 ;;=How many lines on the block should be allocated for the text?
- +19 ;;^DD(358.8,.06,21,0)
- +20 ;;=^^2^2^2930528^
- +21 ;;^DD(358.8,.06,21,1,0)
- +22 ;;=
- +23 ;;^DD(358.8,.06,21,2,0)
- +24 ;;=The height of the text area, measured in lines.
- +25 ;;^DD(358.8,.06,"DT")
- +26 ;;=2930326
- +27 ;;^DD(358.8,1,0)
- +28 ;;=TEXT^358.81^^1;0
- +29 ;;^DD(358.8,1,21,0)
- +30 ;;=^^2^2^2930528^
- +31 ;;^DD(358.8,1,21,1,0)
- +32 ;;=
- +33 ;;^DD(358.8,1,21,2,0)
- +34 ;;=The text that should appear within the text area.
- +35 ;;^DD(358.81,0)
- +36 ;;=TEXT SUB-FIELD^^.01^1
- +37 ;;^DD(358.81,0,"NM","TEXT")
- +38 ;;=
- +39 ;;^DD(358.81,0,"UP")
- +40 ;;=358.8
- +41 ;;^DD(358.81,.01,0)
- +42 ;;=TEXT^WL^^0;1^Q
- +43 ;;^DD(358.81,.01,3)
- +44 ;;=Enter the text that you want to appear in the block.
- +45 ;;^DD(358.81,.01,"DT")
- +46 ;;=2930326