Select the objects that you wish to see in the downloaded PDF
Info Desc Directly Accessed By Routines Accessed By FileMan Db Calls Pointed To By FileMan Files Fields Global Variables Directly Accessed Local Variables
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.
INPUT TRANSFORM: K:$L(X)>30!($L(X)<3)!'(X'?1P.E)!(X'?.ANP) X
LAST EDITED: MAY 26, 1994
HELP-PROMPT: Enter a name (3-30 characters) for this print field.
DESCRIPTION: 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.
DELETE TEST: 1,0)= I 1 W *7,!,"Label Print Fields can not be deleted"
DESCRIPTION: 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
SOURCE OF DATA: RAD/NUC MED DEVELOPER
UNEDITABLE
CROSS-REFERENCE: 78.7^AC
1)= S ^RA(78.7,"AC",$E(X,1,30),DA)=""
2)= K ^RA(78.7,"AC",$E(X,1,30),DA)
Generates a list of label print fields grouped by type of data stored in the field.
HELP-PROMPT: Enter a default title (3-20 characters).
DESCRIPTION: 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
HELP-PROMPT: Enter an example value of 1 to 30 characters.
DESCRIPTION:
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.
HELP-PROMPT: This is a local variable name associated with this print field.
DESCRIPTION:
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.
SOURCE OF DATA: RAD/NUC MED DEVELOPER
CROSS-REFERENCE: 78.7^C
1)= S ^RA(78.7,"C",$E(X,1,30),DA)=""
2)= K ^RA(78.7,"C",$E(X,1,30),DA)
Allows look-up of label print field by internal variable.
HELP-PROMPT: Is this field shared among cases that belong to the same print set
DESCRIPTION: 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.
INPUT TRANSFORM: K X W !,"UNEDITABLE" Q K:$L(X)>240!($L(X)<1) X
LAST EDITED: MAR 28, 1996
HELP-PROMPT: This is the MUMPS code to set the internal variable to a value.
DESCRIPTION:
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.
WRITE AUTHORITY: ^
SOURCE OF DATA: RAD/NUC MED DEVELOPER
UNEDITABLE
NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER