
Package ca.uhn.fhir.mdm.api
Interface IMdmLink<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
public interface IMdmLink<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
-
Method Summary
Modifier and TypeMethodDescriptiongetId()ca.uhn.fhir.jpa.model.entity.PartitionablePartitionIdgetScore()default booleanisAuto()default booleanisManual()default booleanisMatch()default booleandefault booleandefault booleandefault booleansetCreated(Date theCreated) setEidMatch(Boolean theEidMatch) setGoldenResourcePersistenceId(T theGoldenResourcePid) setHadToCreateNewGoldenResource(Boolean theHadToCreateNewGoldenResource) setLinkSource(MdmLinkSourceEnum theLinkSource) setMatchResult(MdmMatchResultEnum theMatchResult) setMdmSourceType(String theMdmSourceType) voidsetPartitionId(ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId thePartitionablePartitionId) setRuleCount(Long theRuleCount) setSourcePersistenceId(T theSourcePid) setUpdated(Date theUpdated) setVersion(String theVersion)
-
Method Details
-
getId
-
setId
-
getGoldenResourcePersistenceId
-
setGoldenResourcePersistenceId
-
getSourcePersistenceId
-
setSourcePersistenceId
-
getMatchResult
-
setMatchResult
-
isNoMatch
-
isMatch
-
isPossibleMatch
-
isRedirect
-
isPossibleDuplicate
-
getLinkSource
-
setLinkSource
-
isAuto
-
isManual
-
getCreated
-
setCreated
-
getUpdated
-
setUpdated
-
getVersion
-
setVersion
-
getEidMatch
-
isEidMatchPresent
-
setEidMatch
-
getHadToCreateNewGoldenResource
-
setHadToCreateNewGoldenResource
-
getVector
-
setVector
-
getScore
-
setScore
-
getRuleCount
-
setRuleCount
-
getMdmSourceType
-
setMdmSourceType
-
setPartitionId
void setPartitionId(ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId thePartitionablePartitionId) -
getPartitionId
ca.uhn.fhir.jpa.model.entity.PartitionablePartitionId getPartitionId()
-