| 1 | SPNAHOCH ;HISC/DAD-AD HOC REPORTS: HELP TEXT ;9/9/96  09:27 | 
|---|
| 2 | ;;2.0;Spinal Cord Dysfunction;;01/02/1997 | 
|---|
| 3 | ; | 
|---|
| 4 | EN(SPNLABEL) ; *** Print the help text | 
|---|
| 5 | N SP,X Q:$T(@SPNLABEL)="" | 
|---|
| 6 | F SP=1:1 S X=$P($T(@SPNLABEL+SP),";;",2,99) Q:X=U  W !,X | 
|---|
| 7 | Q | 
|---|
| 8 | H1 ;; *** Sort help | 
|---|
| 9 | ;;Macro functions:          [L  Load sort macro        [S  Save sort macro | 
|---|
| 10 | ;;   [O  Output macro       [I  Inquire sort macro     [D  Delete sort macro | 
|---|
| 11 | ;; | 
|---|
| 12 | ;;Sort prefixes:   (e.g. enter +1 to turn on totaling for field 1) | 
|---|
| 13 | ;;   +  Totalled fields      -  Reverse sort order      !  Sequence/ranking number | 
|---|
| 14 | ;;   #  New page on sort     @  Suppress sub-header     '  Range without sorting | 
|---|
| 15 | ;; | 
|---|
| 16 | ;;Sort suffixes:   (e.g. enter 1;C5 to print the field 1 sub-header at column 5) | 
|---|
| 17 | ;;   ;Cn  -  Start the sub-header         ;Ln    -  Use the first n characters of | 
|---|
| 18 | ;;           caption at column n                    a field value for sorting | 
|---|
| 19 | ;;   ;Sn  -  Skip n lines every time the  ;"xxx" -  Use xxx as the sub-header | 
|---|
| 20 | ;;           sort field value changes               caption, for no caption ;"" | 
|---|
| 21 | ;;   ;TXT -  Force digits to be sorted | 
|---|
| 22 | ;;           as strings not as numbers | 
|---|
| 23 | ;;^ | 
|---|
| 24 | H2 ;; *** Print help | 
|---|
| 25 | ;;Macro functions:        [L  Load print macro         [S  Save print macro | 
|---|
| 26 | ;;   [O  Output macro     [I  Inquire print macro      [D  Delete print macro | 
|---|
| 27 | ;; | 
|---|
| 28 | ;;Print prefixes:   (e.g. enter !1 to turn on counting for field 1) | 
|---|
| 29 | ;;   &  Total              !  Count                     +  Total, Count & Mean | 
|---|
| 30 | ;;   #  Total, Count, Mean, Maximum, Minimum, and Standard Deviation | 
|---|
| 31 | ;; | 
|---|
| 32 | ;;Print suffixes:   (e.g. enter 1;C5 to print the field 1 value at column 5) | 
|---|
| 33 | ;;   ;Cn  -  Start output at column n       ;Yn    -  Start output at line n | 
|---|
| 34 | ;;           Use ;C-n to start output n               Use ;Y-n to start output n | 
|---|
| 35 | ;;           columns from the right margin            lines from the bottom margin | 
|---|
| 36 | ;;   ;Ln  -  Left justify data in an        ;Rn    -  Right justify data in an | 
|---|
| 37 | ;;           output field of n characters             output field of n characters | 
|---|
| 38 | ;;           Will truncate the output                 Will not truncate the output | 
|---|
| 39 | ;;   ;Wn  -  Wrap output in a field of n    ;X     -  Omit spaces between print | 
|---|
| 40 | ;;           characters, breaks at word               fields and suppress the | 
|---|
| 41 | ;;           divisions, default wrap ;W               column header | 
|---|
| 42 | ;;   ;Sn  -  Skip n lines before printing   ;Dn    -  Output numeric value with n | 
|---|
| 43 | ;;           Use ;S to skip one line                  decimal places (rounds off) | 
|---|
| 44 | ;;   ;N   -  Do not print duplicated data   ;T     -  Use field Title as header | 
|---|
| 45 | ;;   ;""  -  Suppress column header         ;"xxx" -  Use xxx as column header | 
|---|
| 46 | ;;^ | 
|---|
| 47 | H3 ;; *** Beginning sort help | 
|---|
| 48 | ;; | 
|---|
| 49 | ;;       Enter the beginning sort value or press <RETURN> to start with BEGINNING. | 
|---|
| 50 | ;;^ | 
|---|
| 51 | H4 ;; *** Ending sort help | 
|---|
| 52 | ;; | 
|---|
| 53 | ;;       Enter the ending sort value or press <RETURN> to stop with ENDING. | 
|---|
| 54 | ;;^ | 
|---|
| 55 | H5 ;; *** Report header help | 
|---|
| 56 | ;;        Enter header (60 characters maximum), press <RETURN> | 
|---|
| 57 | ;;        for standard VA FileMan header, ^ to exit. | 
|---|
| 58 | ;;^ | 
|---|
| 59 | H6 ;; *** Routine name | 
|---|
| 60 | ;; | 
|---|
| 61 | ;;     Enter the name of a MUMPS routine that will be used | 
|---|
| 62 | ;;     by the Ad Hoc Report Generator.  The routine name must | 
|---|
| 63 | ;;     start with an uppercase letter and may continue with | 
|---|
| 64 | ;;     numbers and uppercase letters.  The routine name must | 
|---|
| 65 | ;;     be from 2 to 8 characters in length. | 
|---|
| 66 | ;;^ | 
|---|
| 67 | H7 ;; *** Field name | 
|---|
| 68 | ;; | 
|---|
| 69 | ;;     Enter the menu text that will appear on the Ad Hoc | 
|---|
| 70 | ;;     sort/print menus.  Must be 2 to 30 characters. | 
|---|
| 71 | ;;^ | 
|---|
| 72 | H8 ;; *** No records to print message help | 
|---|
| 73 | ;; | 
|---|
| 74 | ;;     If no data is found that meets the user's sort criteria a | 
|---|
| 75 | ;;     'NO RECORDS TO PRINT' message will automatically be produced. | 
|---|
| 76 | ;;     Answer 'NO' to this question to suppress this message. | 
|---|
| 77 | ;;^ | 
|---|
| 78 | H9 ;; *** Menu header help | 
|---|
| 79 | ;; | 
|---|
| 80 | ;;     Enter the text you want displayed at the top of the sort | 
|---|
| 81 | ;;     and print menu screens.  The header will be 'Text' followed | 
|---|
| 82 | ;;     by 'Ad Hoc Report Generator'.  The header text is optional | 
|---|
| 83 | ;;     and may be null.  To suppress the header altogether enter '@'. | 
|---|
| 84 | ;;     The header text must be from 0 to 45 characters in length. | 
|---|
| 85 | ;;^ | 
|---|
| 86 | H10 ;; *** Check/update macro checksum help | 
|---|
| 87 | ;; | 
|---|
| 88 | ;;     Enter 'YES' to change the checksum for this macro. | 
|---|
| 89 | ;;     Enter 'NO' to leave the checksum for this macro as is. | 
|---|
| 90 | ;;     Enter 'ALL' to change the checksum for all macros. | 
|---|
| 91 | ;;     Enter '^' to exit. | 
|---|
| 92 | ;;^ | 
|---|
| 93 | H11 ;; *** Sort criteria in header | 
|---|
| 94 | ;; | 
|---|
| 95 | ;;     Answer 'YES' to include the sort criteria | 
|---|
| 96 | ;;     in the report header, otherwise answer 'NO'. | 
|---|
| 97 | ;;^ | 
|---|
| 98 | H12 ;; *** Sort from/to look-up screen | 
|---|
| 99 | ;; | 
|---|
| 100 | ;;     Enter MUMPS code that contains an IF statement.  After execution, | 
|---|
| 101 | ;;     if $T is set to 1 the entry is selectable, otherwise it is not. | 
|---|
| 102 | ;;     For pointers, the naked indicator will equal the zero node of | 
|---|
| 103 | ;;     the entry being screened.  The variable Y represents the record | 
|---|
| 104 | ;;     number for pointers, and the internal code for sets of codes. | 
|---|
| 105 | ;;^ | 
|---|