- IBINI037 ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(352.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(352.1,.03,21,3,0)
- ;;=for Category C Means Test billing one year but may the next depending
- ;;^DD(352.1,.03,21,4,0)
- ;;=on legislation.
- ;;^DD(352.1,.03,21,5,0)
- ;;=
- ;;^DD(352.1,.03,21,6,0)
- ;;=It is only necessary to add a new effective date for an appointment type
- ;;^DD(352.1,.03,21,7,0)
- ;;=if the characteristics need to be time sensitive.
- ;;^DD(352.1,.03,"DT")
- ;;=2911022
- ;;^DD(352.1,.04,0)
- ;;=IGNORE MEANS TEST^RS^1:YES;0:NO;^0;4^Q
- ;;^DD(352.1,.04,21,0)
- ;;=^^2^2^2920415^^^
- ;;^DD(352.1,.04,21,1,0)
- ;;=Set this field to 'YES' if this appointment type should NOT be billed
- ;;^DD(352.1,.04,21,2,0)
- ;;=for Category C means test billing.
- ;;^DD(352.1,.04,"DT")
- ;;=2911021
- ;;^DD(352.1,.05,0)
- ;;=PRINT ON INSURANCE REPORT^RS^1:YES;0:NO;^0;5^Q
- ;;^DD(352.1,.05,21,0)
- ;;=^^2^2^2920207^
- ;;^DD(352.1,.05,21,1,0)
- ;;=Set this field to 'YES' if you would like this appointment type to show
- ;;^DD(352.1,.05,21,2,0)
- ;;=up on the list of Veterans with insurance and outpatient visits.
- ;;^DD(352.1,.05,"DT")
- ;;=2911021
- ;;^DD(352.1,.06,0)
- ;;=DISPLAY ON INPUT SCREEN^RS^1:YES;0:NO;^0;6^Q
- ;;^DD(352.1,.06,21,0)
- ;;=^^3^3^2940213^^^
- ;;^DD(352.1,.06,21,1,0)
- ;;=Set this field to 'YES' if you would like this appointment type to
- ;;^DD(352.1,.06,21,2,0)
- ;;=be displayed as a potential billable visit on the outpatient visit
- ;;^DD(352.1,.06,21,3,0)
- ;;=screen when creating a third party bill.
- ;;^DD(352.1,.06,"DT")
- ;;=2911021
- IBINI037 ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(352.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(352.1,.03,21,3,0)
- +2 ;;=for Category C Means Test billing one year but may the next depending
- +3 ;;^DD(352.1,.03,21,4,0)
- +4 ;;=on legislation.
- +5 ;;^DD(352.1,.03,21,5,0)
- +6 ;;=
- +7 ;;^DD(352.1,.03,21,6,0)
- +8 ;;=It is only necessary to add a new effective date for an appointment type
- +9 ;;^DD(352.1,.03,21,7,0)
- +10 ;;=if the characteristics need to be time sensitive.
- +11 ;;^DD(352.1,.03,"DT")
- +12 ;;=2911022
- +13 ;;^DD(352.1,.04,0)
- +14 ;;=IGNORE MEANS TEST^RS^1:YES;0:NO;^0;4^Q
- +15 ;;^DD(352.1,.04,21,0)
- +16 ;;=^^2^2^2920415^^^
- +17 ;;^DD(352.1,.04,21,1,0)
- +18 ;;=Set this field to 'YES' if this appointment type should NOT be billed
- +19 ;;^DD(352.1,.04,21,2,0)
- +20 ;;=for Category C means test billing.
- +21 ;;^DD(352.1,.04,"DT")
- +22 ;;=2911021
- +23 ;;^DD(352.1,.05,0)
- +24 ;;=PRINT ON INSURANCE REPORT^RS^1:YES;0:NO;^0;5^Q
- +25 ;;^DD(352.1,.05,21,0)
- +26 ;;=^^2^2^2920207^
- +27 ;;^DD(352.1,.05,21,1,0)
- +28 ;;=Set this field to 'YES' if you would like this appointment type to show
- +29 ;;^DD(352.1,.05,21,2,0)
- +30 ;;=up on the list of Veterans with insurance and outpatient visits.
- +31 ;;^DD(352.1,.05,"DT")
- +32 ;;=2911021
- +33 ;;^DD(352.1,.06,0)
- +34 ;;=DISPLAY ON INPUT SCREEN^RS^1:YES;0:NO;^0;6^Q
- +35 ;;^DD(352.1,.06,21,0)
- +36 ;;=^^3^3^2940213^^^
- +37 ;;^DD(352.1,.06,21,1,0)
- +38 ;;=Set this field to 'YES' if you would like this appointment type to
- +39 ;;^DD(352.1,.06,21,2,0)
- +40 ;;=be displayed as a potential billable visit on the outpatient visit
- +41 ;;^DD(352.1,.06,21,3,0)
- +42 ;;=screen when creating a third party bill.
- +43 ;;^DD(352.1,.06,"DT")
- +44 ;;=2911021