source: FOIAVistA/tag/r/QUALITY_ASSURANCE_INTEGRATION-QAQ/QAQAHOCH.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 4.0 KB
Line 
1QAQAHOCH ;HISC/DAD-AD HOC REPORTS: HELP TEXT [ 10/20/92 7:11 pm ] ;10/28/92 12:43
2 ;;1.7;QM Integration Module;;07/25/1995
3EN(QAQLABEL) ; *** Print the help text
4 N QA,X Q:$T(@QAQLABEL)=""
5 F QA=1:1 S X=$P($T(@QAQLABEL+QA),";;",2,99) Q:X="^" W !,X
6 Q
7H1 ;; *** Sort help
8 ;;Macro functions: [L Load sort macro [S Save sort macro
9 ;; [O Output macro [I Inquire sort macro [D Delete sort macro
10 ;;
11 ;;Sort prefixes: (e.g. enter +1 to turn on totaling for field 1)
12 ;; + Totalled fields - Reverse sort order ! Sequence/ranking number
13 ;; # New page on sort @ Suppress sub-header ' Range without sorting
14 ;;
15 ;;Sort suffixes: (e.g. enter 1;C5 to print the field 1 sub-header at column 5)
16 ;; ;Cn - Start the sub-header ;Ln - Use the first n characters of
17 ;; caption at column n a field value for sorting
18 ;; ;Sn - Skip n lines every time the ;"xxx" - Use xxx as the sub-header
19 ;; sort field value changes caption, for no caption ;""
20 ;;^
21H2 ;; *** Print help
22 ;;Macro functions: [L Load print macro [S Save print macro
23 ;; [O Output macro [I Inquire print macro [D Delete print macro
24 ;;
25 ;;Print prefixes: (e.g. enter !1 to turn on counting for field 1)
26 ;; & Total ! Count + Total, Count & Mean
27 ;; # Total, Count, Mean, Maximum, Minimum, and Standard Deviation
28 ;;
29 ;;Print suffixes: (e.g. enter 1;C5 to print the field 1 value at column 5)
30 ;; ;Cn - Start output at column n ;Yn - Start output at line n
31 ;; Use ;C-n to start output n Use ;Y-n to start output n
32 ;; columns from the right margin lines from the bottom margin
33 ;; ;Ln - Left justify data in an ;Rn - Right justify data in an
34 ;; output field of n characters output field of n characters
35 ;; Will truncate the output Will not truncate the output
36 ;; ;Wn - Wrap output in a field of n ;X - Omit spaces between print
37 ;; characters, breaks at word fields and suppress the
38 ;; divisions, default wrap ;W column header
39 ;; ;Sn - Skip n lines before printing ;Dn - Output numeric value with n
40 ;; Use ;S to skip one line decimal places (rounds off)
41 ;; ;N - Do not print duplicated data ;T - Use field Title as header
42 ;; ;"" - Suppress column header ;"xxx" - Use xxx as column header
43 ;;^
44H3 ;; *** Beginning sort help
45 ;;
46 ;; Enter the beginning sort value or press <RETURN> to start with BEGINNING.
47 ;;^
48H4 ;; *** Ending sort help
49 ;;
50 ;; Enter the ending sort value or press <RETURN> to stop with ENDING.
51 ;;^
52H5 ;; *** Report header help
53 ;; Enter header (60 characters maximum), press <RETURN>
54 ;; for standard VA FileMan header, ^ to exit.
55 ;;^
56H6 ;; *** Routine name
57 ;;
58 ;; Enter the name of a MUMPS routine that will be used
59 ;; as the interface to the Ad Hoc Report Generator.
60 ;; The routine name must start with an uppercase letter
61 ;; and may continue with numbers and uppercase letters.
62 ;; The routine name must be from 2 to 8 characters in length.
63 ;;^
64H7 ;; *** Field name
65 ;;
66 ;; Enter the menu text that will appear on the Ad Hoc
67 ;; sort/print menus. Must be 2 to 30 characters.
68 ;;^
69H8 ;; *** No data found message help
70 ;;
71 ;; No output will occur if there is no data found that meets the
72 ;; user's sort specifications. Answering Y(es) to this question will
73 ;; produce a "No data found..." message under these circumstances.
74 ;;^
75H9 ;; *** Menu header help
76 ;;
77 ;; Enter the text you want displayed at the top of the sort
78 ;; and print menu screens. The header will be 'Text' followed
79 ;; by 'Ad Hoc Report Generator'. The header text is optional
80 ;; and may be null. To suppress the header altogether enter '@'.
81 ;; The header text must be from 0 to 45 characters in length.
82 ;;^
Note: See TracBrowser for help on using the repository browser.