Interface FilterOperator
-
public interface FilterOperator
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.FILTER_OPERATORDESCENDENT_OFstatic com.babylonhealth.lit.hl7.FILTER_OPERATOREQUALSstatic com.babylonhealth.lit.hl7.FILTER_OPERATOREXISTSstatic com.babylonhealth.lit.hl7.FILTER_OPERATORGENERALIZESstatic com.babylonhealth.lit.hl7.FILTER_OPERATORINstatic com.babylonhealth.lit.hl7.FILTER_OPERATORIS_Astatic com.babylonhealth.lit.hl7.FILTER_OPERATORIS_NOT_Astatic com.babylonhealth.lit.hl7.FILTER_OPERATORNOT_IN_SETstatic com.babylonhealth.lit.hl7.FILTER_OPERATORREGEX
-
-
-
Field Detail
-
DESCENDENT_OF
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR DESCENDENT_OF
-
EQUALS
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR EQUALS
-
EXISTS
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR EXISTS
-
GENERALIZES
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR GENERALIZES
-
IN
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IN
-
IS_A
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_A
-
IS_NOT_A
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR IS_NOT_A
-
NOT_IN_SET
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR NOT_IN_SET
-
REGEX
static final com.babylonhealth.lit.hl7.FILTER_OPERATOR REGEX
-
-