GMPLI00W ; ; 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,"OPT",7484,1,0)
;;=^^4^4^2930824^
;;^UTILITY(U,$J,"OPT",7484,1,1,0)
;;=This option will generate a listing of all patients identified as
;;^UTILITY(U,$J,"OPT",7484,1,2,0)
;;=having a particular problem in the Problem file #9000011; the user
;;^UTILITY(U,$J,"OPT",7484,1,3,0)
;;=is first prompted for the problem, then the file is searched for
;;^UTILITY(U,$J,"OPT",7484,1,4,0)
;;=patients having this problem.
;;^UTILITY(U,$J,"OPT",7484,25)
;;=PROB^GMPLRPTS
;;^UTILITY(U,$J,"OPT",7484,"U")
;;=SEARCH FOR PATIENTS HAVING SEL
;;^UTILITY(U,$J,"OPT",7522,0)
;;=GMPL BUILD SELECTION LIST^Build Problem Selection List(s)^^R^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"OPT",7522,1,0)
;;=^^5^5^2940202^^^^
;;^UTILITY(U,$J,"OPT",7522,1,1,0)
;;=This option allows access to utilities to facilitate the creation
;;^UTILITY(U,$J,"OPT",7522,1,2,0)
;;=and maintenance of problem menus, i.e. lists of commonly selected
;;^UTILITY(U,$J,"OPT",7522,1,3,0)
;;=problems. Categories of problems may be defined, and lists created
;;^UTILITY(U,$J,"OPT",7522,1,4,0)
;;=from linking categories together; categories may be reused in multiple
;;^UTILITY(U,$J,"OPT",7522,1,5,0)
;;=lists.
;;^UTILITY(U,$J,"OPT",7522,25)
;;=EN^GMPLBLD
;;^UTILITY(U,$J,"OPT",7522,"U")
;;=BUILD PROBLEM SELECTION LIST(S
;;^UTILITY(U,$J,"OPT",7523,0)
;;=GMPL USER LIST^Preferred Problem Selection List^^A^^^^^^^^PROBLEM LIST^^1
;;^UTILITY(U,$J,"OPT",7523,1,0)
;;=^^6^6^2931001^
;;^UTILITY(U,$J,"OPT",7523,1,1,0)
;;=This option allows an individual user to define his/her own default
;;^UTILITY(U,$J,"OPT",7523,1,2,0)
;;=list of commonly selected problems; this list will be displayed when
;;^UTILITY(U,$J,"OPT",7523,1,3,0)
;;=the action 'Add New Problem(s)' is invoked, and the user may either
;;^UTILITY(U,$J,"OPT",7523,1,4,0)
;;=choose to add a problem from the menu (selected by display number)
;;^UTILITY(U,$J,"OPT",7523,1,5,0)
;;=or search the Clinical Lexicon for a problem not listed. The same
;;^UTILITY(U,$J,"OPT",7523,1,6,0)
;;=prompts will asked per problem to complete the entry.
;;^UTILITY(U,$J,"OPT",7523,20)
;;=S DIE="^VA(200,",DR=125.1,DA=DUZ D ^DIE
;;^UTILITY(U,$J,"OPT",7523,"U")
;;=PREFERRED PROBLEM SELECTION LI
;;^UTILITY(U,$J,"OPT",7535,0)
;;=GMPL BUILD LIST MENU^Create Problem Selection Lists^^M^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"OPT",7535,1,0)
;;=^^5^5^2931007^^
;;^UTILITY(U,$J,"OPT",7535,1,1,0)
;;=This menu contains options that facilitate building and maintaining
;;^UTILITY(U,$J,"OPT",7535,1,2,0)
;;=lists of commonly selected problems. Problem groups are defined, and
;;^UTILITY(U,$J,"OPT",7535,1,3,0)
;;=these groups are then linked together to form a list; a group may be
;;^UTILITY(U,$J,"OPT",7535,1,4,0)
;;=reused, as a member of multiple lists, and it may be assigned a sequence
;;^UTILITY(U,$J,"OPT",7535,1,5,0)
;;=number and header for ordering and clarity within the list.
;;^UTILITY(U,$J,"OPT",7535,10,0)
;;=^19.01PI^6^5
;;^UTILITY(U,$J,"OPT",7535,10,1,0)
;;=7522^1^1
;;^UTILITY(U,$J,"OPT",7535,10,1,"^")
;;=GMPL BUILD SELECTION LIST
;;^UTILITY(U,$J,"OPT",7535,10,3,0)
;;=7537^3^3
;;^UTILITY(U,$J,"OPT",7535,10,3,"^")
;;=GMPL ASSIGN LIST
;;^UTILITY(U,$J,"OPT",7535,10,4,0)
;;=7681^2^2
;;^UTILITY(U,$J,"OPT",7535,10,4,"^")
;;=GMPL BUILD ENC FORM LIST
;;^UTILITY(U,$J,"OPT",7535,10,5,0)
;;=7784^5^5
;;^UTILITY(U,$J,"OPT",7535,10,5,"^")
;;=GMPL DELETE LIST
;;^UTILITY(U,$J,"OPT",7535,10,6,0)
;;=8021^4^4
;;^UTILITY(U,$J,"OPT",7535,10,6,"^")
;;=GMPL DE-ASSIGN LIST
GMPLI00W ; ; 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,"OPT",7484,1,0)
+2 ;;=^^4^4^2930824^
+3 ;;^UTILITY(U,$J,"OPT",7484,1,1,0)
+4 ;;=This option will generate a listing of all patients identified as
+5 ;;^UTILITY(U,$J,"OPT",7484,1,2,0)
+6 ;;=having a particular problem in the Problem file #9000011; the user
+7 ;;^UTILITY(U,$J,"OPT",7484,1,3,0)
+8 ;;=is first prompted for the problem, then the file is searched for
+9 ;;^UTILITY(U,$J,"OPT",7484,1,4,0)
+10 ;;=patients having this problem.
+11 ;;^UTILITY(U,$J,"OPT",7484,25)
+12 ;;=PROB^GMPLRPTS
+13 ;;^UTILITY(U,$J,"OPT",7484,"U")
+14 ;;=SEARCH FOR PATIENTS HAVING SEL
+15 ;;^UTILITY(U,$J,"OPT",7522,0)
+16 ;;=GMPL BUILD SELECTION LIST^Build Problem Selection List(s)^^R^^^^^^^^PROBLEM LIST
+17 ;;^UTILITY(U,$J,"OPT",7522,1,0)
+18 ;;=^^5^5^2940202^^^^
+19 ;;^UTILITY(U,$J,"OPT",7522,1,1,0)
+20 ;;=This option allows access to utilities to facilitate the creation
+21 ;;^UTILITY(U,$J,"OPT",7522,1,2,0)
+22 ;;=and maintenance of problem menus, i.e. lists of commonly selected
+23 ;;^UTILITY(U,$J,"OPT",7522,1,3,0)
+24 ;;=problems. Categories of problems may be defined, and lists created
+25 ;;^UTILITY(U,$J,"OPT",7522,1,4,0)
+26 ;;=from linking categories together; categories may be reused in multiple
+27 ;;^UTILITY(U,$J,"OPT",7522,1,5,0)
+28 ;;=lists.
+29 ;;^UTILITY(U,$J,"OPT",7522,25)
+30 ;;=EN^GMPLBLD
+31 ;;^UTILITY(U,$J,"OPT",7522,"U")
+32 ;;=BUILD PROBLEM SELECTION LIST(S
+33 ;;^UTILITY(U,$J,"OPT",7523,0)
+34 ;;=GMPL USER LIST^Preferred Problem Selection List^^A^^^^^^^^PROBLEM LIST^^1
+35 ;;^UTILITY(U,$J,"OPT",7523,1,0)
+36 ;;=^^6^6^2931001^
+37 ;;^UTILITY(U,$J,"OPT",7523,1,1,0)
+38 ;;=This option allows an individual user to define his/her own default
+39 ;;^UTILITY(U,$J,"OPT",7523,1,2,0)
+40 ;;=list of commonly selected problems; this list will be displayed when
+41 ;;^UTILITY(U,$J,"OPT",7523,1,3,0)
+42 ;;=the action 'Add New Problem(s)' is invoked, and the user may either
+43 ;;^UTILITY(U,$J,"OPT",7523,1,4,0)
+44 ;;=choose to add a problem from the menu (selected by display number)
+45 ;;^UTILITY(U,$J,"OPT",7523,1,5,0)
+46 ;;=or search the Clinical Lexicon for a problem not listed. The same
+47 ;;^UTILITY(U,$J,"OPT",7523,1,6,0)
+48 ;;=prompts will asked per problem to complete the entry.
+49 ;;^UTILITY(U,$J,"OPT",7523,20)
+50 ;;=S DIE="^VA(200,",DR=125.1,DA=DUZ D ^DIE
+51 ;;^UTILITY(U,$J,"OPT",7523,"U")
+52 ;;=PREFERRED PROBLEM SELECTION LI
+53 ;;^UTILITY(U,$J,"OPT",7535,0)
+54 ;;=GMPL BUILD LIST MENU^Create Problem Selection Lists^^M^^^^^^^^PROBLEM LIST
+55 ;;^UTILITY(U,$J,"OPT",7535,1,0)
+56 ;;=^^5^5^2931007^^
+57 ;;^UTILITY(U,$J,"OPT",7535,1,1,0)
+58 ;;=This menu contains options that facilitate building and maintaining
+59 ;;^UTILITY(U,$J,"OPT",7535,1,2,0)
+60 ;;=lists of commonly selected problems. Problem groups are defined, and
+61 ;;^UTILITY(U,$J,"OPT",7535,1,3,0)
+62 ;;=these groups are then linked together to form a list; a group may be
+63 ;;^UTILITY(U,$J,"OPT",7535,1,4,0)
+64 ;;=reused, as a member of multiple lists, and it may be assigned a sequence
+65 ;;^UTILITY(U,$J,"OPT",7535,1,5,0)
+66 ;;=number and header for ordering and clarity within the list.
+67 ;;^UTILITY(U,$J,"OPT",7535,10,0)
+68 ;;=^19.01PI^6^5
+69 ;;^UTILITY(U,$J,"OPT",7535,10,1,0)
+70 ;;=7522^1^1
+71 ;;^UTILITY(U,$J,"OPT",7535,10,1,"^")
+72 ;;=GMPL BUILD SELECTION LIST
+73 ;;^UTILITY(U,$J,"OPT",7535,10,3,0)
+74 ;;=7537^3^3
+75 ;;^UTILITY(U,$J,"OPT",7535,10,3,"^")
+76 ;;=GMPL ASSIGN LIST
+77 ;;^UTILITY(U,$J,"OPT",7535,10,4,0)
+78 ;;=7681^2^2
+79 ;;^UTILITY(U,$J,"OPT",7535,10,4,"^")
+80 ;;=GMPL BUILD ENC FORM LIST
+81 ;;^UTILITY(U,$J,"OPT",7535,10,5,0)
+82 ;;=7784^5^5
+83 ;;^UTILITY(U,$J,"OPT",7535,10,5,"^")
+84 ;;=GMPL DELETE LIST
+85 ;;^UTILITY(U,$J,"OPT",7535,10,6,0)
+86 ;;=8021^4^4
+87 ;;^UTILITY(U,$J,"OPT",7535,10,6,"^")
+88 ;;=GMPL DE-ASSIGN LIST