Uses of Enum
ca.uhn.fhir.mdm.api.MdmLinkSourceEnum
Package
Description
-
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.api
Modifier and TypeMethodDescriptionIMdmLink.getLinkSource()
static MdmLinkSourceEnum
Returns the enum constant of this type with the specified name.static MdmLinkSourceEnum[]
MdmLinkSourceEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated.IMdmLink.setLinkSource
(MdmLinkSourceEnum theLinkSource) void
IMdmLinkSvc.updateLink
(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, MdmMatchOutcome theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmTransactionContext) Update a link between a Golden Resource record and its source resource record. -
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.api.params
Modifier and TypeMethodDescriptionGenerateMdmLinkMetricParameters.getLinkSourceFilters()
GenerateMdmMetricsParameters.getLinkSourceFilters()
Modifier and TypeMethodDescriptionvoid
GenerateMdmMetricsParameters.addLinkSource
(MdmLinkSourceEnum theLinkSource) void
GenerateMdmLinkMetricParameters.addLinkSourceFilter
(MdmLinkSourceEnum theLinkSource) MdmQuerySearchParameters.setLinkSource
(MdmLinkSourceEnum theLinkSource) ModifierConstructorDescriptionMdmQuerySearchParameters
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionIds, String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.dao
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<M> IMdmLinkDao.search
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated. -
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.model
Modifier and TypeMethodDescriptionMdmLinkMetrics.getMatchTypeToLinkToCountMap()
MdmMetrics.getMatchTypeToLinkToCountMap()
Modifier and TypeMethodDescriptionvoid
MdmLinkMetrics.addMetric
(MdmMatchResultEnum theMdmMatchResultEnum, MdmLinkSourceEnum theLinkSourceEnum, long theCount) void
MdmMetrics.addMetric
(MdmMatchResultEnum theMdmMatchResultEnum, MdmLinkSourceEnum theLinkSourceEnum, long theCount) -
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.model.mdmevents
-
Uses of MdmLinkSourceEnum in ca.uhn.fhir.mdm.provider
Modifier and TypeMethodDescriptionstatic MdmLinkSourceEnum
MdmControllerUtil.extractLinkSourceOrNull
(String theLinkSource)