GMPLO012 ; ; 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",2570,1,0)
;;=^^2^2^2931213^^^
;;^UTILITY(U,$J,"PRO",2570,1,1,0)
;;=This action allows adding one or more problem categories to a selection
;;^UTILITY(U,$J,"PRO",2570,1,2,0)
;;=list.
;;^UTILITY(U,$J,"PRO",2570,20)
;;=D ADD^GMPLBLD
;;^UTILITY(U,$J,"PRO",2570,99)
;;=55945,36852
;;^UTILITY(U,$J,"PRO",2571,0)
;;=GMPL MENU EDIT GROUP DISPLAY^Edit Category Display^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2571,1,0)
;;=^^3^3^2931213^^^^
;;^UTILITY(U,$J,"PRO",2571,1,1,0)
;;=This action allows the user to change the text that appears as the subheader
;;^UTILITY(U,$J,"PRO",2571,1,2,0)
;;=of a category of problems, and whether or not to display the problems in
;;^UTILITY(U,$J,"PRO",2571,1,3,0)
;;=the category automatically on entry to the list.
;;^UTILITY(U,$J,"PRO",2571,20)
;;=D EDIT^GMPLBLD1
;;^UTILITY(U,$J,"PRO",2571,99)
;;=55908,59607
;;^UTILITY(U,$J,"PRO",2573,0)
;;=GMPL MENU REMOVE GROUP^Remove Category from List^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2573,1,0)
;;=^^2^2^2931213^^^^
;;^UTILITY(U,$J,"PRO",2573,1,1,0)
;;=This action allows the user to remove a problem category from the current
;;^UTILITY(U,$J,"PRO",2573,1,2,0)
;;=list; it remains in the Problem Selection Category file for future use.
;;^UTILITY(U,$J,"PRO",2573,20)
;;=D REMOVE^GMPLBLD
;;^UTILITY(U,$J,"PRO",2573,99)
;;=55908,59608
;;^UTILITY(U,$J,"PRO",2574,0)
;;=GMPL MENU NEW LIST^Change Selection Lists^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2574,1,0)
;;=^^2^2^2931213^^^^
;;^UTILITY(U,$J,"PRO",2574,1,1,0)
;;=This action allows the user to switch to editing a new problem selection
;;^UTILITY(U,$J,"PRO",2574,1,2,0)
;;=list.
;;^UTILITY(U,$J,"PRO",2574,20)
;;=D NEWLST^GMPLBLD2
;;^UTILITY(U,$J,"PRO",2574,99)
;;=55908,59608
;;^UTILITY(U,$J,"PRO",2575,0)
;;=GMPL MENU VIEW LIST^View w/wo Seq Numbers^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2575,1,0)
;;=^^3^3^2940202^^^^
;;^UTILITY(U,$J,"PRO",2575,1,1,0)
;;=This action allows the user to toggle between displaying the sequence
;;^UTILITY(U,$J,"PRO",2575,1,2,0)
;;=numbers assigned to each category for ordering, or the display numbers
;;^UTILITY(U,$J,"PRO",2575,1,3,0)
;;=only.
;;^UTILITY(U,$J,"PRO",2575,4)
;;=^
;;^UTILITY(U,$J,"PRO",2575,10,0)
;;=^101.01PA^0^
;;^UTILITY(U,$J,"PRO",2575,15)
;;=W !,"Rebuilding selection list display to"_$S(GMPLMODE="E":" not",1:"")_" show sequence numbers ..." D BUILD^GMPLBLD(.GMPLIST,GMPLMODE)
;;^UTILITY(U,$J,"PRO",2575,20)
;;=S GMPLMODE=$S(GMPLMODE="E":"I",1:"E"),VALMBCK="R",VALMSG=$$MSG^GMPLX
;;^UTILITY(U,$J,"PRO",2575,26)
;;=
;;^UTILITY(U,$J,"PRO",2575,28)
;;=
;;^UTILITY(U,$J,"PRO",2575,99)
;;=55915,45086
;;^UTILITY(U,$J,"PRO",2576,0)
;;=GMPL MENU RESEQUENCE GROUPS^Resequence Categories^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2576,1,0)
;;=^^2^2^2931213^^^^
;;^UTILITY(U,$J,"PRO",2576,1,1,0)
;;=This action allows the user to place the problem caetgories on the current
;;^UTILITY(U,$J,"PRO",2576,1,2,0)
;;=list in a different order; problems will be automatically renumbered.
;;^UTILITY(U,$J,"PRO",2576,15)
;;=I $D(GMPREBLD) D BUILD^GMPLBLD(.GMPLIST,GMPLMODE) K GMPREBLD
;;^UTILITY(U,$J,"PRO",2576,20)
;;=D RESEQ^GMPLBLD1
;;^UTILITY(U,$J,"PRO",2576,99)
;;=55908,59608
;;^UTILITY(U,$J,"PRO",2577,0)
;;=GMPL MENU SAVE LIST^Save List and Quit^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2577,1,0)
;;=^^2^2^2931213^^^^
;;^UTILITY(U,$J,"PRO",2577,1,1,0)
;;=This action allows the user to save any changes that have been made to
;;^UTILITY(U,$J,"PRO",2577,1,2,0)
;;=the current list and exit the utility.
GMPLO012 ; ; 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",2570,1,0)
+2 ;;=^^2^2^2931213^^^
+3 ;;^UTILITY(U,$J,"PRO",2570,1,1,0)
+4 ;;=This action allows adding one or more problem categories to a selection
+5 ;;^UTILITY(U,$J,"PRO",2570,1,2,0)
+6 ;;=list.
+7 ;;^UTILITY(U,$J,"PRO",2570,20)
+8 ;;=D ADD^GMPLBLD
+9 ;;^UTILITY(U,$J,"PRO",2570,99)
+10 ;;=55945,36852
+11 ;;^UTILITY(U,$J,"PRO",2571,0)
+12 ;;=GMPL MENU EDIT GROUP DISPLAY^Edit Category Display^^A^^^^^^^^PROBLEM LIST
+13 ;;^UTILITY(U,$J,"PRO",2571,1,0)
+14 ;;=^^3^3^2931213^^^^
+15 ;;^UTILITY(U,$J,"PRO",2571,1,1,0)
+16 ;;=This action allows the user to change the text that appears as the subheader
+17 ;;^UTILITY(U,$J,"PRO",2571,1,2,0)
+18 ;;=of a category of problems, and whether or not to display the problems in
+19 ;;^UTILITY(U,$J,"PRO",2571,1,3,0)
+20 ;;=the category automatically on entry to the list.
+21 ;;^UTILITY(U,$J,"PRO",2571,20)
+22 ;;=D EDIT^GMPLBLD1
+23 ;;^UTILITY(U,$J,"PRO",2571,99)
+24 ;;=55908,59607
+25 ;;^UTILITY(U,$J,"PRO",2573,0)
+26 ;;=GMPL MENU REMOVE GROUP^Remove Category from List^^A^^^^^^^^PROBLEM LIST
+27 ;;^UTILITY(U,$J,"PRO",2573,1,0)
+28 ;;=^^2^2^2931213^^^^
+29 ;;^UTILITY(U,$J,"PRO",2573,1,1,0)
+30 ;;=This action allows the user to remove a problem category from the current
+31 ;;^UTILITY(U,$J,"PRO",2573,1,2,0)
+32 ;;=list; it remains in the Problem Selection Category file for future use.
+33 ;;^UTILITY(U,$J,"PRO",2573,20)
+34 ;;=D REMOVE^GMPLBLD
+35 ;;^UTILITY(U,$J,"PRO",2573,99)
+36 ;;=55908,59608
+37 ;;^UTILITY(U,$J,"PRO",2574,0)
+38 ;;=GMPL MENU NEW LIST^Change Selection Lists^^A^^^^^^^^PROBLEM LIST
+39 ;;^UTILITY(U,$J,"PRO",2574,1,0)
+40 ;;=^^2^2^2931213^^^^
+41 ;;^UTILITY(U,$J,"PRO",2574,1,1,0)
+42 ;;=This action allows the user to switch to editing a new problem selection
+43 ;;^UTILITY(U,$J,"PRO",2574,1,2,0)
+44 ;;=list.
+45 ;;^UTILITY(U,$J,"PRO",2574,20)
+46 ;;=D NEWLST^GMPLBLD2
+47 ;;^UTILITY(U,$J,"PRO",2574,99)
+48 ;;=55908,59608
+49 ;;^UTILITY(U,$J,"PRO",2575,0)
+50 ;;=GMPL MENU VIEW LIST^View w/wo Seq Numbers^^A^^^^^^^^PROBLEM LIST
+51 ;;^UTILITY(U,$J,"PRO",2575,1,0)
+52 ;;=^^3^3^2940202^^^^
+53 ;;^UTILITY(U,$J,"PRO",2575,1,1,0)
+54 ;;=This action allows the user to toggle between displaying the sequence
+55 ;;^UTILITY(U,$J,"PRO",2575,1,2,0)
+56 ;;=numbers assigned to each category for ordering, or the display numbers
+57 ;;^UTILITY(U,$J,"PRO",2575,1,3,0)
+58 ;;=only.
+59 ;;^UTILITY(U,$J,"PRO",2575,4)
+60 ;;=^
+61 ;;^UTILITY(U,$J,"PRO",2575,10,0)
+62 ;;=^101.01PA^0^
+63 ;;^UTILITY(U,$J,"PRO",2575,15)
+64 ;;=W !,"Rebuilding selection list display to"_$S(GMPLMODE="E":" not",1:"")_" show sequence numbers ..." D BUILD^GMPLBLD(.GMPLIST,GMPLMODE)
+65 ;;^UTILITY(U,$J,"PRO",2575,20)
+66 ;;=S GMPLMODE=$S(GMPLMODE="E":"I",1:"E"),VALMBCK="R",VALMSG=$$MSG^GMPLX
+67 ;;^UTILITY(U,$J,"PRO",2575,26)
+68 ;;=
+69 ;;^UTILITY(U,$J,"PRO",2575,28)
+70 ;;=
+71 ;;^UTILITY(U,$J,"PRO",2575,99)
+72 ;;=55915,45086
+73 ;;^UTILITY(U,$J,"PRO",2576,0)
+74 ;;=GMPL MENU RESEQUENCE GROUPS^Resequence Categories^^A^^^^^^^^PROBLEM LIST
+75 ;;^UTILITY(U,$J,"PRO",2576,1,0)
+76 ;;=^^2^2^2931213^^^^
+77 ;;^UTILITY(U,$J,"PRO",2576,1,1,0)
+78 ;;=This action allows the user to place the problem caetgories on the current
+79 ;;^UTILITY(U,$J,"PRO",2576,1,2,0)
+80 ;;=list in a different order; problems will be automatically renumbered.
+81 ;;^UTILITY(U,$J,"PRO",2576,15)
+82 ;;=I $D(GMPREBLD) D BUILD^GMPLBLD(.GMPLIST,GMPLMODE) K GMPREBLD
+83 ;;^UTILITY(U,$J,"PRO",2576,20)
+84 ;;=D RESEQ^GMPLBLD1
+85 ;;^UTILITY(U,$J,"PRO",2576,99)
+86 ;;=55908,59608
+87 ;;^UTILITY(U,$J,"PRO",2577,0)
+88 ;;=GMPL MENU SAVE LIST^Save List and Quit^^A^^^^^^^^PROBLEM LIST
+89 ;;^UTILITY(U,$J,"PRO",2577,1,0)
+90 ;;=^^2^2^2931213^^^^
+91 ;;^UTILITY(U,$J,"PRO",2577,1,1,0)
+92 ;;=This action allows the user to save any changes that have been made to
+93 ;;^UTILITY(U,$J,"PRO",2577,1,2,0)
+94 ;;=the current list and exit the utility.