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

XBHEDDH3.m

Go to the documentation of this file.
  1. XBHEDDH3 ;402,DJB,10/23/91,EDD - Help Text - Field Global Location
  1. ;;2.6;IHS UTILITIES;;JUN 28, 1993
  1. ;;David Bolduc - Togus, ME
  1. ;;Called by XBHEDD1
  1. W @IOF
  1. F I=1:1 S TEXT=$P($T(TXT+I),";;;",2) Q:TEXT="***" W !,TEXT I $Y>SIZE D PAGE Q:FLAGQ
  1. I 'FLAGQ D ^XBHEDDH4
  1. EX ;
  1. K TEXT I 'FLAGQ D PAUSE
  1. Q
  1. TXT ;
  1. ;;; INPUT EFFECT
  1. ;;;==========================================================================
  1. ;;;
  1. ;;; 1. '^' Exit back to Main Menu.
  1. ;;;
  1. ;;; 2. 'B' Back up to previous screen.
  1. ;;;
  1. ;;; 3. 'n' Typing a number here allows you to jump to that screen.
  1. ;;; In the lower right hand corner of the screen, you will
  1. ;;; see 2 numbers: TOP and CUR. TOP is the highest screen
  1. ;;; you have <RETURNED> to. CUR is the current screen you
  1. ;;; are viewing. You can only jump between the first and TOP
  1. ;;; screen. As an example, if you selected the 'Field Global
  1. ;;; Location' option and then hit <RETURN> 6 times, TOP would
  1. ;;; be equal to 6 and CUR would be equal to 6. Now you can jump
  1. ;;; to any screen between 1 and 6. If you entered '2' and <RETURN>,
  1. ;;; you would jump to screen 2. TOP would still be equal to 6 but
  1. ;;; CUR would now be 2. If you then hit 'B' to back up 1 screen,
  1. ;;; TOP would be 6 and CUR would be 1. If you now wanted to return
  1. ;;; to TOP (screen 6), you would type a '6' and this page
  1. ;;; would now be displayed. TOP and CUR would both be equal
  1. ;;; to 6 again.
  1. ;;;
  1. ;;; 4. 'I' Allows you to zoom in on an individual field. It prompts you
  1. ;;; for a field and then gives you the Individual Field Summary
  1. ;;; for that field. When using 'I', you must start at the top
  1. ;;; of the multiple. For example, if you were looking at the
  1. ;;; Patient file and you had selected 'Admission Date' as the
  1. ;;; starting point for Field Global Location and you <RETURNED>
  1. ;;; thru 2 screens, you would see the field Treating Specialty.
  1. ;;; To view the Individual Field Summary for this field you would
  1. ;;; have to first select Admission Date and then Treating Specialty.
  1. ;;; This is made easier by the design of the Field Global Location
  1. ;;; screens. Each layer of multiple fields is preceeded by
  1. ;;; dashes that indicated their level. You trace these dashes
  1. ;;; back to locate the starting point for each layer. You can
  1. ;;; also use the Trace a Field option.
  1. ;;;***
  1. PAGE ;
  1. R !!?2,"<RETURN> to continue, '^' to quit: ",XX:DTIME S:'$T XX="^" S:XX["^" FLAGQ=1 I FLAGQ Q
  1. W @IOF Q
  1. PAUSE ;
  1. I $Y<SIZE F I=1:1:(SIZE-$Y) W !
  1. R !?2,"<RETURN> to continue..",XX:DTIME
  1. Q