IBINI05X ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(356.11) 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.11,0,"GL")
;;=^IBE(356.11,
;;^DIC("B","CLAIMS TRACKING REVIEW TYPE",356.11)
;;=
;;^DIC(356.11,"%D",0)
;;=^^8^8^2940214^^^^
;;^DIC(356.11,"%D",1,0)
;;=This is the type of Review that is being performed by MCCR or UR. This
;;^DIC(356.11,"%D",2,0)
;;=file may contain the logic to determine which quesions and/or screens
;;^DIC(356.11,"%D",3,0)
;;=can be presented to the user in the future.
;;^DIC(356.11,"%D",4,0)
;;=
;;^DIC(356.11,"%D",5,0)
;;=Do NOT add, edit, or delete entries in this file without instructions
;;^DIC(356.11,"%D",6,0)
;;=from your ISC.
;;^DIC(356.11,"%D",7,0)
;;=
;;^DIC(356.11,"%D",8,0)
;;=Per VHA Directive 10-93-142, this file definition should not be modified.
;;^DD(356.11,0)
;;=FIELD^^.03^3
;;^DD(356.11,0,"DDA")
;;=N
;;^DD(356.11,0,"DT")
;;=2930826
;;^DD(356.11,0,"ID",.02)
;;=W " ",$P(^(0),U,2)
;;^DD(356.11,0,"IX","ACODE",356.11,.02)
;;=
;;^DD(356.11,0,"IX","B",356.11,.01)
;;=
;;^DD(356.11,0,"IX","C",356.11,.02)
;;=
;;^DD(356.11,0,"NM","CLAIMS TRACKING REVIEW TYPE")
;;=
;;^DD(356.11,0,"PT",356.1,.22)
;;=
;;^DD(356.11,0,"PT",356.2,.04)
;;=
;;^DD(356.11,.01,0)
;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
;;^DD(356.11,.01,1,0)
;;=^.1
;;^DD(356.11,.01,1,1,0)
;;=356.11^B
;;^DD(356.11,.01,1,1,1)
;;=S ^IBE(356.11,"B",$E(X,1,30),DA)=""
;;^DD(356.11,.01,1,1,2)
;;=K ^IBE(356.11,"B",$E(X,1,30),DA)
;;^DD(356.11,.01,3)
;;=Enter the name of the type of Review. Answer must be 3-30 characters in length.
;;^DD(356.11,.01,21,0)
;;=^^1^1^2930714^
;;^DD(356.11,.01,21,1,0)
;;=This is the name of the type of Review being performed.
;;^DD(356.11,.01,"DT")
;;=2930714
;;^DD(356.11,.02,0)
;;=CODE^NJ3,0^^0;2^K:+X'=X!(X>100)!(X<10)!(X?.E1"."1N.N) X
;;^DD(356.11,.02,1,0)
;;=^.1
;;^DD(356.11,.02,1,1,0)
;;=356.11^ACODE
;;^DD(356.11,.02,1,1,1)
;;=S ^IBE(356.11,"ACODE",$E(X,1,30),DA)=""
;;^DD(356.11,.02,1,1,2)
;;=K ^IBE(356.11,"ACODE",$E(X,1,30),DA)
;;^DD(356.11,.02,1,1,3)
;;=DO NOT DELETE
;;^DD(356.11,.02,1,1,"%D",0)
;;=^^2^2^2930706^
;;^DD(356.11,.02,1,1,"%D",1,0)
;;=Regular cross-reference used to look-up review type internally by code
;;^DD(356.11,.02,1,1,"%D",2,0)
;;=number.
;;^DD(356.11,.02,1,1,"DT")
;;=2930706
;;^DD(356.11,.02,1,2,0)
;;=356.11^C
;;^DD(356.11,.02,1,2,1)
;;=S ^IBE(356.11,"C",$E(X,1,30),DA)=""
;;^DD(356.11,.02,1,2,2)
;;=K ^IBE(356.11,"C",$E(X,1,30),DA)
;;^DD(356.11,.02,1,2,"DT")
;;=2930803
;;^DD(356.11,.02,3)
;;=Type a Number between 10 and 100, 0 Decimal Digits
;;^DD(356.11,.02,21,0)
;;=^^2^2^2930714^
;;^DD(356.11,.02,21,1,0)
;;=Enter the internal code used by the claims tracking module to identify
;;^DD(356.11,.02,21,2,0)
;;=this specific type of review.
;;^DD(356.11,.02,"DT")
;;=2930803
;;^DD(356.11,.03,0)
;;=ABBREVIATION^F^^0;3^K:$L(X)>10!($L(X)<2) X
;;^DD(356.11,.03,3)
;;=Answer must be 2-10 characters in length.
;;^DD(356.11,.03,21,0)
;;=^^2^2^2930826^
;;^DD(356.11,.03,21,1,0)
;;=This is the abbreviation for this type of review that will be displayed
;;^DD(356.11,.03,21,2,0)
;;=on reports and input screens.
;;^DD(356.11,.03,"DT")
;;=2930826
IBINI05X ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(356.11)
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.11,0,"GL")
+2 ;;=^IBE(356.11,
+3 ;;^DIC("B","CLAIMS TRACKING REVIEW TYPE",356.11)
+4 ;;=
+5 ;;^DIC(356.11,"%D",0)
+6 ;;=^^8^8^2940214^^^^
+7 ;;^DIC(356.11,"%D",1,0)
+8 ;;=This is the type of Review that is being performed by MCCR or UR. This
+9 ;;^DIC(356.11,"%D",2,0)
+10 ;;=file may contain the logic to determine which quesions and/or screens
+11 ;;^DIC(356.11,"%D",3,0)
+12 ;;=can be presented to the user in the future.
+13 ;;^DIC(356.11,"%D",4,0)
+14 ;;=
+15 ;;^DIC(356.11,"%D",5,0)
+16 ;;=Do NOT add, edit, or delete entries in this file without instructions
+17 ;;^DIC(356.11,"%D",6,0)
+18 ;;=from your ISC.
+19 ;;^DIC(356.11,"%D",7,0)
+20 ;;=
+21 ;;^DIC(356.11,"%D",8,0)
+22 ;;=Per VHA Directive 10-93-142, this file definition should not be modified.
+23 ;;^DD(356.11,0)
+24 ;;=FIELD^^.03^3
+25 ;;^DD(356.11,0,"DDA")
+26 ;;=N
+27 ;;^DD(356.11,0,"DT")
+28 ;;=2930826
+29 ;;^DD(356.11,0,"ID",.02)
+30 ;;=W " ",$P(^(0),U,2)
+31 ;;^DD(356.11,0,"IX","ACODE",356.11,.02)
+32 ;;=
+33 ;;^DD(356.11,0,"IX","B",356.11,.01)
+34 ;;=
+35 ;;^DD(356.11,0,"IX","C",356.11,.02)
+36 ;;=
+37 ;;^DD(356.11,0,"NM","CLAIMS TRACKING REVIEW TYPE")
+38 ;;=
+39 ;;^DD(356.11,0,"PT",356.1,.22)
+40 ;;=
+41 ;;^DD(356.11,0,"PT",356.2,.04)
+42 ;;=
+43 ;;^DD(356.11,.01,0)
+44 ;;=NAME^RF^^0;1^K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
+45 ;;^DD(356.11,.01,1,0)
+46 ;;=^.1
+47 ;;^DD(356.11,.01,1,1,0)
+48 ;;=356.11^B
+49 ;;^DD(356.11,.01,1,1,1)
+50 ;;=S ^IBE(356.11,"B",$E(X,1,30),DA)=""
+51 ;;^DD(356.11,.01,1,1,2)
+52 ;;=K ^IBE(356.11,"B",$E(X,1,30),DA)
+53 ;;^DD(356.11,.01,3)
+54 ;;=Enter the name of the type of Review. Answer must be 3-30 characters in length.
+55 ;;^DD(356.11,.01,21,0)
+56 ;;=^^1^1^2930714^
+57 ;;^DD(356.11,.01,21,1,0)
+58 ;;=This is the name of the type of Review being performed.
+59 ;;^DD(356.11,.01,"DT")
+60 ;;=2930714
+61 ;;^DD(356.11,.02,0)
+62 ;;=CODE^NJ3,0^^0;2^K:+X'=X!(X>100)!(X<10)!(X?.E1"."1N.N) X
+63 ;;^DD(356.11,.02,1,0)
+64 ;;=^.1
+65 ;;^DD(356.11,.02,1,1,0)
+66 ;;=356.11^ACODE
+67 ;;^DD(356.11,.02,1,1,1)
+68 ;;=S ^IBE(356.11,"ACODE",$E(X,1,30),DA)=""
+69 ;;^DD(356.11,.02,1,1,2)
+70 ;;=K ^IBE(356.11,"ACODE",$E(X,1,30),DA)
+71 ;;^DD(356.11,.02,1,1,3)
+72 ;;=DO NOT DELETE
+73 ;;^DD(356.11,.02,1,1,"%D",0)
+74 ;;=^^2^2^2930706^
+75 ;;^DD(356.11,.02,1,1,"%D",1,0)
+76 ;;=Regular cross-reference used to look-up review type internally by code
+77 ;;^DD(356.11,.02,1,1,"%D",2,0)
+78 ;;=number.
+79 ;;^DD(356.11,.02,1,1,"DT")
+80 ;;=2930706
+81 ;;^DD(356.11,.02,1,2,0)
+82 ;;=356.11^C
+83 ;;^DD(356.11,.02,1,2,1)
+84 ;;=S ^IBE(356.11,"C",$E(X,1,30),DA)=""
+85 ;;^DD(356.11,.02,1,2,2)
+86 ;;=K ^IBE(356.11,"C",$E(X,1,30),DA)
+87 ;;^DD(356.11,.02,1,2,"DT")
+88 ;;=2930803
+89 ;;^DD(356.11,.02,3)
+90 ;;=Type a Number between 10 and 100, 0 Decimal Digits
+91 ;;^DD(356.11,.02,21,0)
+92 ;;=^^2^2^2930714^
+93 ;;^DD(356.11,.02,21,1,0)
+94 ;;=Enter the internal code used by the claims tracking module to identify
+95 ;;^DD(356.11,.02,21,2,0)
+96 ;;=this specific type of review.
+97 ;;^DD(356.11,.02,"DT")
+98 ;;=2930803
+99 ;;^DD(356.11,.03,0)
+100 ;;=ABBREVIATION^F^^0;3^K:$L(X)>10!($L(X)<2) X
+101 ;;^DD(356.11,.03,3)
+102 ;;=Answer must be 2-10 characters in length.
+103 ;;^DD(356.11,.03,21,0)
+104 ;;=^^2^2^2930826^
+105 ;;^DD(356.11,.03,21,1,0)
+106 ;;=This is the abbreviation for this type of review that will be displayed
+107 ;;^DD(356.11,.03,21,2,0)
+108 ;;=on reports and input screens.
+109 ;;^DD(356.11,.03,"DT")
+110 ;;=2930826