GMPLO002 ; ; 25-AUG-1994
;;2.0;Problem List;;Aug 25, 1994
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",2355,99)
;;=55908,59625
;;^UTILITY(U,$J,"PRO",2356,0)
;;=GMPL INACTIVATE^Inactivate Problems^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",2356,1,0)
;;=^^1^1^2930811^^^^
;;^UTILITY(U,$J,"PRO",2356,1,1,0)
;;=This action allows a problem to be inactivated.
;;^UTILITY(U,$J,"PRO",2356,20)
;;=D STATUS^GMPL
;;^UTILITY(U,$J,"PRO",2356,24)
;;=I +$G(GMPCOUNT)>0,$G(GMPLVIEW("ACT"))'="I"
;;^UTILITY(U,$J,"PRO",2356,99)
;;=55965,59688
;;^UTILITY(U,$J,"PRO",2357,0)
;;=GMPLX BLANK1^ ^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",2357,1,0)
;;=^^1^1^2930811^^^^
;;^UTILITY(U,$J,"PRO",2357,1,1,0)
;;=Blank placeholder for menu actions.
;;^UTILITY(U,$J,"PRO",2357,20)
;;=Q
;;^UTILITY(U,$J,"PRO",2357,99)
;;=55908,59742
;;^UTILITY(U,$J,"PRO",2358,0)
;;=GMPLX BLANK2^ ^^A^^^^^^^^
;;^UTILITY(U,$J,"PRO",2358,1,0)
;;=^^1^1^2931001^^^^
;;^UTILITY(U,$J,"PRO",2358,1,1,0)
;;=Blank placeholder for menu actions.
;;^UTILITY(U,$J,"PRO",2358,20)
;;=Q
;;^UTILITY(U,$J,"PRO",2358,99)
;;=55908,59742
;;^UTILITY(U,$J,"PRO",2362,0)
;;=GMPL EDIT PROBLEM^Edit a Problem^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2362,1,0)
;;=^^4^4^2930811^^^^
;;^UTILITY(U,$J,"PRO",2362,1,1,0)
;;=This option allows editing of select fields of a problem entry;
;;^UTILITY(U,$J,"PRO",2362,1,2,0)
;;=all changes made to a patient's problem are recorded in the
;;^UTILITY(U,$J,"PRO",2362,1,3,0)
;;=Problem Audit file. A problem is selected, and control is
;;^UTILITY(U,$J,"PRO",2362,1,4,0)
;;=transferred to the List Manager and GMPL EDIT MENU protocol.
;;^UTILITY(U,$J,"PRO",2362,20)
;;=D EDIT^GMPL
;;^UTILITY(U,$J,"PRO",2362,24)
;;=I +$G(GMPCOUNT)>0
;;^UTILITY(U,$J,"PRO",2362,99)
;;=55908,59536
;;^UTILITY(U,$J,"PRO",2422,0)
;;=GMPL DELETE^Remove Problems^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2422,1,0)
;;=^^3^3^2930811^^
;;^UTILITY(U,$J,"PRO",2422,1,1,0)
;;=This action will remove an entry from a patient's problem list;
;;^UTILITY(U,$J,"PRO",2422,1,2,0)
;;=the problem is not physically deleted from the file, but flagged
;;^UTILITY(U,$J,"PRO",2422,1,3,0)
;;=as "removed" and, except for historical purposes, generally ignored.
;;^UTILITY(U,$J,"PRO",2422,20)
;;=D DELETE^GMPL
;;^UTILITY(U,$J,"PRO",2422,24)
;;=I +$G(GMPCOUNT)>0
;;^UTILITY(U,$J,"PRO",2422,99)
;;=55965,59664
;;^UTILITY(U,$J,"PRO",2423,0)
;;=GMPL EDIT MENU^Edit Problem Values^^M^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2423,1,0)
;;=^^3^3^2930811^^^^
;;^UTILITY(U,$J,"PRO",2423,1,1,0)
;;=This protocol is for use with the List Manager utility, to display
;;^UTILITY(U,$J,"PRO",2423,1,2,0)
;;=the current editable values of the selected problem entry in a list
;;^UTILITY(U,$J,"PRO",2423,1,3,0)
;;=format for editing.
;;^UTILITY(U,$J,"PRO",2423,4)
;;=40^4
;;^UTILITY(U,$J,"PRO",2423,10,0)
;;=^101.01PA^4^5
;;^UTILITY(U,$J,"PRO",2423,10,1,0)
;;=2427^RM^11
;;^UTILITY(U,$J,"PRO",2423,10,1,"^")
;;=GMPL EDIT REMOVE
;;^UTILITY(U,$J,"PRO",2423,10,2,0)
;;=2425^SC^13
;;^UTILITY(U,$J,"PRO",2423,10,2,"^")
;;=GMPL EDIT SAVE
;;^UTILITY(U,$J,"PRO",2423,10,3,0)
;;=2441^CM^1^^^Additional Comments
;;^UTILITY(U,$J,"PRO",2423,10,3,"^")
;;=GMPL EDIT NEW NOTE
;;^UTILITY(U,$J,"PRO",2423,10,4,0)
;;=2358^^5
;;^UTILITY(U,$J,"PRO",2423,10,4,"^")
;;=GMPLX BLANK2
;;^UTILITY(U,$J,"PRO",2423,20)
;;=
;;^UTILITY(U,$J,"PRO",2423,24)
;;=
;;^UTILITY(U,$J,"PRO",2423,26)
;;=D INIT^GMPLEDIT:$G(GMPREBLD),KEYS^GMPLEDT3,SHOW^VALM S:XQORM("B")="Quit"&$$EDITED^GMPLEDT2 XQORM("B")="Save Changes and Exit"
;;^UTILITY(U,$J,"PRO",2423,27)
;;=
;;^UTILITY(U,$J,"PRO",2423,28)
;;=Select Item(s):
GMPLO002 ; ; 25-AUG-1994
+1 ;;2.0;Problem List;;Aug 25, 1994
+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",2355,99)
+2 ;;=55908,59625
+3 ;;^UTILITY(U,$J,"PRO",2356,0)
+4 ;;=GMPL INACTIVATE^Inactivate Problems^^A^^^^^^^^
+5 ;;^UTILITY(U,$J,"PRO",2356,1,0)
+6 ;;=^^1^1^2930811^^^^
+7 ;;^UTILITY(U,$J,"PRO",2356,1,1,0)
+8 ;;=This action allows a problem to be inactivated.
+9 ;;^UTILITY(U,$J,"PRO",2356,20)
+10 ;;=D STATUS^GMPL
+11 ;;^UTILITY(U,$J,"PRO",2356,24)
+12 ;;=I +$G(GMPCOUNT)>0,$G(GMPLVIEW("ACT"))'="I"
+13 ;;^UTILITY(U,$J,"PRO",2356,99)
+14 ;;=55965,59688
+15 ;;^UTILITY(U,$J,"PRO",2357,0)
+16 ;;=GMPLX BLANK1^ ^^A^^^^^^^^
+17 ;;^UTILITY(U,$J,"PRO",2357,1,0)
+18 ;;=^^1^1^2930811^^^^
+19 ;;^UTILITY(U,$J,"PRO",2357,1,1,0)
+20 ;;=Blank placeholder for menu actions.
+21 ;;^UTILITY(U,$J,"PRO",2357,20)
+22 ;;=Q
+23 ;;^UTILITY(U,$J,"PRO",2357,99)
+24 ;;=55908,59742
+25 ;;^UTILITY(U,$J,"PRO",2358,0)
+26 ;;=GMPLX BLANK2^ ^^A^^^^^^^^
+27 ;;^UTILITY(U,$J,"PRO",2358,1,0)
+28 ;;=^^1^1^2931001^^^^
+29 ;;^UTILITY(U,$J,"PRO",2358,1,1,0)
+30 ;;=Blank placeholder for menu actions.
+31 ;;^UTILITY(U,$J,"PRO",2358,20)
+32 ;;=Q
+33 ;;^UTILITY(U,$J,"PRO",2358,99)
+34 ;;=55908,59742
+35 ;;^UTILITY(U,$J,"PRO",2362,0)
+36 ;;=GMPL EDIT PROBLEM^Edit a Problem^^A^^^^^^^^PROBLEM LIST
+37 ;;^UTILITY(U,$J,"PRO",2362,1,0)
+38 ;;=^^4^4^2930811^^^^
+39 ;;^UTILITY(U,$J,"PRO",2362,1,1,0)
+40 ;;=This option allows editing of select fields of a problem entry;
+41 ;;^UTILITY(U,$J,"PRO",2362,1,2,0)
+42 ;;=all changes made to a patient's problem are recorded in the
+43 ;;^UTILITY(U,$J,"PRO",2362,1,3,0)
+44 ;;=Problem Audit file. A problem is selected, and control is
+45 ;;^UTILITY(U,$J,"PRO",2362,1,4,0)
+46 ;;=transferred to the List Manager and GMPL EDIT MENU protocol.
+47 ;;^UTILITY(U,$J,"PRO",2362,20)
+48 ;;=D EDIT^GMPL
+49 ;;^UTILITY(U,$J,"PRO",2362,24)
+50 ;;=I +$G(GMPCOUNT)>0
+51 ;;^UTILITY(U,$J,"PRO",2362,99)
+52 ;;=55908,59536
+53 ;;^UTILITY(U,$J,"PRO",2422,0)
+54 ;;=GMPL DELETE^Remove Problems^^A^^^^^^^^PROBLEM LIST
+55 ;;^UTILITY(U,$J,"PRO",2422,1,0)
+56 ;;=^^3^3^2930811^^
+57 ;;^UTILITY(U,$J,"PRO",2422,1,1,0)
+58 ;;=This action will remove an entry from a patient's problem list;
+59 ;;^UTILITY(U,$J,"PRO",2422,1,2,0)
+60 ;;=the problem is not physically deleted from the file, but flagged
+61 ;;^UTILITY(U,$J,"PRO",2422,1,3,0)
+62 ;;=as "removed" and, except for historical purposes, generally ignored.
+63 ;;^UTILITY(U,$J,"PRO",2422,20)
+64 ;;=D DELETE^GMPL
+65 ;;^UTILITY(U,$J,"PRO",2422,24)
+66 ;;=I +$G(GMPCOUNT)>0
+67 ;;^UTILITY(U,$J,"PRO",2422,99)
+68 ;;=55965,59664
+69 ;;^UTILITY(U,$J,"PRO",2423,0)
+70 ;;=GMPL EDIT MENU^Edit Problem Values^^M^^^^^^^^PROBLEM LIST
+71 ;;^UTILITY(U,$J,"PRO",2423,1,0)
+72 ;;=^^3^3^2930811^^^^
+73 ;;^UTILITY(U,$J,"PRO",2423,1,1,0)
+74 ;;=This protocol is for use with the List Manager utility, to display
+75 ;;^UTILITY(U,$J,"PRO",2423,1,2,0)
+76 ;;=the current editable values of the selected problem entry in a list
+77 ;;^UTILITY(U,$J,"PRO",2423,1,3,0)
+78 ;;=format for editing.
+79 ;;^UTILITY(U,$J,"PRO",2423,4)
+80 ;;=40^4
+81 ;;^UTILITY(U,$J,"PRO",2423,10,0)
+82 ;;=^101.01PA^4^5
+83 ;;^UTILITY(U,$J,"PRO",2423,10,1,0)
+84 ;;=2427^RM^11
+85 ;;^UTILITY(U,$J,"PRO",2423,10,1,"^")
+86 ;;=GMPL EDIT REMOVE
+87 ;;^UTILITY(U,$J,"PRO",2423,10,2,0)
+88 ;;=2425^SC^13
+89 ;;^UTILITY(U,$J,"PRO",2423,10,2,"^")
+90 ;;=GMPL EDIT SAVE
+91 ;;^UTILITY(U,$J,"PRO",2423,10,3,0)
+92 ;;=2441^CM^1^^^Additional Comments
+93 ;;^UTILITY(U,$J,"PRO",2423,10,3,"^")
+94 ;;=GMPL EDIT NEW NOTE
+95 ;;^UTILITY(U,$J,"PRO",2423,10,4,0)
+96 ;;=2358^^5
+97 ;;^UTILITY(U,$J,"PRO",2423,10,4,"^")
+98 ;;=GMPLX BLANK2
+99 ;;^UTILITY(U,$J,"PRO",2423,20)
+100 ;;=
+101 ;;^UTILITY(U,$J,"PRO",2423,24)
+102 ;;=
+103 ;;^UTILITY(U,$J,"PRO",2423,26)
+104 ;;=D INIT^GMPLEDIT:$G(GMPREBLD),KEYS^GMPLEDT3,SHOW^VALM S:XQORM("B")="Quit"&$$EDITED^GMPLEDT2 XQORM("B")="Save Changes and Exit"
+105 ;;^UTILITY(U,$J,"PRO",2423,27)
+106 ;;=
+107 ;;^UTILITY(U,$J,"PRO",2423,28)
+108 ;;=Select Item(s):