VALUE (8)    REMINDER FUNCTION FINDING FUNCTIONS (802.4)

Name Value
NAME VALUE
ENTRY VALUE
ROUTINE PXRMFF0
PRINT NAME Value
DESCRIPTION
The VALUE function returns any of the CSUB values for a finding.
was for a lab test and you wanted to check to see if occurrence 1 was less
than occurrence 2, the function finding would be:
 
VALUE(4,1,"VALUE")<VALUE(4,2,"VALUE")
 
Note: Occurrence Count for the finding must be equal to or greater
than the occurrence(s) you want to use.
 
 
Immunization findings can have associated contraindications and refusals. 
The argument list is the finding number, the occurrence, and the
To use them in the VALUE function, precede the finding numbers with a 'C' 
or 'R'. For example, if finding 4 is an immunization and we need to 
determine if there was a refusal after January 10, 2022, the function 
string is:
 
VALUE(R4,"DATE")>3220110
CSUB subscript of interest. For example, if finding number 4 was
for a lab test and you wanted to check to see if its value was less than 7.5
the function finding would be:
 
VALUE(4,"VALUE")<7.5
 
You can also check particular occurrences. For example, if finding number 4
CLASS NATIONAL
ARGUMENT PATTERN .1(.1"C",.1"R")1.N1","1(1.N,1""""1.AP1"""").1(1","1(1.N,1""""1.AP1""""))