# | Name | Location | Type | Details | Index | Description |
---|---|---|---|---|---|---|
.01 | print field(+) | 0;1 | FREE TEXT | B | This field contains the name of this print field. It is available for the print formats of flash cards, exam labels, jacket labels, report headers, and report footers. Print field names must be between 3 and 30 non-numeric characters in length. | |
2 | type of data | 0;2 | SET OF CODES | P:PATIENT DEMOGRAPHICS V:VISIT SPECIFIC E:EXAM SPECIFIC O:OTHER | AC | This field contains the data type of this print field. Following are the available types of data, explanations, and examples of each type. 'P' for patient demographics ie. Date of birth 'V' for visit specific ie. Hospital division 'E' for exam specific ie. Technologist who performed exam 'O' for other ie. Page # on report header |
3 | default title | 0;3 | FREE TEXT | This field contains the default title of this print field. It may be between 3 and 20 characters in length and will appear on any of the print formats that do not have a title specified in the 'Flash Card Formats' file for this print field. | ||
4 | test value | 0;4 | FREE TEXT | This field contains an example value of this print field between 1 and 30 characters in length. It is used as an example when setting up the various print formats. | ||
5 | internal variable | 0;5 | FREE TEXT | C | This is the MUMPS local variable name that this print field will be associated with when the print format is used by the system. It is assigned by the developer and must be between 1 and 8 characters in length. | |
6 | unique | 0;6 | BOOLEAN | Y:YES | When this field is printed in a report, and the report is a combined report of several cases that belong to the same report, then this field value will be trailed by a '+'. The purpose of this character is to give the user a visual cue that there is additional data that cannot be printed within the space confines of a label or report header or footer. For example, print sets include several different procedures but not all of them will fit on a report header or a label, so a single procedure name is printed with a '+' to indicate that there are more procedures in the print set. | |
100 | mumps code to set variable | E;E1,240 | FREE TEXT | This is the MUMPS code that sets the 'Internal Variable' to the appropriate value. It is executed when this print field is used to print the appropriate data and is between 1 and 240 characters in length. |
Not Referenced