- IBDEI00F ; ; 18-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(358.2) 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.22,.06,3)
- ;;=What type of marking area should appear in the subcolumn?
- ;;^DD(358.22,.06,21,0)
- ;;=^^2^2^2930527^
- ;;^DD(358.22,.06,21,1,0)
- ;;=
- ;;^DD(358.22,.06,21,2,0)
- ;;=This identifies which MARKING AREA should go in the subcolumn.
- ;;^DD(358.22,.06,"DT")
- ;;=2930414
- ;;^DD(358.22,.07,0)
- ;;=ALLOW EDITING OF TEXT?^S^0:NO;1:YES;^0;7^Q
- ;;^DD(358.22,.07,.1)
- ;;=ALLOW EDITING OF THE TEXT APPEARING IN THIS SUBCOLUMN? (YES/NO)
- ;;^DD(358.22,.07,3)
- ;;=Is it okey to edit the text appearing in this subcolumn?
- ;;^DD(358.22,.07,21,0)
- ;;=^^4^4^2930527^
- ;;^DD(358.22,.07,21,1,0)
- ;;=
- ;;^DD(358.22,.07,21,2,0)
- ;;=This determines whether or not the user, when selecting items to appear on
- ;;^DD(358.22,.07,21,3,0)
- ;;=the list, will be able to edit the text appearing in the subcolum. This is
- ;;^DD(358.22,.07,21,4,0)
- ;;=ignored if the subcolumn contains a MARKING AREA.
- ;;^DD(358.22,.07,"DT")
- ;;=2930428
- IBDEI00F ; ; 18-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(358.2)
- 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.22,.06,3)
- +2 ;;=What type of marking area should appear in the subcolumn?
- +3 ;;^DD(358.22,.06,21,0)
- +4 ;;=^^2^2^2930527^
- +5 ;;^DD(358.22,.06,21,1,0)
- +6 ;;=
- +7 ;;^DD(358.22,.06,21,2,0)
- +8 ;;=This identifies which MARKING AREA should go in the subcolumn.
- +9 ;;^DD(358.22,.06,"DT")
- +10 ;;=2930414
- +11 ;;^DD(358.22,.07,0)
- +12 ;;=ALLOW EDITING OF TEXT?^S^0:NO;1:YES;^0;7^Q
- +13 ;;^DD(358.22,.07,.1)
- +14 ;;=ALLOW EDITING OF THE TEXT APPEARING IN THIS SUBCOLUMN? (YES/NO)
- +15 ;;^DD(358.22,.07,3)
- +16 ;;=Is it okey to edit the text appearing in this subcolumn?
- +17 ;;^DD(358.22,.07,21,0)
- +18 ;;=^^4^4^2930527^
- +19 ;;^DD(358.22,.07,21,1,0)
- +20 ;;=
- +21 ;;^DD(358.22,.07,21,2,0)
- +22 ;;=This determines whether or not the user, when selecting items to appear on
- +23 ;;^DD(358.22,.07,21,3,0)
- +24 ;;=the list, will be able to edit the text appearing in the subcolum. This is
- +25 ;;^DD(358.22,.07,21,4,0)
- +26 ;;=ignored if the subcolumn contains a MARKING AREA.
- +27 ;;^DD(358.22,.07,"DT")
- +28 ;;=2930428