Files > LABEL PRINT FIELDS

name
LABEL PRINT FIELDS
number
78.7
location
^RA(78.7,
description
This file contains the names of the data fields that can be printed on a 'flash card', 'exam label', 'jacket label', 'report header' or 'report footer'. The formats indicating which fields to print are stored in 'FLASH CARD FORMATS' file (#78.2). The entries in this file are entered by the developer and should not be deleted. Also, no new entries should be entered. Data Storage ------------ The data for the 'LABEL PRINT FIELDS' file is stored in the ^RA(78.7, global. At the present time this file is very static after day-one initialization is complete. However, it still should be journaled. It should also be translated if the operating system supports this function. Input Templates --------------- The package does not use any input templates associated with this file. Print Templates --------------- The package does not use any print templates associated with this file. Sort Templates -------------- The package does not use any sort templates associated with this file.
Fields
#NameLocationTypeDetailsIndexDescription
.01print field(+)0;1FREE TEXTBThis 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.
2type of data0;2SET OF CODESP:PATIENT DEMOGRAPHICS
V:VISIT SPECIFIC
E:EXAM SPECIFIC
O:OTHER
ACThis 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
3default title0;3FREE TEXTThis 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.
4test value0;4FREE TEXTThis 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.
5internal variable0;5FREE TEXTCThis 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.
6unique0;6BOOLEANY: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.
100mumps code to set variableE;E1,240FREE TEXTThis 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