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

PXRMEXDH.m

Go to the documentation of this file.
  1. PXRMEXDH ; SLC/PJH - Reminder Exchange Dialog help. ;01/25/2001
  1. ;;2.0;CLINICAL REMINDERS;;Feb 04, 2005
  1. ;
  1. ; Entry action for list PXRM EX DIALOG HELP
  1. ;
  1. LOAD N DONE,IND,TEXT
  1. S DONE=0
  1. K ^TMP("PXRMEXDH",$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("PXRMEXDH",$J,VALMCNT,0)=TEXT
  1. S ^TMP("PXRMEXDH",$J,"VALMCNT")=VALMCNT
  1. Q
  1. ;
  1. DLG ;Dialog Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;DD Dialog Details
  1. ;; Display all dialog component names for this reminder dialog.
  1. ;; (Include PXRM type additional prompts and forced values.)
  1. ;;
  1. ;;DF Dialog Findings
  1. ;; Display the finding items associated with the dialog and
  1. ;; show if the finding already exists.
  1. ;;
  1. ;;DS Dialog Summary (default)
  1. ;; Display dialog component names for this reminder dialog.
  1. ;; (Exclude PXRM type additional prompts and forced values.)
  1. ;;
  1. ;;DT Dialog Text
  1. ;; Display the dialog text as it should appear in CPRS.
  1. ;;
  1. ;;DU Dialog Usage
  1. ;; If components of the reminder dialog already exists display
  1. ;; any other reminder dialogs and groups also use these components.
  1. ;;
  1. ;;IA Install All
  1. ;; Install the reminder dialog and all its components. The reminder
  1. ;; dialog may also be selected by entering the item number '1'.
  1. ;;
  1. ;;IS Install Selected
  1. ;; Install selected components from this reminder dialog. The
  1. ;; individual components may also be selected by entering an
  1. ;; item number.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**