FI (5)    REMINDER FUNCTION FINDING FUNCTIONS (802.4)

Name Value
NAME FI
ENTRY FI
ROUTINE PXRMFF0
PRINT NAME FI
DESCRIPTION
This function returns the true or false value of a finding. It
'R'. For example, if finding 1 and finding 2 are immunizations and we 
need to determine if finding 1 has an active refusal and finding 2 has an 
active contraindication the function string is:
 
FI(R1)&FI(C2)
provides a way to combine a logical string of regular findings into
a single function finding. This function only takes a single finding
number in its argument list. Example:
 
  FI(1)&FI(2)&(FI(3)!FI(4))
 
Immunization findings can have associated contraindications and refusals. 
To use them in the FI function, precede the finding numbers with a 'C' or 
CLASS NATIONAL
ARGUMENT PATTERN .1(.1"C",.1"R")1.N