IBINI01B ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(350) 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(350,12,21,0)
;;=^^3^3^2921009^^^
;;^DD(350,12,21,1,0)
;;=This is the date/time that an entry was added to this file. The most
;;^DD(350,12,21,2,0)
;;=recent update to an entry can be determined by finding the last entry in
;;^DD(350,12,21,3,0)
;;=this field.
;;^DD(350,12,"DT")
;;=2920430
;;^DD(350,13,0)
;;=USER LAST UPDATING^P200'^VA(200,^1;3^Q
;;^DD(350,13,3)
;;=
;;^DD(350,13,5,1,0)
;;=350^.05^2
;;^DD(350,13,21,0)
;;=^^2^2^2940209^^^
;;^DD(350,13,21,1,0)
;;=This is the person last updating an entry in an application when it
;;^DD(350,13,21,2,0)
;;=caused an update to this entry in this file.
;;^DD(350,13,"DT")
;;=2910205
;;^DD(350,14,0)
;;=DATE LAST UPDATED^D^^1;4^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
;;^DD(350,14,5,1,0)
;;=350^.05^3
;;^DD(350,14,21,0)
;;=^^1^1^2910301^
;;^DD(350,14,21,1,0)
;;=This is the date/time that this entry was last updated.
;;^DD(350,14,"DT")
;;=2910205
;;^DD(350,15,0)
;;=CHAMPVA ADM DATE^D^^1;5^S %DT="EX" D ^%DT S X=Y K:Y<1 X
;;^DD(350,15,1,0)
;;=^.1
;;^DD(350,15,1,1,0)
;;=350^ACVA1^MUMPS
;;^DD(350,15,1,1,1)
;;=I X,$D(^IB(DA,0)),$P(^(0),"^",2) S ^IB("ACVA",$P(^(0),"^",2),X,DA)=""
;;^DD(350,15,1,1,2)
;;=I X,$D(^IB(DA,0)),$P(^(0),"^",2) K ^IB("ACVA",$P(^(0),"^",2),X,DA)
;;^DD(350,15,1,1,"%D",0)
;;=^^3^3^2930728^
;;^DD(350,15,1,1,"%D",1,0)
;;=This cross-reference is used in conjunction with the ACVA cross
;;^DD(350,15,1,1,"%D",2,0)
;;=reference on the PATIENT (#.02) field to cross reference all
;;^DD(350,15,1,1,"%D",3,0)
;;=CHAMPVA inpatient subsistence charges by patient and admission date.
;;^DD(350,15,1,1,"DT")
;;=2930728
;;^DD(350,15,21,0)
;;=^^1^1^2930728^
;;^DD(350,15,21,1,0)
;;=This is the admission date for the episode of CHAMPVA care being billed.
;;^DD(350,15,"DT")
;;=2930728
IBINI01B ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(350)
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(350,12,21,0)
+2 ;;=^^3^3^2921009^^^
+3 ;;^DD(350,12,21,1,0)
+4 ;;=This is the date/time that an entry was added to this file. The most
+5 ;;^DD(350,12,21,2,0)
+6 ;;=recent update to an entry can be determined by finding the last entry in
+7 ;;^DD(350,12,21,3,0)
+8 ;;=this field.
+9 ;;^DD(350,12,"DT")
+10 ;;=2920430
+11 ;;^DD(350,13,0)
+12 ;;=USER LAST UPDATING^P200'^VA(200,^1;3^Q
+13 ;;^DD(350,13,3)
+14 ;;=
+15 ;;^DD(350,13,5,1,0)
+16 ;;=350^.05^2
+17 ;;^DD(350,13,21,0)
+18 ;;=^^2^2^2940209^^^
+19 ;;^DD(350,13,21,1,0)
+20 ;;=This is the person last updating an entry in an application when it
+21 ;;^DD(350,13,21,2,0)
+22 ;;=caused an update to this entry in this file.
+23 ;;^DD(350,13,"DT")
+24 ;;=2910205
+25 ;;^DD(350,14,0)
+26 ;;=DATE LAST UPDATED^D^^1;4^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
+27 ;;^DD(350,14,5,1,0)
+28 ;;=350^.05^3
+29 ;;^DD(350,14,21,0)
+30 ;;=^^1^1^2910301^
+31 ;;^DD(350,14,21,1,0)
+32 ;;=This is the date/time that this entry was last updated.
+33 ;;^DD(350,14,"DT")
+34 ;;=2910205
+35 ;;^DD(350,15,0)
+36 ;;=CHAMPVA ADM DATE^D^^1;5^S %DT="EX" D ^%DT S X=Y K:Y<1 X
+37 ;;^DD(350,15,1,0)
+38 ;;=^.1
+39 ;;^DD(350,15,1,1,0)
+40 ;;=350^ACVA1^MUMPS
+41 ;;^DD(350,15,1,1,1)
+42 ;;=I X,$D(^IB(DA,0)),$P(^(0),"^",2) S ^IB("ACVA",$P(^(0),"^",2),X,DA)=""
+43 ;;^DD(350,15,1,1,2)
+44 ;;=I X,$D(^IB(DA,0)),$P(^(0),"^",2) K ^IB("ACVA",$P(^(0),"^",2),X,DA)
+45 ;;^DD(350,15,1,1,"%D",0)
+46 ;;=^^3^3^2930728^
+47 ;;^DD(350,15,1,1,"%D",1,0)
+48 ;;=This cross-reference is used in conjunction with the ACVA cross
+49 ;;^DD(350,15,1,1,"%D",2,0)
+50 ;;=reference on the PATIENT (#.02) field to cross reference all
+51 ;;^DD(350,15,1,1,"%D",3,0)
+52 ;;=CHAMPVA inpatient subsistence charges by patient and admission date.
+53 ;;^DD(350,15,1,1,"DT")
+54 ;;=2930728
+55 ;;^DD(350,15,21,0)
+56 ;;=^^1^1^2930728^
+57 ;;^DD(350,15,21,1,0)
+58 ;;=This is the admission date for the episode of CHAMPVA care being billed.
+59 ;;^DD(350,15,"DT")
+60 ;;=2930728