Package com.ibm.fhir.search
Class SearchConstants
- java.lang.Object
-
- com.ibm.fhir.search.SearchConstants
-
public class SearchConstants extends Object
Search Constants
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchConstants.Modifier
Search Modifiersstatic class
SearchConstants.Prefix
Prefixes for Search parametersstatic class
SearchConstants.Type
Types
-
Field Summary
-
-
-
Field Detail
-
SUBSETTED_TAG
public static final Coding SUBSETTED_TAG
-
LOG_BOUNDARY
public static final String LOG_BOUNDARY
- See Also:
- Constant Field Values
-
DTM_MANAGER
public static final String DTM_MANAGER
- See Also:
- Constant Field Values
-
DTM_MANAGER_DEFAULT
public static final String DTM_MANAGER_DEFAULT
- See Also:
- Constant Field Values
-
NL
public static final String NL
-
BACKSLASH_NEGATIVE_LOOKBEHIND
public static final String BACKSLASH_NEGATIVE_LOOKBEHIND
- See Also:
- Constant Field Values
-
COMPARTMENTS_JSON
public static final String COMPARTMENTS_JSON
- See Also:
- Constant Field Values
-
PARAMETER_DELIMITER_REGEX
public static final String PARAMETER_DELIMITER_REGEX
- See Also:
- Constant Field Values
-
COMPONENT_PATH_REGEX
public static final String COMPONENT_PATH_REGEX
- See Also:
- Constant Field Values
-
START_WHERE
public static final char START_WHERE
- See Also:
- Constant Field Values
-
MAX_INCLUSION_ITERATIONS
public static final int MAX_INCLUSION_ITERATIONS
- See Also:
- Constant Field Values
-
SORT
public static final String SORT
- See Also:
- Constant Field Values
-
INCLUDE
public static final String INCLUDE
- See Also:
- Constant Field Values
-
REVINCLUDE
public static final String REVINCLUDE
- See Also:
- Constant Field Values
-
PAGE
public static final String PAGE
- See Also:
- Constant Field Values
-
ELEMENTS
public static final String ELEMENTS
- See Also:
- Constant Field Values
-
COUNT
public static final String COUNT
- See Also:
- Constant Field Values
-
SUMMARY
public static final String SUMMARY
- See Also:
- Constant Field Values
-
TOTAL
public static final String TOTAL
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
HAS
public static final String HAS
- See Also:
- Constant Field Values
-
PROFILE
public static final String PROFILE
- See Also:
- Constant Field Values
-
TAG
public static final String TAG
- See Also:
- Constant Field Values
-
SECURITY
public static final String SECURITY
- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
IMPLICIT_SYSTEM_EXT_URL
public static final String IMPLICIT_SYSTEM_EXT_URL
- See Also:
- Constant Field Values
-
IDENTIFIER_MODIFIER_SUFFIX
public static final String IDENTIFIER_MODIFIER_SUFFIX
- See Also:
- Constant Field Values
-
OF_TYPE_MODIFIER_SUFFIX
public static final String OF_TYPE_MODIFIER_SUFFIX
- See Also:
- Constant Field Values
-
OF_TYPE_MODIFIER_COMPONENT_TYPE
public static final String OF_TYPE_MODIFIER_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
OF_TYPE_MODIFIER_COMPONENT_VALUE
public static final String OF_TYPE_MODIFIER_COMPONENT_VALUE
- See Also:
- Constant Field Values
-
TEXT_MODIFIER_SUFFIX
public static final String TEXT_MODIFIER_SUFFIX
- See Also:
- Constant Field Values
-
LAST_UPDATED
public static final String LAST_UPDATED
https://www.hl7.org/fhir/search.html#lastUpdated- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
SYSTEM_LEVEL_GLOBAL_PARAMETER_NAMES
public static final Set<String> SYSTEM_LEVEL_GLOBAL_PARAMETER_NAMES
-
EMPTY_QUERY_STRING
public static final String EMPTY_QUERY_STRING
- See Also:
- Constant Field Values
-
CHAINED_PARAMETER_CHARACTER
public static final String CHAINED_PARAMETER_CHARACTER
- See Also:
- Constant Field Values
-
PARAMETER_DELIMITER
public static final String PARAMETER_DELIMITER
- See Also:
- Constant Field Values
-
COMPOSITE_DELIMITER
public static final String COMPOSITE_DELIMITER
- See Also:
- Constant Field Values
-
COLON_DELIMITER
public static final char COLON_DELIMITER
- See Also:
- Constant Field Values
-
COLON_DELIMITER_STR
public static final String COLON_DELIMITER_STR
- See Also:
- Constant Field Values
-
WILDCARD
public static final String WILDCARD
- See Also:
- Constant Field Values
-
AND_CHAR
public static final char AND_CHAR
- See Also:
- Constant Field Values
-
EQUALS_CHAR
public static final char EQUALS_CHAR
- See Also:
- Constant Field Values
-
JOIN_STR
public static final String JOIN_STR
- See Also:
- Constant Field Values
-
AND_CHAR_STR
public static final String AND_CHAR_STR
- See Also:
- Constant Field Values
-
WILDCARD_FILTER
public static final String WILDCARD_FILTER
- See Also:
- Constant Field Values
-
RESOURCE_RESOURCE
public static final String RESOURCE_RESOURCE
- See Also:
- Constant Field Values
-
DOMAIN_RESOURCE_RESOURCE
public static final String DOMAIN_RESOURCE_RESOURCE
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_MODIFIER_MAP
public static final Map<SearchConstants.Type,Set<SearchConstants.Modifier>> RESOURCE_TYPE_MODIFIER_MAP
-
-