- IBINI070 ; ; 21-MAR-1994
- ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- Q:'DIFQ(356.6) 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.6,.04,"DT")
- ;;=2930802
- ;;^DD(356.6,.05,0)
- ;;=BILLING CYCLE^NJ4,0^^0;5^K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(356.6,.05,3)
- ;;=Type a Number between 1 and 9999, 0 Decimal Digits. Enter the number of days in the billing cycle for this type of claim.
- ;;^DD(356.6,.05,21,0)
- ;;=^^9^9^2931021^^^^
- ;;^DD(356.6,.05,21,1,0)
- ;;=This is the maximum number of days allowed on a single bill for this type
- ;;^DD(356.6,.05,21,2,0)
- ;;=of care.
- ;;^DD(356.6,.05,21,3,0)
- ;;=
- ;;^DD(356.6,.05,21,4,0)
- ;;=For example, if outpatient bills have a billing cycle of 7 days then
- ;;^DD(356.6,.05,21,5,0)
- ;;=one bill will be created for a seven day period, which may contain 1
- ;;^DD(356.6,.05,21,6,0)
- ;;=visit or seven.
- ;;^DD(356.6,.05,21,7,0)
- ;;=
- ;;^DD(356.6,.05,21,8,0)
- ;;=If this is left blank and the event type can be automatically billed then
- ;;^DD(356.6,.05,21,9,0)
- ;;=the bills will be created in one month intervals.
- ;;^DD(356.6,.05,"DT")
- ;;=2930802
- ;;^DD(356.6,.06,0)
- ;;=DAYS DELAY^NJ2,0^^0;6^K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(356.6,.06,3)
- ;;=Type a Number between 1 and 99, 0 Decimal Digits. Enter the number of days after a billing cycle completes that the Automated Biller should run.
- ;;^DD(356.6,.06,21,0)
- ;;=^^6^6^2931021^^
- ;;^DD(356.6,.06,21,1,0)
- ;;=This is the minimum number of days delay that apparently billable
- ;;^DD(356.6,.06,21,2,0)
- ;;=visits (for this type of event type) should wait for auto billing.
- ;;^DD(356.6,.06,21,3,0)
- ;;=
- ;;^DD(356.6,.06,21,4,0)
- ;;=This field works in conjunction with the field BILLING CYCLE to
- ;;^DD(356.6,.06,21,5,0)
- ;;=determine what visits are included on a bill and when those bills can
- ;;^DD(356.6,.06,21,6,0)
- ;;=be created.
- ;;^DD(356.6,.06,"DT")
- ;;=2930802
- ;;^DD(356.6,.08,0)
- ;;=ENTRY CODE^NJ2,0I^^0;8^K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
- ;;^DD(356.6,.08,1,0)
- ;;=^.1
- ;;^DD(356.6,.08,1,1,0)
- ;;=356.6^AC
- ;;^DD(356.6,.08,1,1,1)
- ;;=S ^IBE(356.6,"AC",$E(X,1,30),DA)=""
- ;;^DD(356.6,.08,1,1,2)
- ;;=K ^IBE(356.6,"AC",$E(X,1,30),DA)
- ;;^DD(356.6,.08,1,1,"DT")
- ;;=2940223
- ;;^DD(356.6,.08,3)
- ;;=Type a Number between 1 and 99, 0 Decimal Digits
- ;;^DD(356.6,.08,21,0)
- ;;=^^3^3^2940202^
- ;;^DD(356.6,.08,21,1,0)
- ;;=This field is designed to be used internally by the claims tracking module
- ;;^DD(356.6,.08,21,2,0)
- ;;=to uniquely identify an entry. This number will intially be the same as
- ;;^DD(356.6,.08,21,3,0)
- ;;=the internal entry number. It should not be edited.
- ;;^DD(356.6,.08,"DT")
- ;;=2940309
- IBINI070 ; ; 21-MAR-1994
- +1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
- +2 IF 'DIFQ(356.6)
- 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.6,.04,"DT")
- +2 ;;=2930802
- +3 ;;^DD(356.6,.05,0)
- +4 ;;=BILLING CYCLE^NJ4,0^^0;5^K:+X'=X!(X>9999)!(X<1)!(X?.E1"."1N.N) X
- +5 ;;^DD(356.6,.05,3)
- +6 ;;=Type a Number between 1 and 9999, 0 Decimal Digits. Enter the number of days in the billing cycle for this type of claim.
- +7 ;;^DD(356.6,.05,21,0)
- +8 ;;=^^9^9^2931021^^^^
- +9 ;;^DD(356.6,.05,21,1,0)
- +10 ;;=This is the maximum number of days allowed on a single bill for this type
- +11 ;;^DD(356.6,.05,21,2,0)
- +12 ;;=of care.
- +13 ;;^DD(356.6,.05,21,3,0)
- +14 ;;=
- +15 ;;^DD(356.6,.05,21,4,0)
- +16 ;;=For example, if outpatient bills have a billing cycle of 7 days then
- +17 ;;^DD(356.6,.05,21,5,0)
- +18 ;;=one bill will be created for a seven day period, which may contain 1
- +19 ;;^DD(356.6,.05,21,6,0)
- +20 ;;=visit or seven.
- +21 ;;^DD(356.6,.05,21,7,0)
- +22 ;;=
- +23 ;;^DD(356.6,.05,21,8,0)
- +24 ;;=If this is left blank and the event type can be automatically billed then
- +25 ;;^DD(356.6,.05,21,9,0)
- +26 ;;=the bills will be created in one month intervals.
- +27 ;;^DD(356.6,.05,"DT")
- +28 ;;=2930802
- +29 ;;^DD(356.6,.06,0)
- +30 ;;=DAYS DELAY^NJ2,0^^0;6^K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
- +31 ;;^DD(356.6,.06,3)
- +32 ;;=Type a Number between 1 and 99, 0 Decimal Digits. Enter the number of days after a billing cycle completes that the Automated Biller should run.
- +33 ;;^DD(356.6,.06,21,0)
- +34 ;;=^^6^6^2931021^^
- +35 ;;^DD(356.6,.06,21,1,0)
- +36 ;;=This is the minimum number of days delay that apparently billable
- +37 ;;^DD(356.6,.06,21,2,0)
- +38 ;;=visits (for this type of event type) should wait for auto billing.
- +39 ;;^DD(356.6,.06,21,3,0)
- +40 ;;=
- +41 ;;^DD(356.6,.06,21,4,0)
- +42 ;;=This field works in conjunction with the field BILLING CYCLE to
- +43 ;;^DD(356.6,.06,21,5,0)
- +44 ;;=determine what visits are included on a bill and when those bills can
- +45 ;;^DD(356.6,.06,21,6,0)
- +46 ;;=be created.
- +47 ;;^DD(356.6,.06,"DT")
- +48 ;;=2930802
- +49 ;;^DD(356.6,.08,0)
- +50 ;;=ENTRY CODE^NJ2,0I^^0;8^K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
- +51 ;;^DD(356.6,.08,1,0)
- +52 ;;=^.1
- +53 ;;^DD(356.6,.08,1,1,0)
- +54 ;;=356.6^AC
- +55 ;;^DD(356.6,.08,1,1,1)
- +56 ;;=S ^IBE(356.6,"AC",$E(X,1,30),DA)=""
- +57 ;;^DD(356.6,.08,1,1,2)
- +58 ;;=K ^IBE(356.6,"AC",$E(X,1,30),DA)
- +59 ;;^DD(356.6,.08,1,1,"DT")
- +60 ;;=2940223
- +61 ;;^DD(356.6,.08,3)
- +62 ;;=Type a Number between 1 and 99, 0 Decimal Digits
- +63 ;;^DD(356.6,.08,21,0)
- +64 ;;=^^3^3^2940202^
- +65 ;;^DD(356.6,.08,21,1,0)
- +66 ;;=This field is designed to be used internally by the claims tracking module
- +67 ;;^DD(356.6,.08,21,2,0)
- +68 ;;=to uniquely identify an entry. This number will intially be the same as
- +69 ;;^DD(356.6,.08,21,3,0)
- +70 ;;=the internal entry number. It should not be edited.
- +71 ;;^DD(356.6,.08,"DT")
- +72 ;;=2940309