final enum SingleValueDateComparator extends java.lang.Enum<E<E>>
Specific value with respect to a given date For example, the most recent bmi that occured before the biobank recruitment date or the lab value that occured closest to recruitment date if not %_MOSTRECENT or %_CLOSEST, return first occurance if %_MOSTRECENT, return the latest occurence if ALL_CLOSEST, return the closest occurance
Modifiers | Name | Description |
---|---|---|
static SingleValueDateComparator |
ALL |
the oldest |
static SingleValueDateComparator |
ALL_CLOSEST |
the closest to the date before or after |
static SingleValueDateComparator |
ALL_MOSTRECENT |
the most recent |
static SingleValueDateComparator |
EQ |
same time as |
static SingleValueDateComparator |
EQ_MOSTRECENT |
the most recent same time as |
static SingleValueDateComparator |
GT |
the oldest strictly after |
static SingleValueDateComparator |
GTEQ |
the oldest after or the same time as |
static SingleValueDateComparator |
GTEQ_MOSTRECENT |
the most recent after or the same time |
static SingleValueDateComparator |
GT_MOSTRECENT |
the most recent strictly after |
static SingleValueDateComparator |
LT |
the oldest strictly before |
static SingleValueDateComparator |
LTEQ |
the oldest before or same time as |
static SingleValueDateComparator |
LTEQ_MOSTRECENT |
the most recent before or same time as |
static SingleValueDateComparator |
LT_MOSTRECENT |
the most recent before |
static SingleValueDateComparator |
MAX_VALUE |
|
static SingleValueDateComparator |
MIN_VALUE |
Type | Name and description |
---|---|
java.lang.String |
description the oldest |
Type Params | Return Type | Name and description |
---|---|---|
|
SingleValueDateComparator |
next() |
|
SingleValueDateComparator |
previous() |
|
static SingleValueDateComparator |
valueOf(java.lang.String name) |
|
static final SingleValueDateComparator[] |
values() |
the oldest
the closest to the date before or after
the most recent
same time as
the most recent same time as
the oldest strictly after
the oldest after or the same time as
the most recent after or the same time
the most recent strictly after
the oldest strictly before
the oldest before or same time as
the most recent before or same time as
the most recent before