
Uses of Class
ca.uhn.fhir.jpa.entity.MdmLink
Packages that use MdmLink
Package
Description
-
Uses of MdmLink in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return types with arguments of type MdmLinkModifier and TypeMethodDescriptionMdmJpaConfig.mdmLinkDao()ca.uhn.fhir.mdm.dao.IMdmLinkImplFactory<MdmLink> MdmJpaConfig.mdmLinkImplFactory() -
Uses of MdmLink in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type MdmLinkModifier 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
Methods in ca.uhn.fhir.jpa.dao.mdm that return MdmLinkModifier and TypeMethodDescriptionMdmLinkDaoJpaImpl.validateMdmLink(ca.uhn.fhir.mdm.api.IMdmLink theMdmLink) Methods in ca.uhn.fhir.jpa.dao.mdm that return types with arguments of type MdmLinkModifier 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.Methods in ca.uhn.fhir.jpa.dao.mdm with parameters of type MdmLinkModifier and TypeMethodDescriptionvoidMethod parameters in ca.uhn.fhir.jpa.dao.mdm with type arguments of type MdmLink -
Uses of MdmLink in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return MdmLinkModifier 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