Uses of Interface
ca.uhn.fhir.mdm.api.IMdmLink
-
Uses of IMdmLink in ca.uhn.fhir.mdm.api
Modifier and TypeMethodDescriptionIMdmLink.setCreated
(Date theCreated) IMdmLink.setEidMatch
(Boolean theEidMatch) IMdmLink.setGoldenResourcePersistenceId
(T theGoldenResourcePid) IMdmLink.setHadToCreateNewGoldenResource
(Boolean theHadToCreateNewGoldenResource) IMdmLink.setLinkSource
(MdmLinkSourceEnum theLinkSource) IMdmLink.setMatchResult
(MdmMatchResultEnum theMatchResult) IMdmLink.setMdmSourceType
(String theMdmSourceType) IMdmLink.setRuleCount
(Long theRuleCount) IMdmLink.setSourcePersistenceId
(T theSourcePid) IMdmLink.setUpdated
(Date theUpdated) IMdmLink.setVersion
(String theVersion) -
Uses of IMdmLink in ca.uhn.fhir.mdm.dao
Modifier and TypeInterfaceDescriptioninterface
IMdmLinkDao<P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId,
M extends IMdmLink<P>> interface
IMdmLinkImplFactory<M extends IMdmLink>
class
MdmLinkFactory<M extends IMdmLink>
Creates a newIMdmLink
either with the currentIMdmSettings.getRuleVersion()
or with a null version. -
Uses of IMdmLink in ca.uhn.fhir.mdm.model
Modifier and TypeMethodDescriptionvoid
MdmTransactionContext.setMdmLinks
(List<IMdmLink> theMdmLinkEvents)