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

PXRMEHLP.m

Go to the documentation of this file.
  1. PXRMEHLP ; SLC/PJH - Reminder Extract help. ;05/31/2006
  1. ;;2.0;CLINICAL REMINDERS;**4**;Feb 04, 2005;Build 21
  1. ;====================================================
  1. LOAD(SUB) ;
  1. ;If necessary load the help text into the ^TMP array.
  1. ;Check if the help text has already been loaded.
  1. I $D(^TMP(SUB,$J,"VALMCNT")) D Q
  1. . S VALMCNT=^TMP(SUB,$J,"VALMCNT")
  1. ;
  1. N DONE,IND,LABEL,TEXT
  1. S LABEL="NOHLP"
  1. I SUB["ETM" S LABEL="TX1"
  1. I SUB["ETH" S LABEL="TX2"
  1. I SUB["ETT" S LABEL="TX3"
  1. I SUB["EPM" S LABEL="TX4"
  1. I SUB["EPED" S LABEL="TX5"
  1. I SUB["EFM" S LABEL="TX6"
  1. I SUB["EFED" S LABEL="TX7"
  1. I SUB["EGM" S LABEL="TX8"
  1. I SUB["EGED" S LABEL="TX9"
  1. S DONE=0,VALMCNT=0
  1. F IND=1:1 Q:DONE D
  1. . S TEXT=$P($T(@(LABEL_"+"_IND)),";;",2)
  1. . I TEXT="**End Text**" S DONE=1 Q
  1. . S VALMCNT=VALMCNT+1,^TMP(SUB,$J,VALMCNT,0)=TEXT
  1. S ^TMP(SUB,$J,"VALMCNT")=VALMCNT
  1. Q
  1. ;
  1. ;====================================================
  1. TX1 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;EDM Extract Definition Management
  1. ;; Display/edit extract definitions.
  1. ;;
  1. ;;VSE View/Schedule Extract
  1. ;; Display list of prior extract summaries or schedule manual
  1. ;; extracts and transmission runs.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX2 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;CV Change View
  1. ;; Toggle view of extract summaries between creation date order and
  1. ;; extract period order.
  1. ;;
  1. ;;ES Extract Summary
  1. ;; Display reminder compliance and finding totals for extract summary.
  1. ;; Also displays patient list with option to print Health Summary.
  1. ;;
  1. ;;ME Manual Extract
  1. ;; Initiate a new extract for a selected period with option to
  1. ;; transmit.
  1. ;;
  1. ;;MT Manual Transmission
  1. ;; Initiate a transmission or retransmission of an existing extract
  1. ;; summary.
  1. ;;
  1. ;;TH Transmission History
  1. ;; Display transmission history and HL7 message ID's for an
  1. ;; existing extract.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX3 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;DPL Display Patient List
  1. ;; Display a patient list used to create extract summary with
  1. ;; option to print Health Summary.
  1. ;;
  1. ;;DSF Display/Suppress Finding Totals
  1. ;; Toggle between display with reminder compliance totals only and
  1. ;; display with both reminder compliance and finding totals.
  1. ;;
  1. ;;PL Print List
  1. ;; Print extract totals currently displayed.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX4 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;CR Create Extract Definition
  1. ;;
  1. ;;DE Display/Edit Extract Definition
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX5 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit Extract Definition
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX6 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;CR Create Extract Counting Rule
  1. ;;
  1. ;;DE Display/Edit Extract Counting Rule
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX7 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit Extract Counting Rule
  1. ;;
  1. ;;CG Counting Groups
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX8 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;CR Create Extract Counting Group
  1. ;;
  1. ;;DE Display/Edit Extract Counting Group
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. TX9 ;Help text
  1. ;;The following actions are available:
  1. ;;
  1. ;;ED Edit Extract Counting Group
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. ;====================================================
  1. NOHLP ;Help text
  1. ;;
  1. ;;No Help Text Available
  1. ;;
  1. ;;**End Text**
  1. Q
  1. ;