GMPLI00V ; ; 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",7340,31)
;;=
;;^UTILITY(U,$J,"OPT",7340,50)
;;=
;;^UTILITY(U,$J,"OPT",7340,51)
;;=
;;^UTILITY(U,$J,"OPT",7340,99)
;;=55677,50942
;;^UTILITY(U,$J,"OPT",7340,99.1)
;;=55727,32519
;;^UTILITY(U,$J,"OPT",7340,"U")
;;=EDIT PL SITE PARAMETERS
;;^UTILITY(U,$J,"OPT",7350,0)
;;=GMPL USER VIEW^Problem List Preferred View^^R^^^^^^^^PROBLEM LIST^^
;;^UTILITY(U,$J,"OPT",7350,1,0)
;;=^^7^7^2940126^^^
;;^UTILITY(U,$J,"OPT",7350,1,1,0)
;;=This option allows an individual user to define his/her own default
;;^UTILITY(U,$J,"OPT",7350,1,2,0)
;;=view of patient problem lists. Rather than displaying all active
;;^UTILITY(U,$J,"OPT",7350,1,3,0)
;;=problems for a patient, the application will show active problems
;;^UTILITY(U,$J,"OPT",7350,1,4,0)
;;=associated with only selected servicesor clinics, as defined here.
;;^UTILITY(U,$J,"OPT",7350,1,5,0)
;;=A user may choose to see a different view of the problem list from
;;^UTILITY(U,$J,"OPT",7350,1,6,0)
;;=within the application by selecting the "Change View" action,
;;^UTILITY(U,$J,"OPT",7350,1,7,0)
;;=including all problems.
;;^UTILITY(U,$J,"OPT",7350,20)
;;=
;;^UTILITY(U,$J,"OPT",7350,25)
;;=EN^GMPLPREF
;;^UTILITY(U,$J,"OPT",7350,99)
;;=55894,52855
;;^UTILITY(U,$J,"OPT",7350,"U")
;;=PROBLEM LIST PREFERRED VIEW
;;^UTILITY(U,$J,"OPT",7351,0)
;;=GMPL USER SCREEN^Problem Look-up Defaults^^R^^^^^^^^PROBLEM LIST^^1^1
;;^UTILITY(U,$J,"OPT",7351,1,0)
;;=^^4^4^2930723^^^
;;^UTILITY(U,$J,"OPT",7351,1,1,0)
;;=This option allows an individual user to define his/her own default
;;^UTILITY(U,$J,"OPT",7351,1,2,0)
;;=screens for use when looking up a problem in the Clinical Lexicon
;;^UTILITY(U,$J,"OPT",7351,1,3,0)
;;=for the Problem List application. Specific kinds of terms may be
;;^UTILITY(U,$J,"OPT",7351,1,4,0)
;;=included or excluded from the search, if defined here.
;;^UTILITY(U,$J,"OPT",7351,15)
;;=K GMPTAP
;;^UTILITY(U,$J,"OPT",7351,20)
;;=S GMPTAP="GMPL"
;;^UTILITY(U,$J,"OPT",7351,25)
;;=GMPTDUSR
;;^UTILITY(U,$J,"OPT",7351,99.1)
;;=55727,32519
;;^UTILITY(U,$J,"OPT",7351,"U")
;;=PROBLEM LOOK-UP DEFAULTS
;;^UTILITY(U,$J,"OPT",7352,0)
;;=GMPL USER PREFS MENU^Problem List User Preferences Menu^^M^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"OPT",7352,1,0)
;;=^^2^2^2930811^
;;^UTILITY(U,$J,"OPT",7352,1,1,0)
;;=This menu contains defaults each user can define for him/herself,
;;^UTILITY(U,$J,"OPT",7352,1,2,0)
;;=controlling the behaviour of the Problem List application.
;;^UTILITY(U,$J,"OPT",7352,10,0)
;;=^19.01PI^3^3
;;^UTILITY(U,$J,"OPT",7352,10,1,0)
;;=7350^1^1
;;^UTILITY(U,$J,"OPT",7352,10,1,"^")
;;=GMPL USER VIEW
;;^UTILITY(U,$J,"OPT",7352,10,2,0)
;;=7351^2^2
;;^UTILITY(U,$J,"OPT",7352,10,2,"^")
;;=GMPL USER SCREEN
;;^UTILITY(U,$J,"OPT",7352,10,3,0)
;;=7523^3^3
;;^UTILITY(U,$J,"OPT",7352,10,3,"^")
;;=GMPL USER LIST
;;^UTILITY(U,$J,"OPT",7352,99)
;;=55984,32309
;;^UTILITY(U,$J,"OPT",7352,99.1)
;;=55741,26413
;;^UTILITY(U,$J,"OPT",7352,"U")
;;=PROBLEM LIST USER PREFERENCES
;;^UTILITY(U,$J,"OPT",7483,0)
;;=GMPL PATIENT LISTING^List Patients with Problem List data^^R^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"OPT",7483,1,0)
;;=^^2^2^2930824^^
;;^UTILITY(U,$J,"OPT",7483,1,1,0)
;;=This option will generate a listing of all patients having data
;;^UTILITY(U,$J,"OPT",7483,1,2,0)
;;=in the Problem file #9000011.
;;^UTILITY(U,$J,"OPT",7483,25)
;;=PAT^GMPLRPTS
;;^UTILITY(U,$J,"OPT",7483,"U")
;;=LIST PATIENTS WITH PROBLEM LIS
;;^UTILITY(U,$J,"OPT",7484,0)
;;=GMPL PROBLEM LISTING^Search for Patients having selected Problem^^R^^^^^^^^PROBLEM LIST
GMPLI00V ; ; 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",7340,31)
+2 ;;=
+3 ;;^UTILITY(U,$J,"OPT",7340,50)
+4 ;;=
+5 ;;^UTILITY(U,$J,"OPT",7340,51)
+6 ;;=
+7 ;;^UTILITY(U,$J,"OPT",7340,99)
+8 ;;=55677,50942
+9 ;;^UTILITY(U,$J,"OPT",7340,99.1)
+10 ;;=55727,32519
+11 ;;^UTILITY(U,$J,"OPT",7340,"U")
+12 ;;=EDIT PL SITE PARAMETERS
+13 ;;^UTILITY(U,$J,"OPT",7350,0)
+14 ;;=GMPL USER VIEW^Problem List Preferred View^^R^^^^^^^^PROBLEM LIST^^
+15 ;;^UTILITY(U,$J,"OPT",7350,1,0)
+16 ;;=^^7^7^2940126^^^
+17 ;;^UTILITY(U,$J,"OPT",7350,1,1,0)
+18 ;;=This option allows an individual user to define his/her own default
+19 ;;^UTILITY(U,$J,"OPT",7350,1,2,0)
+20 ;;=view of patient problem lists. Rather than displaying all active
+21 ;;^UTILITY(U,$J,"OPT",7350,1,3,0)
+22 ;;=problems for a patient, the application will show active problems
+23 ;;^UTILITY(U,$J,"OPT",7350,1,4,0)
+24 ;;=associated with only selected servicesor clinics, as defined here.
+25 ;;^UTILITY(U,$J,"OPT",7350,1,5,0)
+26 ;;=A user may choose to see a different view of the problem list from
+27 ;;^UTILITY(U,$J,"OPT",7350,1,6,0)
+28 ;;=within the application by selecting the "Change View" action,
+29 ;;^UTILITY(U,$J,"OPT",7350,1,7,0)
+30 ;;=including all problems.
+31 ;;^UTILITY(U,$J,"OPT",7350,20)
+32 ;;=
+33 ;;^UTILITY(U,$J,"OPT",7350,25)
+34 ;;=EN^GMPLPREF
+35 ;;^UTILITY(U,$J,"OPT",7350,99)
+36 ;;=55894,52855
+37 ;;^UTILITY(U,$J,"OPT",7350,"U")
+38 ;;=PROBLEM LIST PREFERRED VIEW
+39 ;;^UTILITY(U,$J,"OPT",7351,0)
+40 ;;=GMPL USER SCREEN^Problem Look-up Defaults^^R^^^^^^^^PROBLEM LIST^^1^1
+41 ;;^UTILITY(U,$J,"OPT",7351,1,0)
+42 ;;=^^4^4^2930723^^^
+43 ;;^UTILITY(U,$J,"OPT",7351,1,1,0)
+44 ;;=This option allows an individual user to define his/her own default
+45 ;;^UTILITY(U,$J,"OPT",7351,1,2,0)
+46 ;;=screens for use when looking up a problem in the Clinical Lexicon
+47 ;;^UTILITY(U,$J,"OPT",7351,1,3,0)
+48 ;;=for the Problem List application. Specific kinds of terms may be
+49 ;;^UTILITY(U,$J,"OPT",7351,1,4,0)
+50 ;;=included or excluded from the search, if defined here.
+51 ;;^UTILITY(U,$J,"OPT",7351,15)
+52 ;;=K GMPTAP
+53 ;;^UTILITY(U,$J,"OPT",7351,20)
+54 ;;=S GMPTAP="GMPL"
+55 ;;^UTILITY(U,$J,"OPT",7351,25)
+56 ;;=GMPTDUSR
+57 ;;^UTILITY(U,$J,"OPT",7351,99.1)
+58 ;;=55727,32519
+59 ;;^UTILITY(U,$J,"OPT",7351,"U")
+60 ;;=PROBLEM LOOK-UP DEFAULTS
+61 ;;^UTILITY(U,$J,"OPT",7352,0)
+62 ;;=GMPL USER PREFS MENU^Problem List User Preferences Menu^^M^^^^^^^^PROBLEM LIST
+63 ;;^UTILITY(U,$J,"OPT",7352,1,0)
+64 ;;=^^2^2^2930811^
+65 ;;^UTILITY(U,$J,"OPT",7352,1,1,0)
+66 ;;=This menu contains defaults each user can define for him/herself,
+67 ;;^UTILITY(U,$J,"OPT",7352,1,2,0)
+68 ;;=controlling the behaviour of the Problem List application.
+69 ;;^UTILITY(U,$J,"OPT",7352,10,0)
+70 ;;=^19.01PI^3^3
+71 ;;^UTILITY(U,$J,"OPT",7352,10,1,0)
+72 ;;=7350^1^1
+73 ;;^UTILITY(U,$J,"OPT",7352,10,1,"^")
+74 ;;=GMPL USER VIEW
+75 ;;^UTILITY(U,$J,"OPT",7352,10,2,0)
+76 ;;=7351^2^2
+77 ;;^UTILITY(U,$J,"OPT",7352,10,2,"^")
+78 ;;=GMPL USER SCREEN
+79 ;;^UTILITY(U,$J,"OPT",7352,10,3,0)
+80 ;;=7523^3^3
+81 ;;^UTILITY(U,$J,"OPT",7352,10,3,"^")
+82 ;;=GMPL USER LIST
+83 ;;^UTILITY(U,$J,"OPT",7352,99)
+84 ;;=55984,32309
+85 ;;^UTILITY(U,$J,"OPT",7352,99.1)
+86 ;;=55741,26413
+87 ;;^UTILITY(U,$J,"OPT",7352,"U")
+88 ;;=PROBLEM LIST USER PREFERENCES
+89 ;;^UTILITY(U,$J,"OPT",7483,0)
+90 ;;=GMPL PATIENT LISTING^List Patients with Problem List data^^R^^^^^^^^PROBLEM LIST
+91 ;;^UTILITY(U,$J,"OPT",7483,1,0)
+92 ;;=^^2^2^2930824^^
+93 ;;^UTILITY(U,$J,"OPT",7483,1,1,0)
+94 ;;=This option will generate a listing of all patients having data
+95 ;;^UTILITY(U,$J,"OPT",7483,1,2,0)
+96 ;;=in the Problem file #9000011.
+97 ;;^UTILITY(U,$J,"OPT",7483,25)
+98 ;;=PAT^GMPLRPTS
+99 ;;^UTILITY(U,$J,"OPT",7483,"U")
+100 ;;=LIST PATIENTS WITH PROBLEM LIS
+101 ;;^UTILITY(U,$J,"OPT",7484,0)
+102 ;;=GMPL PROBLEM LISTING^Search for Patients having selected Problem^^R^^^^^^^^PROBLEM LIST