ACDON001 ;IHS/ADC/EDE/KML - NO DESCRIPTION PROVIDED;
;;4.1;CHEMICAL DEPENDENCY MIS;;MAY 11, 1998
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
;;^UTILITY(U,$J,"PRO",563,0)
;;=ACD GR QUIT^Quit Item Selection^^A^^^^^^^^LIST MANAGER
;;^UTILITY(U,$J,"PRO",563,1,0)
;;=^^1^1^2960626^^^
;;^UTILITY(U,$J,"PRO",563,1,1,0)
;;=This protocol can be used as a generic 'quit' action.
;;^UTILITY(U,$J,"PRO",563,2,0)
;;=^101.02A^2^1
;;^UTILITY(U,$J,"PRO",563,2,2,0)
;;=QUIT
;;^UTILITY(U,$J,"PRO",563,2,"B","QUIT",2)
;;=
;;^UTILITY(U,$J,"PRO",563,20)
;;=D Q^ACDRL4
;;^UTILITY(U,$J,"PRO",563,99)
;;=56791,50488
;;^UTILITY(U,$J,"PRO",564,0)
;;=ACD GR EXIT REPORT^Exit Report^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",564,20)
;;=D EXITR^ACDRL4
;;^UTILITY(U,$J,"PRO",564,99)
;;=56791,50513
;;^UTILITY(U,$J,"PRO",565,0)
;;=ACD GR NEXT SCREEN^Next Screen^^A^^^^^^^^LIST MANAGER
;;^UTILITY(U,$J,"PRO",565,1,0)
;;=^^2^2^2920519^^^
;;^UTILITY(U,$J,"PRO",565,1,1,0)
;;=This action will allow the user to view the next screen
;;^UTILITY(U,$J,"PRO",565,1,2,0)
;;=of entries, if any exist.
;;^UTILITY(U,$J,"PRO",565,2,0)
;;=^101.02A^1^1
;;^UTILITY(U,$J,"PRO",565,2,1,0)
;;=NX
;;^UTILITY(U,$J,"PRO",565,2,"B","NX",1)
;;=
;;^UTILITY(U,$J,"PRO",565,20)
;;=D NEXT^VALM4
;;^UTILITY(U,$J,"PRO",565,99)
;;=56791,50542
;;^UTILITY(U,$J,"PRO",566,0)
;;=ACD GR PREVIOUS SCREEN^Previous Screen^^A^^^^^^^^LIST MANAGER
;;^UTILITY(U,$J,"PRO",566,1,0)
;;=^^2^2^2920113^^
;;^UTILITY(U,$J,"PRO",566,1,1,0)
;;=This action will allow the user to view the previous screen
;;^UTILITY(U,$J,"PRO",566,1,2,0)
;;=of entries, if any exist.
;;^UTILITY(U,$J,"PRO",566,2,0)
;;=^101.02A^3^3
;;^UTILITY(U,$J,"PRO",566,2,1,0)
;;=PR
;;^UTILITY(U,$J,"PRO",566,2,2,0)
;;=BK
;;^UTILITY(U,$J,"PRO",566,2,3,0)
;;=PR
;;^UTILITY(U,$J,"PRO",566,2,"B","BK",2)
;;=
;;^UTILITY(U,$J,"PRO",566,2,"B","PR",1)
;;=
;;^UTILITY(U,$J,"PRO",566,2,"B","PR",3)
;;=
;;^UTILITY(U,$J,"PRO",566,20)
;;=D PREV^VALM4
;;^UTILITY(U,$J,"PRO",566,99)
;;=56791,50569
;;^UTILITY(U,$J,"PRO",567,0)
;;=ACD GR MENU SELECTION^CDMIS General Retrieval Menu^^M^^^^^^^^
;;^UTILITY(U,$J,"PRO",567,4)
;;=25
;;^UTILITY(U,$J,"PRO",567,10,0)
;;=^101.01PA^6^6
;;^UTILITY(U,$J,"PRO",567,10,1,0)
;;=564^E^99
;;^UTILITY(U,$J,"PRO",567,10,1,"^")
;;=ACD GR EXIT REPORT
;;^UTILITY(U,$J,"PRO",567,10,2,0)
;;=565^+^30
;;^UTILITY(U,$J,"PRO",567,10,2,"^")
;;=ACD GR NEXT SCREEN
;;^UTILITY(U,$J,"PRO",567,10,3,0)
;;=566^-^40
;;^UTILITY(U,$J,"PRO",567,10,3,"^")
;;=ACD GR PREVIOUS SCREEN
;;^UTILITY(U,$J,"PRO",567,10,4,0)
;;=563^Q^50
;;^UTILITY(U,$J,"PRO",567,10,4,"^")
;;=ACD GR QUIT
;;^UTILITY(U,$J,"PRO",567,10,5,0)
;;=568^S^10
;;^UTILITY(U,$J,"PRO",567,10,5,"^")
;;=ACD GR SELECT ITEM
;;^UTILITY(U,$J,"PRO",567,10,6,0)
;;=569^R^20
;;^UTILITY(U,$J,"PRO",567,10,6,"^")
;;=ACD GR REMOVE ITEMS
;;^UTILITY(U,$J,"PRO",567,26)
;;=D SHOW^VALM
;;^UTILITY(U,$J,"PRO",567,28)
;;=Select Action:
;;^UTILITY(U,$J,"PRO",567,29)
;;=S
;;^UTILITY(U,$J,"PRO",567,99)
;;=56791,51153
;;^UTILITY(U,$J,"PRO",568,0)
;;=ACD GR SELECT ITEM^Select Item(s)^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",568,20)
;;=D ADD^ACDRL4
;;^UTILITY(U,$J,"PRO",568,99)
;;=56791,50632
;;^UTILITY(U,$J,"PRO",569,0)
;;=ACD GR REMOVE ITEMS^Remove Item(s)^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",569,20)
;;=D REM^ACDRL4
;;^UTILITY(U,$J,"PRO",569,99)
;;=56791,50656
ACDON001 ;IHS/ADC/EDE/KML - NO DESCRIPTION PROVIDED;
+1 ;;4.1;CHEMICAL DEPENDENCY MIS;;MAY 11, 1998
+2 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 ;;^UTILITY(U,$J,"PRO",563,0)
+2 ;;=ACD GR QUIT^Quit Item Selection^^A^^^^^^^^LIST MANAGER
+3 ;;^UTILITY(U,$J,"PRO",563,1,0)
+4 ;;=^^1^1^2960626^^^
+5 ;;^UTILITY(U,$J,"PRO",563,1,1,0)
+6 ;;=This protocol can be used as a generic 'quit' action.
+7 ;;^UTILITY(U,$J,"PRO",563,2,0)
+8 ;;=^101.02A^2^1
+9 ;;^UTILITY(U,$J,"PRO",563,2,2,0)
+10 ;;=QUIT
+11 ;;^UTILITY(U,$J,"PRO",563,2,"B","QUIT",2)
+12 ;;=
+13 ;;^UTILITY(U,$J,"PRO",563,20)
+14 ;;=D Q^ACDRL4
+15 ;;^UTILITY(U,$J,"PRO",563,99)
+16 ;;=56791,50488
+17 ;;^UTILITY(U,$J,"PRO",564,0)
+18 ;;=ACD GR EXIT REPORT^Exit Report^^A^^^^^^^^
+19 ;;^UTILITY(U,$J,"PRO",564,20)
+20 ;;=D EXITR^ACDRL4
+21 ;;^UTILITY(U,$J,"PRO",564,99)
+22 ;;=56791,50513
+23 ;;^UTILITY(U,$J,"PRO",565,0)
+24 ;;=ACD GR NEXT SCREEN^Next Screen^^A^^^^^^^^LIST MANAGER
+25 ;;^UTILITY(U,$J,"PRO",565,1,0)
+26 ;;=^^2^2^2920519^^^
+27 ;;^UTILITY(U,$J,"PRO",565,1,1,0)
+28 ;;=This action will allow the user to view the next screen
+29 ;;^UTILITY(U,$J,"PRO",565,1,2,0)
+30 ;;=of entries, if any exist.
+31 ;;^UTILITY(U,$J,"PRO",565,2,0)
+32 ;;=^101.02A^1^1
+33 ;;^UTILITY(U,$J,"PRO",565,2,1,0)
+34 ;;=NX
+35 ;;^UTILITY(U,$J,"PRO",565,2,"B","NX",1)
+36 ;;=
+37 ;;^UTILITY(U,$J,"PRO",565,20)
+38 ;;=D NEXT^VALM4
+39 ;;^UTILITY(U,$J,"PRO",565,99)
+40 ;;=56791,50542
+41 ;;^UTILITY(U,$J,"PRO",566,0)
+42 ;;=ACD GR PREVIOUS SCREEN^Previous Screen^^A^^^^^^^^LIST MANAGER
+43 ;;^UTILITY(U,$J,"PRO",566,1,0)
+44 ;;=^^2^2^2920113^^
+45 ;;^UTILITY(U,$J,"PRO",566,1,1,0)
+46 ;;=This action will allow the user to view the previous screen
+47 ;;^UTILITY(U,$J,"PRO",566,1,2,0)
+48 ;;=of entries, if any exist.
+49 ;;^UTILITY(U,$J,"PRO",566,2,0)
+50 ;;=^101.02A^3^3
+51 ;;^UTILITY(U,$J,"PRO",566,2,1,0)
+52 ;;=PR
+53 ;;^UTILITY(U,$J,"PRO",566,2,2,0)
+54 ;;=BK
+55 ;;^UTILITY(U,$J,"PRO",566,2,3,0)
+56 ;;=PR
+57 ;;^UTILITY(U,$J,"PRO",566,2,"B","BK",2)
+58 ;;=
+59 ;;^UTILITY(U,$J,"PRO",566,2,"B","PR",1)
+60 ;;=
+61 ;;^UTILITY(U,$J,"PRO",566,2,"B","PR",3)
+62 ;;=
+63 ;;^UTILITY(U,$J,"PRO",566,20)
+64 ;;=D PREV^VALM4
+65 ;;^UTILITY(U,$J,"PRO",566,99)
+66 ;;=56791,50569
+67 ;;^UTILITY(U,$J,"PRO",567,0)
+68 ;;=ACD GR MENU SELECTION^CDMIS General Retrieval Menu^^M^^^^^^^^
+69 ;;^UTILITY(U,$J,"PRO",567,4)
+70 ;;=25
+71 ;;^UTILITY(U,$J,"PRO",567,10,0)
+72 ;;=^101.01PA^6^6
+73 ;;^UTILITY(U,$J,"PRO",567,10,1,0)
+74 ;;=564^E^99
+75 ;;^UTILITY(U,$J,"PRO",567,10,1,"^")
+76 ;;=ACD GR EXIT REPORT
+77 ;;^UTILITY(U,$J,"PRO",567,10,2,0)
+78 ;;=565^+^30
+79 ;;^UTILITY(U,$J,"PRO",567,10,2,"^")
+80 ;;=ACD GR NEXT SCREEN
+81 ;;^UTILITY(U,$J,"PRO",567,10,3,0)
+82 ;;=566^-^40
+83 ;;^UTILITY(U,$J,"PRO",567,10,3,"^")
+84 ;;=ACD GR PREVIOUS SCREEN
+85 ;;^UTILITY(U,$J,"PRO",567,10,4,0)
+86 ;;=563^Q^50
+87 ;;^UTILITY(U,$J,"PRO",567,10,4,"^")
+88 ;;=ACD GR QUIT
+89 ;;^UTILITY(U,$J,"PRO",567,10,5,0)
+90 ;;=568^S^10
+91 ;;^UTILITY(U,$J,"PRO",567,10,5,"^")
+92 ;;=ACD GR SELECT ITEM
+93 ;;^UTILITY(U,$J,"PRO",567,10,6,0)
+94 ;;=569^R^20
+95 ;;^UTILITY(U,$J,"PRO",567,10,6,"^")
+96 ;;=ACD GR REMOVE ITEMS
+97 ;;^UTILITY(U,$J,"PRO",567,26)
+98 ;;=D SHOW^VALM
+99 ;;^UTILITY(U,$J,"PRO",567,28)
+100 ;;=Select Action:
+101 ;;^UTILITY(U,$J,"PRO",567,29)
+102 ;;=S
+103 ;;^UTILITY(U,$J,"PRO",567,99)
+104 ;;=56791,51153
+105 ;;^UTILITY(U,$J,"PRO",568,0)
+106 ;;=ACD GR SELECT ITEM^Select Item(s)^^A^^^^^^^^
+107 ;;^UTILITY(U,$J,"PRO",568,20)
+108 ;;=D ADD^ACDRL4
+109 ;;^UTILITY(U,$J,"PRO",568,99)
+110 ;;=56791,50632
+111 ;;^UTILITY(U,$J,"PRO",569,0)
+112 ;;=ACD GR REMOVE ITEMS^Remove Item(s)^^A^^^^^^^^
+113 ;;^UTILITY(U,$J,"PRO",569,20)
+114 ;;=D REM^ACDRL4
+115 ;;^UTILITY(U,$J,"PRO",569,99)
+116 ;;=56791,50656