| 1 | PXRMEHLP ; SLC/PJH - Reminder Extract help. ;05/31/2006
 | 
|---|
| 2 |  ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
 | 
|---|
| 3 |  ;====================================================
 | 
|---|
| 4 | LOAD(SUB) ;
 | 
|---|
| 5 |  ;If necessary load the help text into the ^TMP array.
 | 
|---|
| 6 |  ;Check if the help text has already been loaded.
 | 
|---|
| 7 |  I $D(^TMP(SUB,$J,"VALMCNT")) D  Q
 | 
|---|
| 8 |  . S VALMCNT=^TMP(SUB,$J,"VALMCNT")
 | 
|---|
| 9 |  ;
 | 
|---|
| 10 |  N DONE,IND,LABEL,TEXT
 | 
|---|
| 11 |  S LABEL="NOHLP"
 | 
|---|
| 12 |  I SUB["ETM" S LABEL="TX1"
 | 
|---|
| 13 |  I SUB["ETH" S LABEL="TX2"
 | 
|---|
| 14 |  I SUB["ETT" S LABEL="TX3"
 | 
|---|
| 15 |  I SUB["EPM" S LABEL="TX4"
 | 
|---|
| 16 |  I SUB["EPED" S LABEL="TX5"
 | 
|---|
| 17 |  I SUB["EFM" S LABEL="TX6"
 | 
|---|
| 18 |  I SUB["EFED" S LABEL="TX7"
 | 
|---|
| 19 |  I SUB["EGM" S LABEL="TX8"
 | 
|---|
| 20 |  I SUB["EGED" S LABEL="TX9"
 | 
|---|
| 21 |  S DONE=0,VALMCNT=0
 | 
|---|
| 22 |  F IND=1:1 Q:DONE  D
 | 
|---|
| 23 |  . S TEXT=$P($T(@(LABEL_"+"_IND)),";;",2)
 | 
|---|
| 24 |  . I TEXT="**End Text**" S DONE=1 Q
 | 
|---|
| 25 |  . S VALMCNT=VALMCNT+1,^TMP(SUB,$J,VALMCNT,0)=TEXT
 | 
|---|
| 26 |  S ^TMP(SUB,$J,"VALMCNT")=VALMCNT
 | 
|---|
| 27 |  Q
 | 
|---|
| 28 |  ;
 | 
|---|
| 29 |  ;====================================================
 | 
|---|
| 30 | TX1 ;Help text
 | 
|---|
| 31 |  ;;The following actions are available:
 | 
|---|
| 32 |  ;;
 | 
|---|
| 33 |  ;;EDM Extract Definition Management
 | 
|---|
| 34 |  ;;    Display/edit extract definitions.
 | 
|---|
| 35 |  ;;
 | 
|---|
| 36 |  ;;VSE View/Schedule Extract
 | 
|---|
| 37 |  ;;    Display list of prior extract summaries or schedule manual
 | 
|---|
| 38 |  ;;    extracts and transmission runs.
 | 
|---|
| 39 |  ;;
 | 
|---|
| 40 |  ;;QU  Quit
 | 
|---|
| 41 |  ;;**End Text**
 | 
|---|
| 42 |  Q
 | 
|---|
| 43 |  ;
 | 
|---|
| 44 |  ;====================================================
 | 
|---|
| 45 | TX2 ;Help text
 | 
|---|
| 46 |  ;;The following actions are available:
 | 
|---|
| 47 |  ;;
 | 
|---|
| 48 |  ;;CV  Change View
 | 
|---|
| 49 |  ;;    Toggle view of extract summaries between creation date order and
 | 
|---|
| 50 |  ;;    extract period order.
 | 
|---|
| 51 |  ;;
 | 
|---|
| 52 |  ;;ES  Extract Summary
 | 
|---|
| 53 |  ;;    Display reminder compliance and finding totals for extract summary.
 | 
|---|
| 54 |  ;;    Also displays patient list with option to print Health Summary.
 | 
|---|
| 55 |  ;;
 | 
|---|
| 56 |  ;;ME  Manual Extract
 | 
|---|
| 57 |  ;;    Initiate a new extract for a selected period with option to 
 | 
|---|
| 58 |  ;;    transmit. 
 | 
|---|
| 59 |  ;;
 | 
|---|
| 60 |  ;;MT  Manual Transmission
 | 
|---|
| 61 |  ;;    Initiate a transmission or retransmission of an existing extract
 | 
|---|
| 62 |  ;;    summary. 
 | 
|---|
| 63 |  ;;
 | 
|---|
| 64 |  ;;TH  Transmission History
 | 
|---|
| 65 |  ;;    Display transmission history and HL7 message ID's for an
 | 
|---|
| 66 |  ;;    existing extract.
 | 
|---|
| 67 |  ;;
 | 
|---|
| 68 |  ;;QU  Quit
 | 
|---|
| 69 |  ;;**End Text**
 | 
|---|
| 70 |  Q
 | 
|---|
| 71 |  ;
 | 
|---|
| 72 |  ;====================================================
 | 
|---|
| 73 | TX3 ;Help text
 | 
|---|
| 74 |  ;;The following actions are available:
 | 
|---|
| 75 |  ;;
 | 
|---|
| 76 |  ;;DPL Display Patient List
 | 
|---|
| 77 |  ;;    Display a patient list used to create extract summary with
 | 
|---|
| 78 |  ;;    option to print Health Summary.
 | 
|---|
| 79 |  ;;
 | 
|---|
| 80 |  ;;DSF Display/Suppress Finding Totals
 | 
|---|
| 81 |  ;;    Toggle between display with reminder compliance totals only and
 | 
|---|
| 82 |  ;;    display with both reminder compliance and finding totals.
 | 
|---|
| 83 |  ;;
 | 
|---|
| 84 |  ;;PL  Print List
 | 
|---|
| 85 |  ;;    Print extract totals currently displayed.
 | 
|---|
| 86 |  ;;
 | 
|---|
| 87 |  ;;QU  Quit
 | 
|---|
| 88 |  ;;**End Text**
 | 
|---|
| 89 |  Q
 | 
|---|
| 90 |  ;
 | 
|---|
| 91 |  ;====================================================
 | 
|---|
| 92 | TX4 ;Help text
 | 
|---|
| 93 |  ;;The following actions are available:
 | 
|---|
| 94 |  ;;
 | 
|---|
| 95 |  ;;CR  Create Extract Definition
 | 
|---|
| 96 |  ;;
 | 
|---|
| 97 |  ;;DE  Display/Edit Extract Definition
 | 
|---|
| 98 |  ;;
 | 
|---|
| 99 |  ;;QU  Quit
 | 
|---|
| 100 |  ;;**End Text**
 | 
|---|
| 101 |  Q
 | 
|---|
| 102 |  ;
 | 
|---|
| 103 |  ;====================================================
 | 
|---|
| 104 | TX5 ;Help text
 | 
|---|
| 105 |  ;;The following actions are available:
 | 
|---|
| 106 |  ;;
 | 
|---|
| 107 |  ;;ED  Edit Extract Definition
 | 
|---|
| 108 |  ;;
 | 
|---|
| 109 |  ;;QU  Quit
 | 
|---|
| 110 |  ;;**End Text**
 | 
|---|
| 111 |  Q
 | 
|---|
| 112 |  ;
 | 
|---|
| 113 |  ;====================================================
 | 
|---|
| 114 | TX6 ;Help text
 | 
|---|
| 115 |  ;;The following actions are available:
 | 
|---|
| 116 |  ;;
 | 
|---|
| 117 |  ;;CR  Create Extract Counting Rule
 | 
|---|
| 118 |  ;;
 | 
|---|
| 119 |  ;;DE  Display/Edit Extract Counting Rule
 | 
|---|
| 120 |  ;;
 | 
|---|
| 121 |  ;;QU  Quit
 | 
|---|
| 122 |  ;;**End Text**
 | 
|---|
| 123 |  Q
 | 
|---|
| 124 |  ;
 | 
|---|
| 125 |  ;====================================================
 | 
|---|
| 126 | TX7 ;Help text
 | 
|---|
| 127 |  ;;The following actions are available:
 | 
|---|
| 128 |  ;;
 | 
|---|
| 129 |  ;;ED  Edit Extract Counting Rule
 | 
|---|
| 130 |  ;;
 | 
|---|
| 131 |  ;;CG  Counting Groups
 | 
|---|
| 132 |  ;;
 | 
|---|
| 133 |  ;;QU  Quit
 | 
|---|
| 134 |  ;;**End Text**
 | 
|---|
| 135 |  Q
 | 
|---|
| 136 |  ;
 | 
|---|
| 137 |  ;====================================================
 | 
|---|
| 138 | TX8 ;Help text
 | 
|---|
| 139 |  ;;The following actions are available:
 | 
|---|
| 140 |  ;;
 | 
|---|
| 141 |  ;;CR  Create Extract Counting Group
 | 
|---|
| 142 |  ;;
 | 
|---|
| 143 |  ;;DE  Display/Edit Extract Counting Group
 | 
|---|
| 144 |  ;;
 | 
|---|
| 145 |  ;;QU  Quit
 | 
|---|
| 146 |  ;;**End Text**
 | 
|---|
| 147 |  Q
 | 
|---|
| 148 |  ;
 | 
|---|
| 149 |  ;====================================================
 | 
|---|
| 150 | TX9 ;Help text
 | 
|---|
| 151 |  ;;The following actions are available:
 | 
|---|
| 152 |  ;;
 | 
|---|
| 153 |  ;;ED  Edit Extract Counting Group
 | 
|---|
| 154 |  ;;
 | 
|---|
| 155 |  ;;QU  Quit
 | 
|---|
| 156 |  ;;**End Text**
 | 
|---|
| 157 |  Q
 | 
|---|
| 158 |  ;
 | 
|---|
| 159 |  ;====================================================
 | 
|---|
| 160 | NOHLP ;Help text
 | 
|---|
| 161 |  ;;
 | 
|---|
| 162 |  ;;No Help Text Available
 | 
|---|
| 163 |  ;;
 | 
|---|
| 164 |  ;;**End Text**
 | 
|---|
| 165 |  Q
 | 
|---|
| 166 |  ;
 | 
|---|