IBINI072 ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(356.7) 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
;;^DIC(356.7,0,"GL")
;;=^IBE(356.7,
;;^DIC("B","CLAIMS TRACKING ACTION",356.7)
;;=
;;^DIC(356.7,"%D",0)
;;=^^7^7^2940214^^^^
;;^DIC(356.7,"%D",1,0)
;;=This file contains a list of the types of actions that may be taken
;;^DIC(356.7,"%D",2,0)
;;=on a review or a contact by an insurance company
;;^DIC(356.7,"%D",3,0)
;;=
;;^DIC(356.7,"%D",4,0)
;;=Do NOT add, edit, or delete entries in this file without instructions
;;^DIC(356.7,"%D",5,0)
;;=from your ISC.
;;^DIC(356.7,"%D",6,0)
;;=
;;^DIC(356.7,"%D",7,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(356.7,0)
;;=FIELD^^.03^3
;;^DD(356.7,0,"DDA")
;;=N
;;^DD(356.7,0,"DT")
;;=2930728
;;^DD(356.7,0,"IX","ACODE",356.7,.03)
;;=
;;^DD(356.7,0,"IX","B",356.7,.01)
;;=
;;^DD(356.7,0,"NM","CLAIMS TRACKING ACTION")
;;=
;;^DD(356.7,0,"PT",356.2,.11)
;;=
;;^DD(356.7,.001,0)
;;=NUMBER^NJ6,0^^ ^K:+X'=X!(X>999999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(356.7,.001,3)
;;=Type a Number between 1 and 999999, 0 Decimal Digits
;;^DD(356.7,.001,21,0)
;;=^^1^1^2931128^
;;^DD(356.7,.001,21,1,0)
;;=This is the number of the Action. It is used for look-up purposes.
;;^DD(356.7,.001,"DT")
;;=2930610
;;^DD(356.7,.01,0)
;;=NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
;;^DD(356.7,.01,1,0)
;;=^.1
;;^DD(356.7,.01,1,1,0)
;;=356.7^B
;;^DD(356.7,.01,1,1,1)
;;=S ^IBE(356.7,"B",$E(X,1,30),DA)=""
;;^DD(356.7,.01,1,1,2)
;;=K ^IBE(356.7,"B",$E(X,1,30),DA)
;;^DD(356.7,.01,3)
;;=NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
;;^DD(356.7,.01,21,0)
;;=^^3^3^2940213^^
;;^DD(356.7,.01,21,1,0)
;;=This is the name of the action that can be taken by an insurance
;;^DD(356.7,.01,21,2,0)
;;=company on a review or contact. Do not locally add, edit, or delete
;;^DD(356.7,.01,21,3,0)
;;=entries from this file.
;;^DD(356.7,.03,0)
;;=CODE^NJ3,0I^^0;3^K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
;;^DD(356.7,.03,1,0)
;;=^.1
;;^DD(356.7,.03,1,1,0)
;;=356.7^ACODE
;;^DD(356.7,.03,1,1,1)
;;=S ^IBE(356.7,"ACODE",$E(X,1,30),DA)=""
;;^DD(356.7,.03,1,1,2)
;;=K ^IBE(356.7,"ACODE",$E(X,1,30),DA)
;;^DD(356.7,.03,1,1,"DT")
;;=2930811
;;^DD(356.7,.03,3)
;;=Type a Number between 1 and 999, 0 Decimal Digits
;;^DD(356.7,.03,21,0)
;;=^^3^3^2931128^
;;^DD(356.7,.03,21,1,0)
;;=This is the code for this type of action entry. This number is used
;;^DD(356.7,.03,21,2,0)
;;=internally by the Claims Tracking module and should not be modified
;;^DD(356.7,.03,21,3,0)
;;=locally.
;;^DD(356.7,.03,"DT")
;;=2931128
IBINI072 ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(356.7)
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 ;;^DIC(356.7,0,"GL")
+2 ;;=^IBE(356.7,
+3 ;;^DIC("B","CLAIMS TRACKING ACTION",356.7)
+4 ;;=
+5 ;;^DIC(356.7,"%D",0)
+6 ;;=^^7^7^2940214^^^^
+7 ;;^DIC(356.7,"%D",1,0)
+8 ;;=This file contains a list of the types of actions that may be taken
+9 ;;^DIC(356.7,"%D",2,0)
+10 ;;=on a review or a contact by an insurance company
+11 ;;^DIC(356.7,"%D",3,0)
+12 ;;=
+13 ;;^DIC(356.7,"%D",4,0)
+14 ;;=Do NOT add, edit, or delete entries in this file without instructions
+15 ;;^DIC(356.7,"%D",5,0)
+16 ;;=from your ISC.
+17 ;;^DIC(356.7,"%D",6,0)
+18 ;;=
+19 ;;^DIC(356.7,"%D",7,0)
+20 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+21 ;;^DD(356.7,0)
+22 ;;=FIELD^^.03^3
+23 ;;^DD(356.7,0,"DDA")
+24 ;;=N
+25 ;;^DD(356.7,0,"DT")
+26 ;;=2930728
+27 ;;^DD(356.7,0,"IX","ACODE",356.7,.03)
+28 ;;=
+29 ;;^DD(356.7,0,"IX","B",356.7,.01)
+30 ;;=
+31 ;;^DD(356.7,0,"NM","CLAIMS TRACKING ACTION")
+32 ;;=
+33 ;;^DD(356.7,0,"PT",356.2,.11)
+34 ;;=
+35 ;;^DD(356.7,.001,0)
+36 ;;=NUMBER^NJ6,0^^ ^K:+X'=X!(X>999999)!(X<1)!(X?.E1"."1N.N) X
+37 ;;^DD(356.7,.001,3)
+38 ;;=Type a Number between 1 and 999999, 0 Decimal Digits
+39 ;;^DD(356.7,.001,21,0)
+40 ;;=^^1^1^2931128^
+41 ;;^DD(356.7,.001,21,1,0)
+42 ;;=This is the number of the Action. It is used for look-up purposes.
+43 ;;^DD(356.7,.001,"DT")
+44 ;;=2930610
+45 ;;^DD(356.7,.01,0)
+46 ;;=NAME^RF^^0;1^K:$L(X)>30!(X?.N)!($L(X)<3)!'(X'?1P.E) X
+47 ;;^DD(356.7,.01,1,0)
+48 ;;=^.1
+49 ;;^DD(356.7,.01,1,1,0)
+50 ;;=356.7^B
+51 ;;^DD(356.7,.01,1,1,1)
+52 ;;=S ^IBE(356.7,"B",$E(X,1,30),DA)=""
+53 ;;^DD(356.7,.01,1,1,2)
+54 ;;=K ^IBE(356.7,"B",$E(X,1,30),DA)
+55 ;;^DD(356.7,.01,3)
+56 ;;=NAME MUST BE 3-30 CHARACTERS, NOT NUMERIC OR STARTING WITH PUNCTUATION
+57 ;;^DD(356.7,.01,21,0)
+58 ;;=^^3^3^2940213^^
+59 ;;^DD(356.7,.01,21,1,0)
+60 ;;=This is the name of the action that can be taken by an insurance
+61 ;;^DD(356.7,.01,21,2,0)
+62 ;;=company on a review or contact. Do not locally add, edit, or delete
+63 ;;^DD(356.7,.01,21,3,0)
+64 ;;=entries from this file.
+65 ;;^DD(356.7,.03,0)
+66 ;;=CODE^NJ3,0I^^0;3^K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
+67 ;;^DD(356.7,.03,1,0)
+68 ;;=^.1
+69 ;;^DD(356.7,.03,1,1,0)
+70 ;;=356.7^ACODE
+71 ;;^DD(356.7,.03,1,1,1)
+72 ;;=S ^IBE(356.7,"ACODE",$E(X,1,30),DA)=""
+73 ;;^DD(356.7,.03,1,1,2)
+74 ;;=K ^IBE(356.7,"ACODE",$E(X,1,30),DA)
+75 ;;^DD(356.7,.03,1,1,"DT")
+76 ;;=2930811
+77 ;;^DD(356.7,.03,3)
+78 ;;=Type a Number between 1 and 999, 0 Decimal Digits
+79 ;;^DD(356.7,.03,21,0)
+80 ;;=^^3^3^2931128^
+81 ;;^DD(356.7,.03,21,1,0)
+82 ;;=This is the code for this type of action entry. This number is used
+83 ;;^DD(356.7,.03,21,2,0)
+84 ;;=internally by the Claims Tracking module and should not be modified
+85 ;;^DD(356.7,.03,21,3,0)
+86 ;;=locally.
+87 ;;^DD(356.7,.03,"DT")
+88 ;;=2931128