TYPE |
Input |
This is the type of IB screen to extract and build
the ListManager display array and header data. Possible values are as
follows:
1 : TPJI Claim Information screen (default)
2 : TPJI AR Account Profile screen
3 : TPJI AR Comment History screen
4 : TPJI ECME Rx Response screen
5 : Patient Insurance policy expanded information screen
|
IBIFN |
Input |
Claim ien file (#399) This is required for any of the
TPJI data screens. This is optional for the patient insurance screen.
|
DFN |
Input |
Patient ien in file #2. This is required for the
patient insurance screen. This is optional for any of the TPJI screens. If
the DFN is passed in it will be used for the TPJI screens. If the DFN is not
passed in it will be calculated from the 399,.02 field of the bill.
|
IBCDFN |
Input |
This is the patient INSURANCE TYPE 2.312 subfile ien.
This is required for the patient insurance screen. This is not used for the
TPJI screens.
|
IBLMDISPA |
Both |
This is the name of scratch global name or local
variable name in which to store the ListManager display array data. Pass the
global or local array variable name in closed reference format. Data will be
returned in @IBLMDISPA@(LN,0) where LN is a sequential line# counter.
|
VALMHDR |
Output |
This is the standard ListManager VALMHDR header
array. It will be built by this IB API and returned to the calling
application in this parameter. It must be passed by reference in order to
return the contents of the VALMHDR array.
|