Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: PXRMDHLP

PXRMDHLP.m

Go to the documentation of this file.
  1. PXRMDHLP ; SLC/PJH - Reminder dialog main help. ;07/02/2002
  1. ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005
  1. ;
  1. ; Entry action for list PXRM DIALOG MAIN HELP
  1. ;
  1. LOAD N DONE,IND,TEXT
  1. S DONE=0
  1. K ^TMP("PXRMDHLP",$J)
  1. S VALMCNT=0
  1. F IND=1:1 Q:DONE D
  1. . S TEXT=$P($T(@PXRMTAG+IND),";",3)
  1. . I TEXT="**End Text**" S DONE=1 Q
  1. . S VALMCNT=VALMCNT+1
  1. . S ^TMP("PXRMDHLP",$J,VALMCNT,0)=TEXT
  1. S ^TMP("PXRMDHLP",$J,"VALMCNT")=VALMCNT
  1. Q
  1. ;
  1. RCAT ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit, delete or print a reminder category.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new reminder category.
  1. ;;
  1. ;;PT List Categories
  1. ;; Print a list of all the reminder categories defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. DLG ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit, delete or print a reminder dialog.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new REMINDER DIALOG. The dialog may be either autogenerated
  1. ;; from the dialog definition or input manually.
  1. ;;
  1. ;;CV Change View
  1. ;; The initial display is of reminder dialogs only. This may be
  1. ;; changed to display:
  1. ;;
  1. ;; additional prompts, forced values, dialog elements,
  1. ;; dialog groups, result groups or result elements.
  1. ;;
  1. ;; A display by reminder may also be selected.
  1. ;;
  1. ;;PT List
  1. ;; Print a list of all the reminder dialogs that are defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;RN Name/Print Name
  1. ;; Toggle reminder name and reminder print name.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. DLGE ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit, delete or print a dialog.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new dialog. Elements or Groups may be created.
  1. ;;
  1. ;;CO Copy Dialog
  1. ;; Copy a selected dialog to a new name.
  1. ;;
  1. ;;CV Change View
  1. ;; Change display to a different dialog type:
  1. ;;
  1. ;; dialog elements, additional prompts, forced values,
  1. ;; dialog groups, result groups, result elements or
  1. ;; reminder dialogs.
  1. ;;
  1. ;; A display by reminder may also be selected.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details for a selected dialog.
  1. ;; (restricted to dialog type in the current view)
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all dialogs of this type defined in the current
  1. ;; UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. DLGR ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Select reminder to view dialogs for the reminder.
  1. ;;
  1. ;;AR All Reminders
  1. ;; View all reminders.
  1. ;;
  1. ;;CV Change View
  1. ;; The initial display is of reminders in name order. This may be
  1. ;; changed to a display of:
  1. ;;
  1. ;; reminder dialogs, additional prompts, forced values,
  1. ;; dialog groups, dialog elements, result groups or result elements.
  1. ;;
  1. ;;LR Linked Reminders
  1. ;; View only reminders linked to dialogs.
  1. ;;
  1. ;;RN Name/Print Name
  1. ;; Toggle reminder name and reminder print name.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. DTAX ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit or print dialog for this taxonomy.
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all taxonomy dialogs defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. RESN ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit or print a reminder resolution.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new LOCAL reminder resolution.
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all the reminder resolutions defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. SHFR ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit or print a health factor resolution.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new health factor resolution or select a reminder and
  1. ;; add or modify resolution statuses for each health factor finding
  1. ;; on the reminder.
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all health factor resolutions defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. FIP ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit or print a finding item parameter.
  1. ;;
  1. ;;AD Add
  1. ;; Add a new finding item parameter.
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all finding item parameters defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. FPAR ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; Display, edit or print parameters for this finding type.
  1. ;;
  1. ;;PT List All
  1. ;; Print a list of all finding type parameters defined in the
  1. ;; current UCI.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. GRCAT ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit
  1. ;; Edit or delete this reminder category.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of this reminder category.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. GDLG ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Item
  1. ;; To copy, edit or delete a component in this dialog.
  1. ;;
  1. ;;ADD Add Element/Group
  1. ;; Allows a dialog element or dialog group to be added to the
  1. ;; reminder dialog.
  1. ;;
  1. ;;CO Copy Dialog
  1. ;; Copy this reminder dialog to a new name.
  1. ;;
  1. ;;DD Detailed Display
  1. ;; Display dialog element names and resolution detail for this
  1. ;; reminder dialog.
  1. ;;
  1. ;;DP Progress Note Text
  1. ;; Display text that will be entered in the progress note.
  1. ;;
  1. ;;DS Dialog Summary (default)
  1. ;; Display dialog element names.
  1. ;;
  1. ;;D0 Dialog Overview
  1. ;; Display the top-level dialog groups/elements. This option will
  1. ;; not display any nested dialog elements or group.
  1. ;;
  1. ;;DT Dialog Text
  1. ;; Display the dialog text as it should appear in CPRS.
  1. ;;
  1. ;;ED Edit/Delete Dialog
  1. ;; Edit or delete this reminder dialog. Allows addition and deletion
  1. ;; of existing dialog elements from this reminder dialog. Allows the
  1. ;; sequence numbers to be changed. Also enable/disable dialog.
  1. ;;
  1. ;;INQ Inquiry/Print (for Reminder Dialogs only)
  1. ;; Print details of this reminder dialog.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;;
  1. GDLGH ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;AD Autogenerate Dialog
  1. ;; Generate a reminder dialog for the current reminder.
  1. ;;
  1. ;;LR Link Reminder
  1. ;; Link the current reminder to a reminder dialog.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;;
  1. GDTAX ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit
  1. ;; Edit taxonomy dialog fields.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of dialog for the taxonomy.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. GRESN ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit
  1. ;; Edit or delete this resolution status.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of this resolution status.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. GSHFR ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit
  1. ;; Edit or delete the resolution status(s) for this health factor.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of this health factor's resolution statuses.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. GFIP ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit
  1. ;; Edit or delete this finding item parameter.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of this finding item parameter.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. ;
  1. GFPAR ;General Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;# Select Resolution Status to edit
  1. ;; Disable/Enable the selected resolution status or modify the
  1. ;; prefix and suffix text.
  1. ;;
  1. ;;INQ Inquiry/Print
  1. ;; Print details of this finding parameter.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q