GMPLO018 ; ; 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",2796,99)
;;=55915,45466
;;^UTILITY(U,$J,"PRO",2797,0)
;;=GMPL VIEW INCLUDE INACTIVE^Show All Problems^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2797,1,0)
;;=^^3^3^2940107^
;;^UTILITY(U,$J,"PRO",2797,1,1,0)
;;=This action will include problems that are both active and inactive on
;;^UTILITY(U,$J,"PRO",2797,1,2,0)
;;=the list of problems displayed; active problems will appear first, followed
;;^UTILITY(U,$J,"PRO",2797,1,3,0)
;;=by the inactive problems.
;;^UTILITY(U,$J,"PRO",2797,20)
;;=D INACTIVE^GMPLMGR1
;;^UTILITY(U,$J,"PRO",2797,99)
;;=55914,31906
;;^UTILITY(U,$J,"PRO",2798,0)
;;=GMPL VIEW ALL CLIN^All Clinics^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2798,1,0)
;;=^^2^2^2940110^
;;^UTILITY(U,$J,"PRO",2798,1,1,0)
;;=This action will remove any current screen on clinics associated with
;;^UTILITY(U,$J,"PRO",2798,1,2,0)
;;=problems, and include problems being followed by all clinics.
;;^UTILITY(U,$J,"PRO",2798,20)
;;=S:"C"'[GMPLVIEW("VIEW") GMPLVIEW("VIEW")="C",GMPREBLD=1
;;^UTILITY(U,$J,"PRO",2798,24)
;;=
;;^UTILITY(U,$J,"PRO",2798,99)
;;=55908,59667
;;^UTILITY(U,$J,"PRO",2799,0)
;;=GMPL VIEW CLINIC^Selected Clinic(s)^^A^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2799,1,0)
;;=^^2^2^2940110^
;;^UTILITY(U,$J,"PRO",2799,1,1,0)
;;=This action will screen the problems from the current patient's list for
;;^UTILITY(U,$J,"PRO",2799,1,2,0)
;;=only those associated with the selected clinic(s) for care.
;;^UTILITY(U,$J,"PRO",2799,20)
;;=D NEWCLIN^GMPLMGR1
;;^UTILITY(U,$J,"PRO",2799,24)
;;=
;;^UTILITY(U,$J,"PRO",2799,99)
;;=55908,59668
;;^UTILITY(U,$J,"PRO",2801,0)
;;=GMPL VIEW INPAT^Inpatient View Menu^^M^^^^^^^^PROBLEM LIST
;;^UTILITY(U,$J,"PRO",2801,1,0)
;;=^^6^6^2940111^^^^
;;^UTILITY(U,$J,"PRO",2801,1,1,0)
;;=This menu contains actions allowing the user to change his/her current
;;^UTILITY(U,$J,"PRO",2801,1,2,0)
;;=view of the patient's problem list. The problems displayed onscreen
;;^UTILITY(U,$J,"PRO",2801,1,3,0)
;;=may be changed by selecting the status, service, and/or provider
;;^UTILITY(U,$J,"PRO",2801,1,4,0)
;;=from which the user wishes to see problems listed. The number of
;;^UTILITY(U,$J,"PRO",2801,1,5,0)
;;=problems listed and the total number of problems will be shown in
;;^UTILITY(U,$J,"PRO",2801,1,6,0)
;;=the upper right-hand corner of the screen.
;;^UTILITY(U,$J,"PRO",2801,4)
;;=26^4
;;^UTILITY(U,$J,"PRO",2801,10,0)
;;=^101.01PA^9^9
;;^UTILITY(U,$J,"PRO",2801,10,1,0)
;;=2434^AT^1
;;^UTILITY(U,$J,"PRO",2801,10,1,"^")
;;=GMPL VIEW ACTIVE
;;^UTILITY(U,$J,"PRO",2801,10,2,0)
;;=2436^SP^21
;;^UTILITY(U,$J,"PRO",2801,10,2,"^")
;;=GMPL VIEW PROVIDER
;;^UTILITY(U,$J,"PRO",2801,10,3,0)
;;=2438^IA^2
;;^UTILITY(U,$J,"PRO",2801,10,3,"^")
;;=GMPL VIEW INACTIVE
;;^UTILITY(U,$J,"PRO",2801,10,4,0)
;;=2439^BO^3
;;^UTILITY(U,$J,"PRO",2801,10,4,"^")
;;=GMPL VIEW BOTH
;;^UTILITY(U,$J,"PRO",2801,10,5,0)
;;=2532^AP^22
;;^UTILITY(U,$J,"PRO",2801,10,5,"^")
;;=GMPL VIEW ALL PROV
;;^UTILITY(U,$J,"PRO",2801,10,6,0)
;;=2435^SS^11
;;^UTILITY(U,$J,"PRO",2801,10,6,"^")
;;=GMPL VIEW SERVICE
;;^UTILITY(U,$J,"PRO",2801,10,7,0)
;;=2533^AS^12
;;^UTILITY(U,$J,"PRO",2801,10,7,"^")
;;=GMPL VIEW ALL SERV
;;^UTILITY(U,$J,"PRO",2801,10,8,0)
;;=2791^PV^23
;;^UTILITY(U,$J,"PRO",2801,10,8,"^")
;;=GMPL VIEW RESTORE
;;^UTILITY(U,$J,"PRO",2801,10,9,0)
;;=2807^OP^13^^^Outpatient View
;;^UTILITY(U,$J,"PRO",2801,10,9,"^")
;;=GMPL VIEW SWITCH
;;^UTILITY(U,$J,"PRO",2801,26)
;;=W ""
;;^UTILITY(U,$J,"PRO",2801,28)
;;=Select View:
GMPLO018 ; ; 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",2796,99)
+2 ;;=55915,45466
+3 ;;^UTILITY(U,$J,"PRO",2797,0)
+4 ;;=GMPL VIEW INCLUDE INACTIVE^Show All Problems^^A^^^^^^^^PROBLEM LIST
+5 ;;^UTILITY(U,$J,"PRO",2797,1,0)
+6 ;;=^^3^3^2940107^
+7 ;;^UTILITY(U,$J,"PRO",2797,1,1,0)
+8 ;;=This action will include problems that are both active and inactive on
+9 ;;^UTILITY(U,$J,"PRO",2797,1,2,0)
+10 ;;=the list of problems displayed; active problems will appear first, followed
+11 ;;^UTILITY(U,$J,"PRO",2797,1,3,0)
+12 ;;=by the inactive problems.
+13 ;;^UTILITY(U,$J,"PRO",2797,20)
+14 ;;=D INACTIVE^GMPLMGR1
+15 ;;^UTILITY(U,$J,"PRO",2797,99)
+16 ;;=55914,31906
+17 ;;^UTILITY(U,$J,"PRO",2798,0)
+18 ;;=GMPL VIEW ALL CLIN^All Clinics^^A^^^^^^^^PROBLEM LIST
+19 ;;^UTILITY(U,$J,"PRO",2798,1,0)
+20 ;;=^^2^2^2940110^
+21 ;;^UTILITY(U,$J,"PRO",2798,1,1,0)
+22 ;;=This action will remove any current screen on clinics associated with
+23 ;;^UTILITY(U,$J,"PRO",2798,1,2,0)
+24 ;;=problems, and include problems being followed by all clinics.
+25 ;;^UTILITY(U,$J,"PRO",2798,20)
+26 ;;=S:"C"'[GMPLVIEW("VIEW") GMPLVIEW("VIEW")="C",GMPREBLD=1
+27 ;;^UTILITY(U,$J,"PRO",2798,24)
+28 ;;=
+29 ;;^UTILITY(U,$J,"PRO",2798,99)
+30 ;;=55908,59667
+31 ;;^UTILITY(U,$J,"PRO",2799,0)
+32 ;;=GMPL VIEW CLINIC^Selected Clinic(s)^^A^^^^^^^^PROBLEM LIST
+33 ;;^UTILITY(U,$J,"PRO",2799,1,0)
+34 ;;=^^2^2^2940110^
+35 ;;^UTILITY(U,$J,"PRO",2799,1,1,0)
+36 ;;=This action will screen the problems from the current patient's list for
+37 ;;^UTILITY(U,$J,"PRO",2799,1,2,0)
+38 ;;=only those associated with the selected clinic(s) for care.
+39 ;;^UTILITY(U,$J,"PRO",2799,20)
+40 ;;=D NEWCLIN^GMPLMGR1
+41 ;;^UTILITY(U,$J,"PRO",2799,24)
+42 ;;=
+43 ;;^UTILITY(U,$J,"PRO",2799,99)
+44 ;;=55908,59668
+45 ;;^UTILITY(U,$J,"PRO",2801,0)
+46 ;;=GMPL VIEW INPAT^Inpatient View Menu^^M^^^^^^^^PROBLEM LIST
+47 ;;^UTILITY(U,$J,"PRO",2801,1,0)
+48 ;;=^^6^6^2940111^^^^
+49 ;;^UTILITY(U,$J,"PRO",2801,1,1,0)
+50 ;;=This menu contains actions allowing the user to change his/her current
+51 ;;^UTILITY(U,$J,"PRO",2801,1,2,0)
+52 ;;=view of the patient's problem list. The problems displayed onscreen
+53 ;;^UTILITY(U,$J,"PRO",2801,1,3,0)
+54 ;;=may be changed by selecting the status, service, and/or provider
+55 ;;^UTILITY(U,$J,"PRO",2801,1,4,0)
+56 ;;=from which the user wishes to see problems listed. The number of
+57 ;;^UTILITY(U,$J,"PRO",2801,1,5,0)
+58 ;;=problems listed and the total number of problems will be shown in
+59 ;;^UTILITY(U,$J,"PRO",2801,1,6,0)
+60 ;;=the upper right-hand corner of the screen.
+61 ;;^UTILITY(U,$J,"PRO",2801,4)
+62 ;;=26^4
+63 ;;^UTILITY(U,$J,"PRO",2801,10,0)
+64 ;;=^101.01PA^9^9
+65 ;;^UTILITY(U,$J,"PRO",2801,10,1,0)
+66 ;;=2434^AT^1
+67 ;;^UTILITY(U,$J,"PRO",2801,10,1,"^")
+68 ;;=GMPL VIEW ACTIVE
+69 ;;^UTILITY(U,$J,"PRO",2801,10,2,0)
+70 ;;=2436^SP^21
+71 ;;^UTILITY(U,$J,"PRO",2801,10,2,"^")
+72 ;;=GMPL VIEW PROVIDER
+73 ;;^UTILITY(U,$J,"PRO",2801,10,3,0)
+74 ;;=2438^IA^2
+75 ;;^UTILITY(U,$J,"PRO",2801,10,3,"^")
+76 ;;=GMPL VIEW INACTIVE
+77 ;;^UTILITY(U,$J,"PRO",2801,10,4,0)
+78 ;;=2439^BO^3
+79 ;;^UTILITY(U,$J,"PRO",2801,10,4,"^")
+80 ;;=GMPL VIEW BOTH
+81 ;;^UTILITY(U,$J,"PRO",2801,10,5,0)
+82 ;;=2532^AP^22
+83 ;;^UTILITY(U,$J,"PRO",2801,10,5,"^")
+84 ;;=GMPL VIEW ALL PROV
+85 ;;^UTILITY(U,$J,"PRO",2801,10,6,0)
+86 ;;=2435^SS^11
+87 ;;^UTILITY(U,$J,"PRO",2801,10,6,"^")
+88 ;;=GMPL VIEW SERVICE
+89 ;;^UTILITY(U,$J,"PRO",2801,10,7,0)
+90 ;;=2533^AS^12
+91 ;;^UTILITY(U,$J,"PRO",2801,10,7,"^")
+92 ;;=GMPL VIEW ALL SERV
+93 ;;^UTILITY(U,$J,"PRO",2801,10,8,0)
+94 ;;=2791^PV^23
+95 ;;^UTILITY(U,$J,"PRO",2801,10,8,"^")
+96 ;;=GMPL VIEW RESTORE
+97 ;;^UTILITY(U,$J,"PRO",2801,10,9,0)
+98 ;;=2807^OP^13^^^Outpatient View
+99 ;;^UTILITY(U,$J,"PRO",2801,10,9,"^")
+100 ;;=GMPL VIEW SWITCH
+101 ;;^UTILITY(U,$J,"PRO",2801,26)
+102 ;;=W ""
+103 ;;^UTILITY(U,$J,"PRO",2801,28)
+104 ;;=Select View: