VistA-WorldVistAEHR/r/VICTORY_PROGRAMMING_ENVIRON.../ZVEMDH4.m

45 lines
2.2 KiB
Mathematica

ZVEMDH4 ;DJB,VEDD**Help Text - Field Global Location [08/01/94]
;;12;VPE;;COPYRIGHT David Bolduc @1993
;
VEDD2 ;;;
;;; E N T E R R E S U L T
;;; --------- ----------------------------------------------------------------
;;;
;;; ^ Quit back to Main Menu.
;;;
;;; ^^ Exit VEDD completely.
;;;
;;; <SPACE> Quit back to Main Menu
;;;
;;; <ESC>H Help text for scrolling.
;;;
;;; I Allows you to select a field and display its data dictionary.
;;;
;;; 'n' Entering a field's Reference number from the REF column, is a
;;; shortcut method for displaying a field's data dictionary.
;;;
;;; <TAB> As noted above, you enter the REF number to select a field.
;;; You may also select a field by positioning the highlight
;;; located on the extreme left hand side of the screen, and then
;;; hitting <TAB>.
;;;
;;; D Data display. In addition to the data dictionary, you may
;;; look at the actual data in the file. After selecting a REF
;;; number or range of numbers, you select the type of display
;;; you want. You have the following choices:
;;; E = External values
;;; I = Internal values
;;; EN = External values, null fields ignored
;;; IN = Internal values, null fields ignored
;;; You will then be asked which entry you want to see. If any
;;; of the fields you requested are multiples, you will also be
;;; asked which multiple entry you want to see. After viewing
;;; the data, you are returned to the Global Location screen.
;;;
;;; F Find a field. You will be prompted for a field name. Enter a
;;; name or part of a name. VEDD will locate the field and position
;;; it at the top of the display. If no field is found the screen
;;; will be blank because you are at the end of the file. Use the
;;; Up-Arrow key to scroll up and again display fields.
;;;***