- IBINI06R ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(356.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(356.5,.03,21,3,0)
- ;;=the expanded review screen for associated DRG's. Generally this
- ;;^DD(356.5,.03,21,4,0)
- ;;=information will be from HCFA or the insurance industry.
- ;;^DD(356.5,.03,"DT")
- ;;=2930723
- IBINI06R ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(356.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(356.5,.03,21,3,0)
- +2 ;;=the expanded review screen for associated DRG's. Generally this
- +3 ;;^DD(356.5,.03,21,4,0)
- +4 ;;=information will be from HCFA or the insurance industry.
- +5 ;;^DD(356.5,.03,"DT")
- +6 ;;=2930723