IBINI031 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(351) 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(351,.09,21,3,0)
;;=The field is used to determine the co-payment charges billed to the
;;^DD(351,.09,21,4,0)
;;=patient for care received.
;;^DD(351,.09,"DT")
;;=2911009
;;^DD(351,.1,0)
;;=CLOCK END DATE^D^^0;10^S %DT="EX" D ^%DT S X=Y K:Y<1 X
;;^DD(351,.1,3)
;;=Enter the date on which this billing clock must be closed.
;;^DD(351,.1,21,0)
;;=^^2^2^2911226^^
;;^DD(351,.1,21,1,0)
;;=This is the date on which the billing clock was closed. This date
;;^DD(351,.1,21,2,0)
;;=should not be more than 365 days after the Clock Begin Date.
;;^DD(351,.1,"DT")
;;=2911226
;;^DD(351,11,0)
;;=USER ADDING ENTRY^P200'^VA(200,^1;1^Q
;;^DD(351,11,9)
;;=^
;;^DD(351,11,21,0)
;;=^^3^3^2911226^^
;;^DD(351,11,21,1,0)
;;=This is the person performing a transaction in an application that
;;^DD(351,11,21,2,0)
;;=causes the application to create an entry in this file. This field
;;^DD(351,11,21,3,0)
;;=may be null if the entry was created by an off-line compilation job.
;;^DD(351,11,"DT")
;;=2911009
;;^DD(351,12,0)
;;=DATE ENTRY ADDED^D^^1;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
;;^DD(351,12,9)
;;=^
;;^DD(351,12,21,0)
;;=^^1^1^2911226^^
;;^DD(351,12,21,1,0)
;;=This the date/time that an entry was added to this file.
;;^DD(351,12,"DT")
;;=2911009
;;^DD(351,13,0)
;;=USER LAST UPDATING^P200'^VA(200,^1;3^Q
;;^DD(351,13,21,0)
;;=^^3^3^2911226^^
;;^DD(351,13,21,1,0)
;;=This is the person performing a transaction in an application which
;;^DD(351,13,21,2,0)
;;=causes the application to update this entry. This entry may be null
;;^DD(351,13,21,3,0)
;;=if the entry was last updated in an off-line compilation job.
;;^DD(351,13,"DT")
;;=2911009
;;^DD(351,14,0)
;;=DATE LAST UPDATED^D^^1;4^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
;;^DD(351,14,21,0)
;;=^^1^1^2911226^^
;;^DD(351,14,21,1,0)
;;=This is the date/time that this entry was last updated.
;;^DD(351,14,"DT")
;;=2911009
;;^DD(351,15,0)
;;=UPDATE REASON^F^^0;11^K:$L(X)>40!($L(X)<3) X
;;^DD(351,15,3)
;;= Answer must be 3-40 characters in length.
;;^DD(351,15,21,0)
;;=^^1^1^2920225^
;;^DD(351,15,21,1,0)
;;=Brief description of reason for updating billing clock.
;;^DD(351,15,"DT")
;;=2920225
IBINI031 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(351)
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(351,.09,21,3,0)
+2 ;;=The field is used to determine the co-payment charges billed to the
+3 ;;^DD(351,.09,21,4,0)
+4 ;;=patient for care received.
+5 ;;^DD(351,.09,"DT")
+6 ;;=2911009
+7 ;;^DD(351,.1,0)
+8 ;;=CLOCK END DATE^D^^0;10^S %DT="EX" D ^%DT S X=Y K:Y<1 X
+9 ;;^DD(351,.1,3)
+10 ;;=Enter the date on which this billing clock must be closed.
+11 ;;^DD(351,.1,21,0)
+12 ;;=^^2^2^2911226^^
+13 ;;^DD(351,.1,21,1,0)
+14 ;;=This is the date on which the billing clock was closed. This date
+15 ;;^DD(351,.1,21,2,0)
+16 ;;=should not be more than 365 days after the Clock Begin Date.
+17 ;;^DD(351,.1,"DT")
+18 ;;=2911226
+19 ;;^DD(351,11,0)
+20 ;;=USER ADDING ENTRY^P200'^VA(200,^1;1^Q
+21 ;;^DD(351,11,9)
+22 ;;=^
+23 ;;^DD(351,11,21,0)
+24 ;;=^^3^3^2911226^^
+25 ;;^DD(351,11,21,1,0)
+26 ;;=This is the person performing a transaction in an application that
+27 ;;^DD(351,11,21,2,0)
+28 ;;=causes the application to create an entry in this file. This field
+29 ;;^DD(351,11,21,3,0)
+30 ;;=may be null if the entry was created by an off-line compilation job.
+31 ;;^DD(351,11,"DT")
+32 ;;=2911009
+33 ;;^DD(351,12,0)
+34 ;;=DATE ENTRY ADDED^D^^1;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
+35 ;;^DD(351,12,9)
+36 ;;=^
+37 ;;^DD(351,12,21,0)
+38 ;;=^^1^1^2911226^^
+39 ;;^DD(351,12,21,1,0)
+40 ;;=This the date/time that an entry was added to this file.
+41 ;;^DD(351,12,"DT")
+42 ;;=2911009
+43 ;;^DD(351,13,0)
+44 ;;=USER LAST UPDATING^P200'^VA(200,^1;3^Q
+45 ;;^DD(351,13,21,0)
+46 ;;=^^3^3^2911226^^
+47 ;;^DD(351,13,21,1,0)
+48 ;;=This is the person performing a transaction in an application which
+49 ;;^DD(351,13,21,2,0)
+50 ;;=causes the application to update this entry. This entry may be null
+51 ;;^DD(351,13,21,3,0)
+52 ;;=if the entry was last updated in an off-line compilation job.
+53 ;;^DD(351,13,"DT")
+54 ;;=2911009
+55 ;;^DD(351,14,0)
+56 ;;=DATE LAST UPDATED^D^^1;4^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
+57 ;;^DD(351,14,21,0)
+58 ;;=^^1^1^2911226^^
+59 ;;^DD(351,14,21,1,0)
+60 ;;=This is the date/time that this entry was last updated.
+61 ;;^DD(351,14,"DT")
+62 ;;=2911009
+63 ;;^DD(351,15,0)
+64 ;;=UPDATE REASON^F^^0;11^K:$L(X)>40!($L(X)<3) X
+65 ;;^DD(351,15,3)
+66 ;;= Answer must be 3-40 characters in length.
+67 ;;^DD(351,15,21,0)
+68 ;;=^^1^1^2920225^
+69 ;;^DD(351,15,21,1,0)
+70 ;;=Brief description of reason for updating billing clock.
+71 ;;^DD(351,15,"DT")
+72 ;;=2920225