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.PartitionablePartitionId
getScore()
default boolean
isAuto()
default boolean
isManual()
default boolean
isMatch()
default boolean
default boolean
default boolean
default boolean
setCreated
(Date theCreated) setEidMatch
(Boolean theEidMatch) setGoldenResourcePersistenceId
(T theGoldenResourcePid) setHadToCreateNewGoldenResource
(Boolean theHadToCreateNewGoldenResource) setLinkSource
(MdmLinkSourceEnum theLinkSource) setMatchResult
(MdmMatchResultEnum theMatchResult) setMdmSourceType
(String theMdmSourceType) void
setPartitionId
(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()
-