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

SDPPHLP.m

Go to the documentation of this file.
  1. SDPPHLP ;ALB/CAW - Patient Profile - Help ; 7/16/92
  1. ;;5.3;Scheduling;**6,1015**;Aug 13, 1993;Build 21
  1. ;
  1. HLP ; -- help for list
  1. I $D(X),X'["??" D HLPS G HLPQ
  1. D CLEAR^VALM1
  1. F I=1:1 S SDX=$P($T(@VAR+I),";",3,99) Q:SDX="$END" D PAUSE^VALM1:SDX="$PAUSE" Q:'Y W !,$S(SDX["$PAUSE":"",1:SDX)
  1. HLPQ K SDX,Y S X="" Q
  1. ;
  1. HLPS ; -- short help
  1. S X="?" W !,"Enter action by typing the name or the abbreviation.",! Q
  1. ;
  1. HELPTXT ; -- help text
  1. ;;Enter action by typing the name or abbreviation.
  1. ;;
  1. ;;DI - Display Info
  1. ;; Allows selection of Appointments, Add/Edits, Enrollments, Means Test,
  1. ;; and Dispositions. Selection of ALL information is also available.
  1. ;;
  1. ;;PP - Print Profile
  1. ;; Allows the patient profile to be printed, with patient demographics
  1. ;; as well as user selected appts, add/edits, dispositions, etc.
  1. ;;
  1. ;;CP - Change Patient
  1. ;; Allows the patient to be changed within the Patient Profile without
  1. ;; exiting the option.
  1. ;;
  1. ;;CD - Change Date Range
  1. ;; Allows the selection of the date range to be changed. This changes
  1. ;; the date range the appointments, add/edits, etc. will be displayed
  1. ;; for.
  1. ;;
  1. ;;$PAUSE
  1. ;;$END
  1. Q
  1. HLPTXT1 ;help text for DI - Display Info Menu
  1. ;;AE - Add/Edits
  1. ;; This will display information on add/edit appointments. You
  1. ;; may select a specific stop code to view.
  1. ;;
  1. ;;AP - Appointments
  1. ;; This will display information on appointments. You may select a
  1. ;; specific clinic to view.
  1. ;;
  1. ;;DE - Enrollments
  1. ;; This will display information on enrollments. You may select
  1. ;; specific clinic to view. You may select active enrollments only
  1. ;; to either all or a specified clinic.
  1. ;;
  1. ;;DD - Dispositions
  1. ;; This will display information on dispositions.
  1. ;;
  1. ;;MT - Means Test
  1. ;; This will display information on means test. You may select
  1. ;; a specific means test.
  1. ;;
  1. ;;$PAUSE
  1. ;;AL - All
  1. ;; This will display information on add/edits, appointments,
  1. ;; enrollments, dispositions and means test.
  1. ;;
  1. ;;$PAUSE
  1. ;;$END
  1. ;