Package ca.uhn.fhir.mdm.api
Class MdmConstants
java.lang.Object
ca.uhn.fhir.mdm.api.MdmConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Blocked resource tag infostatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
Interceptor order constant forMdmReadVirtualizationInterceptor
, which should fire beforeMdmSearchExpandingInterceptor
since it is a superset of the same functionality and only one should run if they are both registered for whatever reason.static final int
static final String
static final String
static final String
TAG system for Golden Resources which are managed by HAPI MDM.static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
SYSTEM_MDM_MANAGED
TAG system for Golden Resources which are managed by HAPI MDM.- See Also:
-
CODE_HAPI_MDM_MANAGED
- See Also:
-
DISPLAY_HAPI_MDM_MANAGED
- See Also:
-
CODE_NO_MDM_MANAGED
- See Also:
-
HAPI_ENTERPRISE_IDENTIFIER_SYSTEM
- See Also:
-
ALL_RESOURCE_SEARCH_PARAM_TYPE
- See Also:
-
CODE_BLOCKED
Blocked resource tag info- See Also:
-
CODE_BLOCKED_DISPLAY
- See Also:
-
FIHR_STRUCTURE_DEF_MATCH_GRADE_URL_NAMESPACE
- See Also:
-
SYSTEM_GOLDEN_RECORD_STATUS
- See Also:
-
SUBSCRIPTION_TOPIC_URL
- See Also:
-
CODE_GOLDEN_RECORD
- See Also:
-
CODE_GOLDEN_RECORD_REDIRECTED
- See Also:
-
DISPLAY_GOLDEN_RECORD
- See Also:
-
DISPLAY_GOLDEN_REDIRECT
- See Also:
-
UNKNOWN_MDM_TYPES
- See Also:
-
ORDER_PRESEARCH_REGISTERED_MDM_READ_VIRTUALIZATION_INTERCEPTOR
Interceptor order constant forMdmReadVirtualizationInterceptor
, which should fire beforeMdmSearchExpandingInterceptor
since it is a superset of the same functionality and only one should run if they are both registered for whatever reason.- See Also:
-
ORDER_PRESEARCH_REGISTERED_MDM_SEARCH_EXPANDING_INTERCEPTOR
- See Also:
-
-
Constructor Details
-
MdmConstants
public MdmConstants()
-