Interface SearchParamType
-
public interface SearchParamType
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPECOMPOSITEstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPEDATEstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPENUMBERstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPEQUANTITYstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPEREFERENCEstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPESPECIALstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPESTRINGstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPETOKENstatic com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPEURI
-
-
-
Field Detail
-
COMPOSITE
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE COMPOSITE
-
DATE
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE DATE
-
NUMBER
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE NUMBER
-
QUANTITY
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE QUANTITY
-
REFERENCE
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE REFERENCE
-
SPECIAL
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE SPECIAL
-
STRING
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE STRING
-
TOKEN
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE TOKEN
-
URI
static final com.babylonhealth.lit.hl7.SEARCH_PARAM_TYPE URI
-
-