| 1 | PXRMDHLP ; SLC/PJH - Reminder dialog main help. ;07/02/2002 | 
|---|
| 2 | ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005 | 
|---|
| 3 | ; | 
|---|
| 4 | ; Entry action for list PXRM DIALOG MAIN HELP | 
|---|
| 5 | ; | 
|---|
| 6 | LOAD N DONE,IND,TEXT | 
|---|
| 7 | S DONE=0 | 
|---|
| 8 | K ^TMP("PXRMDHLP",$J) | 
|---|
| 9 | S VALMCNT=0 | 
|---|
| 10 | F IND=1:1 Q:DONE  D | 
|---|
| 11 | . S TEXT=$P($T(@PXRMTAG+IND),";",3) | 
|---|
| 12 | . I TEXT="**End Text**" S DONE=1 Q | 
|---|
| 13 | . S VALMCNT=VALMCNT+1 | 
|---|
| 14 | . S ^TMP("PXRMDHLP",$J,VALMCNT,0)=TEXT | 
|---|
| 15 | S ^TMP("PXRMDHLP",$J,"VALMCNT")=VALMCNT | 
|---|
| 16 | Q | 
|---|
| 17 | ; | 
|---|
| 18 | RCAT ;Help text | 
|---|
| 19 | ;;The following actions are available: | 
|---|
| 20 | ;; | 
|---|
| 21 | ;;#   Select Item | 
|---|
| 22 | ;;    Display, edit, delete or print a reminder category. | 
|---|
| 23 | ;; | 
|---|
| 24 | ;;AD  Add | 
|---|
| 25 | ;;    Add a new reminder category. | 
|---|
| 26 | ;; | 
|---|
| 27 | ;;PT  List Categories | 
|---|
| 28 | ;;    Print a list of all the reminder categories defined in the | 
|---|
| 29 | ;;    current UCI. | 
|---|
| 30 | ;; | 
|---|
| 31 | ;;QU  Quit | 
|---|
| 32 | ;;**End Text** | 
|---|
| 33 | ; | 
|---|
| 34 | DLG ;Help text | 
|---|
| 35 | ;;The following actions are available: | 
|---|
| 36 | ;; | 
|---|
| 37 | ;;#   Select Item | 
|---|
| 38 | ;;    Display, edit, delete or print a reminder dialog. | 
|---|
| 39 | ;; | 
|---|
| 40 | ;;AD  Add | 
|---|
| 41 | ;;    Add a new REMINDER DIALOG. The dialog may be either autogenerated | 
|---|
| 42 | ;;    from the dialog definition or input manually. | 
|---|
| 43 | ;; | 
|---|
| 44 | ;;CV  Change View | 
|---|
| 45 | ;;    The initial display is of reminder dialogs only. This may be | 
|---|
| 46 | ;;    changed to display: | 
|---|
| 47 | ;; | 
|---|
| 48 | ;;    additional prompts, forced values, dialog elements, | 
|---|
| 49 | ;;    dialog groups, result groups or result elements. | 
|---|
| 50 | ;; | 
|---|
| 51 | ;;    A display by reminder may also be selected. | 
|---|
| 52 | ;; | 
|---|
| 53 | ;;PT  List | 
|---|
| 54 | ;;    Print a list of all the reminder dialogs that are defined in the | 
|---|
| 55 | ;;    current UCI. | 
|---|
| 56 | ;; | 
|---|
| 57 | ;;RN  Name/Print Name | 
|---|
| 58 | ;;    Toggle reminder name and reminder print name. | 
|---|
| 59 | ;; | 
|---|
| 60 | ;;QU  Quit | 
|---|
| 61 | ;;**End Text** | 
|---|
| 62 | ; | 
|---|
| 63 | DLGE ;Help text | 
|---|
| 64 | ;;The following actions are available: | 
|---|
| 65 | ;; | 
|---|
| 66 | ;;#   Select Item | 
|---|
| 67 | ;;    Display, edit, delete or print a dialog. | 
|---|
| 68 | ;; | 
|---|
| 69 | ;;AD  Add | 
|---|
| 70 | ;;    Add a new dialog. Elements or Groups may be created. | 
|---|
| 71 | ;; | 
|---|
| 72 | ;;CO  Copy Dialog | 
|---|
| 73 | ;;    Copy a selected dialog to a new name. | 
|---|
| 74 | ;; | 
|---|
| 75 | ;;CV  Change View | 
|---|
| 76 | ;;    Change display to a different dialog type: | 
|---|
| 77 | ;; | 
|---|
| 78 | ;;    dialog elements, additional prompts, forced values, | 
|---|
| 79 | ;;    dialog groups, result groups, result elements or | 
|---|
| 80 | ;;    reminder dialogs. | 
|---|
| 81 | ;; | 
|---|
| 82 | ;;    A display by reminder may also be selected. | 
|---|
| 83 | ;; | 
|---|
| 84 | ;;INQ Inquiry/Print | 
|---|
| 85 | ;;    Print details for a selected dialog. | 
|---|
| 86 | ;;    (restricted to dialog type in the current view) | 
|---|
| 87 | ;; | 
|---|
| 88 | ;;PT  List All | 
|---|
| 89 | ;;    Print a list of all dialogs of this type defined in the current | 
|---|
| 90 | ;;    UCI. | 
|---|
| 91 | ;; | 
|---|
| 92 | ;;QU  Quit | 
|---|
| 93 | ;;**End Text** | 
|---|
| 94 | ; | 
|---|
| 95 | DLGR ;Help text | 
|---|
| 96 | ;;The following actions are available: | 
|---|
| 97 | ;; | 
|---|
| 98 | ;;#   Select Item | 
|---|
| 99 | ;;    Select reminder to view dialogs for the reminder. | 
|---|
| 100 | ;; | 
|---|
| 101 | ;;AR  All Reminders | 
|---|
| 102 | ;;    View all reminders. | 
|---|
| 103 | ;; | 
|---|
| 104 | ;;CV  Change View | 
|---|
| 105 | ;;    The initial display is of reminders in name order. This may be | 
|---|
| 106 | ;;    changed to a display of: | 
|---|
| 107 | ;; | 
|---|
| 108 | ;;    reminder dialogs, additional prompts, forced values, | 
|---|
| 109 | ;;    dialog groups, dialog elements, result groups or result elements. | 
|---|
| 110 | ;; | 
|---|
| 111 | ;;LR  Linked Reminders | 
|---|
| 112 | ;;    View only reminders linked to dialogs. | 
|---|
| 113 | ;; | 
|---|
| 114 | ;;RN  Name/Print Name | 
|---|
| 115 | ;;    Toggle reminder name and reminder print name. | 
|---|
| 116 | ;; | 
|---|
| 117 | ;;QU  Quit | 
|---|
| 118 | ;;**End Text** | 
|---|
| 119 | ; | 
|---|
| 120 | DTAX ;Help text | 
|---|
| 121 | ;;The following actions are available: | 
|---|
| 122 | ;; | 
|---|
| 123 | ;;#   Select Item | 
|---|
| 124 | ;;    Display, edit or print dialog for this taxonomy. | 
|---|
| 125 | ;; | 
|---|
| 126 | ;;PT  List All | 
|---|
| 127 | ;;    Print a list of all taxonomy dialogs defined in the | 
|---|
| 128 | ;;    current UCI. | 
|---|
| 129 | ;; | 
|---|
| 130 | ;;QU  Quit | 
|---|
| 131 | ;;**End Text** | 
|---|
| 132 | ; | 
|---|
| 133 | RESN ;Help text | 
|---|
| 134 | ;;The following actions are available: | 
|---|
| 135 | ;; | 
|---|
| 136 | ;;#   Select Item | 
|---|
| 137 | ;;    Display, edit or print a reminder resolution. | 
|---|
| 138 | ;; | 
|---|
| 139 | ;;AD  Add | 
|---|
| 140 | ;;    Add a new LOCAL reminder resolution. | 
|---|
| 141 | ;; | 
|---|
| 142 | ;;PT  List All | 
|---|
| 143 | ;;    Print a list of all the reminder resolutions defined in the | 
|---|
| 144 | ;;    current UCI. | 
|---|
| 145 | ;; | 
|---|
| 146 | ;;QU  Quit | 
|---|
| 147 | ;;**End Text** | 
|---|
| 148 | ; | 
|---|
| 149 | SHFR ;Help text | 
|---|
| 150 | ;;The following actions are available: | 
|---|
| 151 | ;; | 
|---|
| 152 | ;;#   Select Item | 
|---|
| 153 | ;;    Display, edit or print a health factor resolution. | 
|---|
| 154 | ;; | 
|---|
| 155 | ;;AD  Add | 
|---|
| 156 | ;;    Add a new health factor resolution or select a reminder and | 
|---|
| 157 | ;;    add or modify resolution statuses for each health factor finding | 
|---|
| 158 | ;;    on the reminder. | 
|---|
| 159 | ;; | 
|---|
| 160 | ;;PT  List All | 
|---|
| 161 | ;;    Print a list of all health factor resolutions defined in the | 
|---|
| 162 | ;;    current UCI. | 
|---|
| 163 | ;; | 
|---|
| 164 | ;;QU  Quit | 
|---|
| 165 | ;;**End Text** | 
|---|
| 166 | ; | 
|---|
| 167 | FIP ;Help text | 
|---|
| 168 | ;;The following actions are available: | 
|---|
| 169 | ;; | 
|---|
| 170 | ;;#   Select Item | 
|---|
| 171 | ;;    Display, edit or print a finding item parameter. | 
|---|
| 172 | ;; | 
|---|
| 173 | ;;AD  Add | 
|---|
| 174 | ;;    Add a new finding item parameter. | 
|---|
| 175 | ;; | 
|---|
| 176 | ;;PT  List All | 
|---|
| 177 | ;;    Print a list of all finding item parameters defined in the | 
|---|
| 178 | ;;    current UCI. | 
|---|
| 179 | ;; | 
|---|
| 180 | ;;QU  Quit | 
|---|
| 181 | ;;**End Text** | 
|---|
| 182 | ; | 
|---|
| 183 | FPAR ;Help text | 
|---|
| 184 | ;;The following actions are available: | 
|---|
| 185 | ;; | 
|---|
| 186 | ;;#   Select Item | 
|---|
| 187 | ;;    Display, edit or print parameters for this finding type. | 
|---|
| 188 | ;; | 
|---|
| 189 | ;;PT  List All | 
|---|
| 190 | ;;    Print a list of all finding type parameters defined in the | 
|---|
| 191 | ;;    current UCI. | 
|---|
| 192 | ;; | 
|---|
| 193 | ;;QU  Quit | 
|---|
| 194 | ;;**End Text** | 
|---|
| 195 | Q | 
|---|
| 196 | ; | 
|---|
| 197 | GRCAT ;General Help text | 
|---|
| 198 | ;;The following actions are available: | 
|---|
| 199 | ;; | 
|---|
| 200 | ;;ED  Edit | 
|---|
| 201 | ;;    Edit or delete this reminder category. | 
|---|
| 202 | ;; | 
|---|
| 203 | ;;INQ Inquiry/Print | 
|---|
| 204 | ;;    Print details of this reminder category. | 
|---|
| 205 | ;; | 
|---|
| 206 | ;;QU  Quit | 
|---|
| 207 | ;;**End Text** | 
|---|
| 208 | ; | 
|---|
| 209 | GDLG ;General Help text | 
|---|
| 210 | ;;The following actions are available: | 
|---|
| 211 | ;; | 
|---|
| 212 | ;;#   Select Item | 
|---|
| 213 | ;;    To copy, edit or delete a component in this dialog. | 
|---|
| 214 | ;; | 
|---|
| 215 | ;;ADD Add Element/Group | 
|---|
| 216 | ;;    Allows a dialog element or dialog group to be added to the | 
|---|
| 217 | ;;    reminder dialog. | 
|---|
| 218 | ;; | 
|---|
| 219 | ;;CO  Copy Dialog | 
|---|
| 220 | ;;    Copy this reminder dialog to a new name. | 
|---|
| 221 | ;; | 
|---|
| 222 | ;;DD  Detailed Display | 
|---|
| 223 | ;;    Display dialog element names and resolution detail for this | 
|---|
| 224 | ;;    reminder dialog. | 
|---|
| 225 | ;; | 
|---|
| 226 | ;;DP  Progress Note Text | 
|---|
| 227 | ;;    Display text that will be entered in the progress note. | 
|---|
| 228 | ;; | 
|---|
| 229 | ;;DS  Dialog Summary (default) | 
|---|
| 230 | ;;    Display dialog element names. | 
|---|
| 231 | ;; | 
|---|
| 232 | ;;D0  Dialog Overview | 
|---|
| 233 | ;;    Display the top-level dialog groups/elements. This option will | 
|---|
| 234 | ;;    not display any nested dialog elements or group. | 
|---|
| 235 | ;; | 
|---|
| 236 | ;;DT  Dialog Text | 
|---|
| 237 | ;;    Display the dialog text as it should appear in CPRS. | 
|---|
| 238 | ;; | 
|---|
| 239 | ;;ED  Edit/Delete Dialog | 
|---|
| 240 | ;;    Edit or delete this reminder dialog. Allows addition and deletion | 
|---|
| 241 | ;;    of existing dialog elements from this reminder dialog. Allows the | 
|---|
| 242 | ;;    sequence numbers to be changed. Also enable/disable dialog. | 
|---|
| 243 | ;; | 
|---|
| 244 | ;;INQ Inquiry/Print (for Reminder Dialogs only) | 
|---|
| 245 | ;;    Print details of this reminder dialog. | 
|---|
| 246 | ;; | 
|---|
| 247 | ;;QU  Quit | 
|---|
| 248 | ;;**End Text** | 
|---|
| 249 | ;; | 
|---|
| 250 | GDLGH ;General Help text | 
|---|
| 251 | ;;The following actions are available: | 
|---|
| 252 | ;; | 
|---|
| 253 | ;;AD  Autogenerate Dialog | 
|---|
| 254 | ;;    Generate a reminder dialog for the current reminder. | 
|---|
| 255 | ;; | 
|---|
| 256 | ;;LR  Link Reminder | 
|---|
| 257 | ;;    Link the current reminder to a reminder dialog. | 
|---|
| 258 | ;; | 
|---|
| 259 | ;;QU  Quit | 
|---|
| 260 | ;;**End Text** | 
|---|
| 261 | ;; | 
|---|
| 262 | GDTAX ;General Help text | 
|---|
| 263 | ;;The following actions are available: | 
|---|
| 264 | ;; | 
|---|
| 265 | ;;ED  Edit | 
|---|
| 266 | ;;    Edit taxonomy dialog fields. | 
|---|
| 267 | ;; | 
|---|
| 268 | ;;INQ Inquiry/Print | 
|---|
| 269 | ;;    Print details of dialog for the taxonomy. | 
|---|
| 270 | ;; | 
|---|
| 271 | ;;QU  Quit | 
|---|
| 272 | ;;**End Text** | 
|---|
| 273 | ; | 
|---|
| 274 | GRESN ;General Help text | 
|---|
| 275 | ;;The following actions are available: | 
|---|
| 276 | ;; | 
|---|
| 277 | ;;ED  Edit | 
|---|
| 278 | ;;    Edit or delete this resolution status. | 
|---|
| 279 | ;; | 
|---|
| 280 | ;;INQ Inquiry/Print | 
|---|
| 281 | ;;    Print details of this resolution status. | 
|---|
| 282 | ;; | 
|---|
| 283 | ;;QU  Quit | 
|---|
| 284 | ;;**End Text** | 
|---|
| 285 | ; | 
|---|
| 286 | GSHFR ;General Help text | 
|---|
| 287 | ;;The following actions are available: | 
|---|
| 288 | ;; | 
|---|
| 289 | ;;ED  Edit | 
|---|
| 290 | ;;    Edit or delete the resolution status(s) for this health factor. | 
|---|
| 291 | ;; | 
|---|
| 292 | ;;INQ Inquiry/Print | 
|---|
| 293 | ;;    Print details of this health factor's resolution statuses. | 
|---|
| 294 | ;; | 
|---|
| 295 | ;;QU  Quit | 
|---|
| 296 | ;;**End Text** | 
|---|
| 297 | ; | 
|---|
| 298 | GFIP ;General Help text | 
|---|
| 299 | ;;The following actions are available: | 
|---|
| 300 | ;; | 
|---|
| 301 | ;;ED  Edit | 
|---|
| 302 | ;;    Edit or delete this finding item parameter. | 
|---|
| 303 | ;; | 
|---|
| 304 | ;;INQ Inquiry/Print | 
|---|
| 305 | ;;    Print details of this finding item parameter. | 
|---|
| 306 | ;; | 
|---|
| 307 | ;;QU  Quit | 
|---|
| 308 | ;;**End Text** | 
|---|
| 309 | ; | 
|---|
| 310 | GFPAR ;General Help text | 
|---|
| 311 | ;;The following actions are available: | 
|---|
| 312 | ;; | 
|---|
| 313 | ;;#   Select Resolution Status to edit | 
|---|
| 314 | ;;    Disable/Enable the selected resolution status or modify the | 
|---|
| 315 | ;;    prefix and suffix text. | 
|---|
| 316 | ;; | 
|---|
| 317 | ;;INQ Inquiry/Print | 
|---|
| 318 | ;;    Print details of this finding parameter. | 
|---|
| 319 | ;; | 
|---|
| 320 | ;;QU  Quit | 
|---|
| 321 | ;;**End Text** | 
|---|
| 322 | Q | 
|---|