Uses of Class
ca.uhn.fhir.jpa.entity.MdmLink
Package
Description
-
Uses of MdmLink in ca.uhn.fhir.jpa.bulk.export.svc
-
Uses of MdmLink in ca.uhn.fhir.jpa.config
Modifier and TypeMethodDescriptionMdmJpaConfig.mdmLinkDao()
ca.uhn.fhir.mdm.dao.IMdmLinkImplFactory
<MdmLink> MdmJpaConfig.mdmLinkImplFactory()
-
Uses of MdmLink in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionIMdmLinkJpaRepository.findBySourcePidAndMatchResult
(Long theSourcePid, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatch) IMdmLinkJpaRepository.findLinksAssociatedWithGoldenResourceOfSourceResourceExcludingMatchResult
(Long theSourcePid, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMdmMatchResultEnumToExclude) -
Uses of MdmLink in ca.uhn.fhir.jpa.dao.mdm
Modifier and TypeMethodDescriptionMdmLinkDaoJpaImpl.validateMdmLink
(ca.uhn.fhir.mdm.api.IMdmLink theMdmLink) Modifier and TypeMethodDescriptionMdmLinkDaoJpaImpl.findAll()
MdmLinkDaoJpaImpl.findAllById
(List<JpaPid> thePids) MdmLinkDaoJpaImpl.findBySourcePidAndMatchResult
(JpaPid theSourcePid, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatch) MdmLinkDaoJpaImpl.findHistory
(JpaPid theMdmLinkPid) Deprecated, for removal: This API element is subject to removal in a future version.MdmLinkDaoJpaImpl.findLinksAssociatedWithGoldenResourceOfSourceResourceExcludingNoMatch
(JpaPid theSourcePid) MdmLinkDaoJpaImpl.getHistoryForIds
(ca.uhn.fhir.mdm.api.params.MdmHistorySearchParameters theMdmHistorySearchParameters) org.springframework.data.domain.Page
<MdmLink> MdmLinkDaoJpaImpl.search
(ca.uhn.fhir.mdm.api.params.MdmQuerySearchParameters theParams) org.springframework.data.domain.Page
<MdmLink> MdmLinkDaoJpaImpl.search
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest, List<Integer> thePartitionIds) Deprecated.Modifier and TypeMethodDescriptionvoid
-
Uses of MdmLink in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionMdmLink.setCreated
(Date theCreated) MdmLink.setEidMatch
(Boolean theEidMatch) MdmLink.setGoldenResource
(ResourceTable theGoldenResource) MdmLink.setGoldenResourcePid
(Long theGoldenResourcePid) Deprecated.MdmLink.setHadToCreateNewGoldenResource
(Boolean theHadToCreateNewResource) MdmLink.setLinkSource
(ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource) MdmLink.setMatchResult
(ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult) MdmLink.setMdmSourceType
(String mdmSourceType) MdmLink.setPersonPid
(Long thePersonPid) Deprecated.UsesetGoldenResourcePid(Long)
insteadMdmLink.setRuleCount
(Long theRuleCount) MdmLink.setSource
(ResourceTable theSource) MdmLink.setSourcePid
(Long theSourcePid) Deprecated.UsesetSourcePersistenceId(JpaPid)
insteadMdmLink.setUpdated
(Date theUpdated) MdmLink.setVersion
(String theVersion)
setGoldenResourcePersistenceId(JpaPid)
instead