[613] | 1 | ZVEMDH2 ;DJB,VEDD**Help Text - Main Menu [7/19/95 9:14pm]
|
---|
| 2 | ;;12;VPE;;COPYRIGHT David Bolduc @1993
|
---|
| 3 | ;
|
---|
| 4 | VEDD1 ;;;
|
---|
| 5 | ;;;
|
---|
| 6 | ;;; 5) Trace a Field - Displays the pathway to fields that are decendent
|
---|
| 7 | ;;; from a multiple.
|
---|
| 8 | ;;; Example: When looking at PATIENT file, you type
|
---|
| 9 | ;;; 'MOV' at the 'Enter Field Name:' prompt. Trace a
|
---|
| 10 | ;;; Field will display:
|
---|
| 11 | ;;; 401 Admission Date/Time
|
---|
| 12 | ;;; 5 Treating Specialty
|
---|
| 13 | ;;; 1000 Movement Number
|
---|
| 14 | ;;; This is the pathway to the MOVEMENT NUMBER field.
|
---|
| 15 | ;;; You can now select 'I' and type in the field
|
---|
| 16 | ;;; number of each field in the path. You will get the
|
---|
| 17 | ;;; Individual Field Listing for the MOVEMENT NUMBER field.
|
---|
| 18 | ;;;
|
---|
| 19 | ;;; 6) Indiv Fld DD - Lists contents of the Data Dictionary for selected
|
---|
| 20 | ;;; field.
|
---|
| 21 | ;;;
|
---|
| 22 | ;;; 7) Fld Global Location - List of all fields and their global
|
---|
| 23 | ;;; location (NODE;PIECE). When working with larger
|
---|
| 24 | ;;; files, you may start the list at a particular
|
---|
| 25 | ;;; field or a particular screen. See the HELP that's
|
---|
| 26 | ;;; available in this option.
|
---|
| 27 | ;;;
|
---|
| 28 | ;;; 8) Templates - Lists Print, Sort, and Input templates. If the listing
|
---|
| 29 | ;;; is too long for any type, you may enter 'S' and skip
|
---|
| 30 | ;;; over to next type.
|
---|
| 31 | ;;;
|
---|
| 32 | ;;; 9) File Description - Narrative describing the selected file.
|
---|
| 33 | ;;;
|
---|
| 34 | ;;; 10) File Characteristics - Displays post-selection actions, special
|
---|
| 35 | ;;; look-up programs, and identifiers. For more
|
---|
| 36 | ;;; information on any of these topics see Chapter 5
|
---|
| 37 | ;;; Section D of the VA Fileman Programmers' manual
|
---|
| 38 | ;;; (Version 18).
|
---|
| 39 | ;;;***
|
---|