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_PAGE_SIZE
public static final int MAX_PAGE_SIZE
- 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
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
HAS
public static final String HAS
- See Also:
- Constant Field Values
-
SYSTEM_LEVEL_SORT_PARAMETER_NAMES
public static final List<String> SYSTEM_LEVEL_SORT_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
-
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,List<SearchConstants.Modifier>> RESOURCE_TYPE_MODIFIER_MAP
-
-