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

PXRMLHLP.m

Go to the documentation of this file.
  1. PXRMLHLP ; SLC/PJH,AGP - Reminder Patient List 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=$S(SUB["LPP":"TX1",SUB["LPUH":"TX2",SUB["LPAH":"TX3",1:"NOHLP")
  1. S DONE=0
  1. S 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 for a selected patient list
  1. ;;The following actions are available:
  1. ;;
  1. ;;CV Change View
  1. ;; Toggle between display by patient name and display by patient
  1. ;; name within facility. Sorting by facility is possible only if
  1. ;; the patient's facility has been stored with the list.
  1. ;;
  1. ;;HSA Print Health Summary (All Patients)
  1. ;; Print a Health Summary for all patients on the patient list.
  1. ;;
  1. ;;HSI Print Health Summary (Individual Patients)
  1. ;; Print a Health Summary for selected patients.
  1. ;;
  1. ;;DEM Demographic Report
  1. ;; Display specific demographic data for the patients on the
  1. ;; list in delimited or formatted output.
  1. ;;
  1. ;;ED Edit List (Available only to creator of list)
  1. ;; Edit the name and type of list.
  1. ;;
  1. ;;USR View User (Available only to creator of list)
  1. ;; Add, delete, and view users who have access to the list.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. TX2 ;Main help text for patient lists
  1. ;;
  1. ;;Patient Lists have two levels of control: Authorized User and Creator.
  1. ;;
  1. ;;Authorized User:
  1. ;; Authorized Users can have one of two levels of control assigned to
  1. ;; them: View only access and Full control. Full Control allows an
  1. ;; authorized user full access to a Patient List; the only thing an
  1. ;; authorized user cannot do is delete the list.
  1. ;;
  1. ;;Creator:
  1. ;; Can view a list, copy a list into a new list, delete a list, and
  1. ;; can copy a list into a OR/RR team list. A Creator is the only
  1. ;; person who can delete a private patient list.
  1. ;;
  1. ;;The following actions are available:
  1. ;;
  1. ;;CO Copy Patient List
  1. ;; Copy all patients in the patient list into a new local patient
  1. ;; list.
  1. ;;
  1. ;;COE Copy Patient List to OE/RR Team
  1. ;; Copy all patients in the patient list into a new OE/RR Team
  1. ;; list.
  1. ;;
  1. ;;CR Create Patient List
  1. ;; Use a list rule set to create a new local patient list.
  1. ;;
  1. ;;DE Delete Patient List (Creator Only)
  1. ;; Delete selected local patient lists.
  1. ;;
  1. ;;DCD Display Creation Documentation
  1. ;; Display documentation that shows how the patient list was
  1. ;; created.
  1. ;;
  1. ;;DSP Display Patient List
  1. ;; Display a selected patient list with the option to print. Also
  1. ;; view and modify the list of users assigned access to the list.
  1. ;;
  1. ;;CV Change View
  1. ;; Change the view between the list of Patient Lists sorted by patient
  1. ;; list name or sorted by type (public or private).
  1. ;;
  1. ;;LRM List Rule Management
  1. ;; Create or edit list rules.
  1. ;;
  1. ;;QU Quit
  1. ;;**End Text**
  1. Q
  1. ;
  1. TX3 ;Help Text for USR option
  1. ;;The following options require the user to have Creator access:
  1. ;;
  1. ;;ADD Add user
  1. ;; Add a user as an authorized user to the list.
  1. ;;
  1. ;;DEL Delete User
  1. ;; Delete one or more authorized users from the List.
  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