- IBINI04D ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(355.1) 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(355.1,.03,21,0)
- ;;=^^3^3^2940111^^^
- ;;^DD(355.1,.03,21,1,0)
- ;;=Each type of policy must be identified with a major category. It is the
- ;;^DD(355.1,.03,21,2,0)
- ;;=major category field that will be used to determine the type of policy
- ;;^DD(355.1,.03,21,3,0)
- ;;=internally by the computer.
- ;;^DD(355.1,.03,"DT")
- ;;=2940111
- ;;^DD(355.1,10,0)
- ;;=DESCRIPTION^355.11^^10;0
- ;;^DD(355.1,10,21,0)
- ;;=^^1^1^2930603^
- ;;^DD(355.1,10,21,1,0)
- ;;=Enter a one or two sentence description of the type of policy.
- ;;^DD(355.11,0)
- ;;=DESCRIPTION SUB-FIELD^^.01^1
- ;;^DD(355.11,0,"DT")
- ;;=2930603
- ;;^DD(355.11,0,"NM","DESCRIPTION")
- ;;=
- ;;^DD(355.11,0,"UP")
- ;;=355.1
- ;;^DD(355.11,.01,0)
- ;;=DESCRIPTION^W^^0;1^Q
- ;;^DD(355.11,.01,"DT")
- ;;=2930603
- IBINI04D ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(355.1)
- 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(355.1,.03,21,0)
- +2 ;;=^^3^3^2940111^^^
- +3 ;;^DD(355.1,.03,21,1,0)
- +4 ;;=Each type of policy must be identified with a major category. It is the
- +5 ;;^DD(355.1,.03,21,2,0)
- +6 ;;=major category field that will be used to determine the type of policy
- +7 ;;^DD(355.1,.03,21,3,0)
- +8 ;;=internally by the computer.
- +9 ;;^DD(355.1,.03,"DT")
- +10 ;;=2940111
- +11 ;;^DD(355.1,10,0)
- +12 ;;=DESCRIPTION^355.11^^10;0
- +13 ;;^DD(355.1,10,21,0)
- +14 ;;=^^1^1^2930603^
- +15 ;;^DD(355.1,10,21,1,0)
- +16 ;;=Enter a one or two sentence description of the type of policy.
- +17 ;;^DD(355.11,0)
- +18 ;;=DESCRIPTION SUB-FIELD^^.01^1
- +19 ;;^DD(355.11,0,"DT")
- +20 ;;=2930603
- +21 ;;^DD(355.11,0,"NM","DESCRIPTION")
- +22 ;;=
- +23 ;;^DD(355.11,0,"UP")
- +24 ;;=355.1
- +25 ;;^DD(355.11,.01,0)
- +26 ;;=DESCRIPTION^W^^0;1^Q
- +27 ;;^DD(355.11,.01,"DT")
- +28 ;;=2930603