DFN |
Input |
The patient's DFN. This argument is required.
|
NGET |
Input |
The number of records to return. This argument is not
used but must be passed, pass "".
|
BDT |
Input |
The beginning date to search for. This argument is
not used but must be passed, pass "".
|
EDT |
Input |
The ending date to search for. This argument is not
used but must be passed, pass "".
|
NFOUND |
Output |
The number of records found. This will be 0 if TEST
is NULL. It will be 1 if TEST is set to a valid age.
|
TEST |
Both |
As an input, this argument is the age to determine
the date when the patient will reach that age. Fractional ages are not
allowed. If TEST is set to a fractional age, the fractional part will be
ignored. Input example: TEST=40. As an output, TEST(1)=0 if TEST was passed as
NULL, otherwise TEST(1)=1.
|
DATE |
Output |
The FileMan date the patient turns the specified age
in DATE(1).
|
VALUE |
Output |
The FileMan date the patient turns the specified age
in VALUE(1).
|
TEXT |
Output |
If TEST(1)=1, TEXT(1) will be a text string in one of
the following formats: For dates in the past - TEXT(1)= "Patient was 40 years
old on 05/01/2024." For dates in the future - TEXT(1)= "Patient will be 40
years old on 05/01/2026."
|