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

SDAM5.m

Go to the documentation of this file.
  1. SDAM5 ;MJK/ALB - Appt Mgt (HELP) ; 12/1/91
  1. ;;5.3;Scheduling;**1015**;Aug 13, 1993;Build 21
  1. ;IHS/ANMC/LJF 10/10/2001 removed list of regular actions
  1. ;
  1. HLP ; -- help for list
  1. I $D(X),X'["??" D HLPS,PAUSE^VALM1 G HLPQ
  1. D CLEAR^VALM1
  1. F I=1:1 S SDX=$P($T(HELPTXT+I),";",3,99) Q:SDX="$END" D PAUSE^VALM1:SDX="$PAUSE" Q:'Y W !,$S(SDX["$PAUSE":"",1:SDX)
  1. ;
  1. ;IHS/ANMC/LJF 10/10/2001 modified lines below
  1. ;W !,"Possible actions are the following:"
  1. ;D HLPS,PAUSE^VALM1 S VALMBCK="R"
  1. D CLEAR^VALM1 ;new line
  1. ;IHS/ANMC/LJF 10/10/2001 end of mods
  1. ;
  1. HLPQ K SDX,Y Q
  1. ;
  1. HLPS ; -- short help
  1. S X="?" D DISP^XQORM1 W ! Q
  1. ;
  1. HELPTXT ; -- help text
  1. ;;Enter actions(s) by typing the name(s), or abbreviation(s).
  1. ;;
  1. ;;ACTION PRE-SELECTION:
  1. ;; Actions may be pre-selected by separating them with ";".
  1. ;;
  1. ;; For example, "AL;CI" will advance through the 2 menus,
  1. ;; automatically selecting the actions. In this example, the user
  1. ;; would be selecting the 'Appointment List Menu' and then the
  1. ;; 'Checked In' list.
  1. ;;
  1. ;;LIST ENTRY PRE-SELECTION:
  1. ;; Entries from appointment list can be pre-selected in the following
  1. ;; manner:
  1. ;; CI=1 ...will process entry #1 for check in
  1. ;; CI=3 4 5 ...will process entries 3,4,5 for check in
  1. ;; CI=1-3 ...will process entries 1,2,3 for check in
  1. ;;
  1. ;; If no entry is pre-selected, the user will be prompted for a
  1. ;; selection.
  1. ;;------------------------------------------------------------------------------
  1. ;;$PAUSE
  1. ;;$END
  1. ;;MULTIPLE ACTION SELECTION:
  1. ;; More than one action can be selected in the following manner:
  1. ;;
  1. ;; Select Action: CL,CD ...user will select a clinic and then
  1. ;; be asked to enter a new date range
  1. ;;
  1. ;; CL,AL;NA ...user will select a clinic and then
  1. ;; all 'NO ACTION TAKEN' appointments
  1. ;; will be listed.
  1. ;;------------------------------------------------------------------------------
  1. ;;$END
  1. ;