IBINI09S ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(362.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(362.5,.03,23,2,0)
;;=is chosen.
;;^DD(362.5,.03,"DT")
;;=2931229
;;^DD(362.5,.04,0)
;;=RECORD^P660'^RMPR(660,^0;4^Q
;;^DD(362.5,.04,3)
;;=Enter the record for this prosthetic item transaction.
;;^DD(362.5,.04,5,1,0)
;;=362.5^.01^3
;;^DD(362.5,.04,21,0)
;;=^^1^1^2931229^^^^
;;^DD(362.5,.04,21,1,0)
;;=This is the Prosthetic record for this item transaction.
;;^DD(362.5,.04,23,0)
;;=^^3^3^2931229^^^^
;;^DD(362.5,.04,23,1,0)
;;=This should be automatically set by the system if a prosthetic record
;;^DD(362.5,.04,23,2,0)
;;=is chosen. This is not required because not all items may be from
;;^DD(362.5,.04,23,3,0)
;;=prosthetics, such as fee basis charges.
;;^DD(362.5,.04,"DT")
;;=2931229
IBINI09S ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(362.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(362.5,.03,23,2,0)
+2 ;;=is chosen.
+3 ;;^DD(362.5,.03,"DT")
+4 ;;=2931229
+5 ;;^DD(362.5,.04,0)
+6 ;;=RECORD^P660'^RMPR(660,^0;4^Q
+7 ;;^DD(362.5,.04,3)
+8 ;;=Enter the record for this prosthetic item transaction.
+9 ;;^DD(362.5,.04,5,1,0)
+10 ;;=362.5^.01^3
+11 ;;^DD(362.5,.04,21,0)
+12 ;;=^^1^1^2931229^^^^
+13 ;;^DD(362.5,.04,21,1,0)
+14 ;;=This is the Prosthetic record for this item transaction.
+15 ;;^DD(362.5,.04,23,0)
+16 ;;=^^3^3^2931229^^^^
+17 ;;^DD(362.5,.04,23,1,0)
+18 ;;=This should be automatically set by the system if a prosthetic record
+19 ;;^DD(362.5,.04,23,2,0)
+20 ;;=is chosen. This is not required because not all items may be from
+21 ;;^DD(362.5,.04,23,3,0)
+22 ;;=prosthetics, such as fee basis charges.
+23 ;;^DD(362.5,.04,"DT")
+24 ;;=2931229