Files > IB FORM FIELD CONTENT

name
IB FORM FIELD CONTENT
number
364.7
location
^IBA(364.7,
description
DO NOT delete entries or edit data in this file with VA File Manager. This is the file that contains the specific fields to be used to produce the associated form or screen. If there is no insurance company or bill type specified for an entry, this is assumed to be the default definition of the field. Entries in this file that are designated as having a SECURITY LEVEL of NATIONAL should not be deleted or edited.
Fields
#NameLocationTypeDetailsIndexDescription
.01form field reference(+)0;1POINTER364.6BThis is a pointer to the billing form field that this field is associated with.
.02security level0;2SET OF CODESN:NATIONAL,NO EDIT
L:LOCAL
This field determines whether or not editing of the entry is allowed. For NATIONAL (N) field, no local editing is allowed. If LOCAL (L) field is created, editing is allowed.
.03data element0;3POINTER364.5CThis identifies the data element that be extracted for this entry.
.04screen prompt0;4FREE TEXTThis is used only by screen-type forms to place a prompt on the screen for a particular field.
.05insurance company0;5POINTER36This is the insurance company who has a need for other than the standard data in this field.
.06bill type0;6SET OF CODESI:INPATIENT
O:OUTPATIENT
This is the type of bill that requires this field.
.07pad character0;7SET OF CODESZL:ZERO PAD ON LEFT
ZR:ZERO PAD ON RIGHT
SL:SPACE PAD ON LEFT
SR:SPACE PAD ON RIGHT
N:NO PAD REQUIRED
If present, this defines the character to be used to pad the DATA ELEMENT to its desired length and the orientation of the padding characters to the left or right of the data. The default is space pad to the right.
.08required0;8BOOLEAN0:NO
1:YES
This field controls the required/not required status of a data element on a local screen 9 form. If this field is 1 (YES), this data element is always required to have data (not null) in order for a bill to be authorized.
.09edit status0;9SET OF CODESE:EDITABLE
D:DISPLAY ONLY
This field is used to control whether or not a data element on a screen is editable or for display-only purposes.
.1edit group number0;10NUMERICThis field contains the # of the edit group that the screen data element will be included with. When this group # is selected on an edit screen, all data elements assigned to this group # on this screen will be presented for editing. If no # is entered here, this field will not be available for editing. This field will only apply to screen-type forms' editable data element descriptions.
1format code1;E1,245FREE TEXTThis is the code that will be xecuted to format the 'raw' data element value that is returned from the execution of the DATA ELEMENT's definition. This code can assume the variable/array IBXDATA is available as input and should set this variable/array as its output. Standard calls for data formatting have been provided. The variables IBXPG, IBXLN, IBXCOL are the only IBX* variables that should be changed in this routine. These represent the page, line, column as the first 3 levels of subscript for the output array.
3format code description3;0WORD-PROCESSINGThis field describes the function of the format code entered.

Not Referenced