source: IHS-VA_UTILITIES-XB/trunk/XBHEDD13.m@ 642

Last change on this file since 642 was 642, checked in by Sam Habiel, 14 years ago

Modified directory structure; moved routines.

File size: 2.6 KB
Line 
1XBHEDD13 ;402,DJB,5/1/90,EDD - Help Text 2
2 ;;4.0;XB;;Jul 20, 2009;Build 2
3 ;;David Bolduc - Togus, ME
4 ;;Called by XBHEDD1
5 W @IOF,!?5,"INPUT",?20,"EFFECT",!?5,"=======",?20,"========================================================="
6 W !?2,"1.",?7,"""^""",?20,"Causes an exit back to the Main Menu."
7 W !!?2,"2.",?7,"""B""",?20,"Backs up to previous screen."
8 W !!?2,"3.",?7,"""n""",?20,"Typing a number here allows you to jump to that screen."
9 W !?20,"In the lower right hand corner of the screen, you will"
10 W !?20,"see 2 numbers: TOP and CUR. TOP is the highest screen"
11 W !?20,"you have <RETURNED> to. CUR is the current screen"
12 W !?20,"you are viewing. You can only jump between the first and"
13 W !?20,"TOP screen. As an example, if you selected the ""FIELD"
14 W !?20,"Global Location"" option and then hit <RETURN> 6 times,"
15 W !?20,"TOP would be equal to 6 and CUR would be equal to 6."
16 W !?20,"Now you can jump to any screen between 1 and 6."
17 W !?20,"If you entered a ""2"" and <RETURN>, you would jump"
18 W !?20,"to screen 2. TOP would still be equal to 6 but CUR"
19 W !?20,"would now be 2. If you then hit ""B"" to back up 1 screen,"
20 W !?20,"TOP would be 6 and CUR would be 1. If you now"
21 W !?20,"wanted to return to TOP (screen 6) you would type a ""6"""
22 R !!?2,"<RETURN> to continue, ""^"" to quit: ",Z1:DTIME S:'$T Z1="^" I Z1="^" S FLAG="QUIT" Q
23 W @IOF,!?5,"INPUT",?20,"EFFECT",!?5,"=======",?20,"========================================================="
24 W !?20,"and this page would now be displayed. TOP and CUR would"
25 W !?20,"both be equal to 6 again."
26 W !!?2,"4.",?7,"""I""",?20,"""I"" allows you to zoom in on an individual field. It"
27 W !?20,"prompts you for a field and then gives you the Individual"
28 W !?20,"FIELD Summary for that field. When using ""I"", you"
29 W !?20,"must start at the top of the multiple. For example, if"
30 W !?20,"you were looking at the Patient file and you had selected"
31 W !?20,"""Admission Date"" as the starting point for FIELD Global"
32 W !?20,"Location and you <RETURNED> thru 2 screens, you would see"
33 W !?20,"the field Treating Specialty. To view the Individual"
34 W !?20,"FIELD Summary for this field you would have to first"
35 W !?20,"select Admission Date and then Treating Specialty. This"
36 W !?20,"is made easier by the design of the FIELD Global Location"
37 W !?20,"screens. Each layer of multiple fields is preceeded by"
38 W !?20,"dashes that indicated their level. You trace these dashes"
39 W !?20,"back to locate the starting point for each layer."
40 W !?20,"You can also use the ""Trace a Field"" option."
41 R !!?2,"Hit any key to continue: ",Z1:DTIME S FLAG="QUIT" Q
Note: See TracBrowser for help on using the repository browser.