Package ca.uhn.fhir.jpa.entity
Class MdmLink
java.lang.Object
ca.uhn.fhir.jpa.entity.MdmLink
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLink
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
ca.uhn.fhir.mdm.api.MdmLinkSourceEnum
ca.uhn.fhir.mdm.api.MdmMatchResultEnum
getScore()
boolean
isAuto()
boolean
Note that this method can not be calledgetEidMatch
orisEidMatch
because Hibernate Search complains about having 2 accessors for this propertyboolean
isManual()
boolean
isMatch()
boolean
boolean
boolean
boolean
setCreated
(Date theCreated) setEidMatch
(Boolean theEidMatch) setGoldenResource
(ResourceTable theGoldenResource) setGoldenResourcePid
(Long theGoldenResourcePid) setHadToCreateNewGoldenResource
(Boolean theHadToCreateNewResource) setLinkSource
(ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource) setMatchResult
(ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult) setMdmSourceType
(String mdmSourceType) setPersonPid
(Long thePersonPid) Deprecated.void
setRuleCount
(Long theRuleCount) setSource
(ResourceTable theSource) setSourcePid
(Long theSourcePid) setUpdated
(Date theUpdated) setVersion
(String theVersion) toString()
-
Field Details
-
VERSION_LENGTH
- See Also:
-
SOURCE_TYPE_LENGTH
- See Also:
-
-
Constructor Details
-
MdmLink
public MdmLink() -
MdmLink
-
-
Method Details
-
getId
-
setId
-
getGoldenResource
-
setGoldenResource
-
getGoldenResourcePid
-
setPersonPid
Deprecated.UsesetGoldenResourcePid(Long)
instead -
setGoldenResourcePid
-
getSource
-
setSource
-
getSourcePid
-
setSourcePid
-
getMatchResult
-
setMatchResult
-
isNoMatch
-
isMatch
-
isPossibleMatch
-
isRedirect
-
isPossibleDuplicate
-
getLinkSource
-
setLinkSource
-
isAuto
-
isManual
-
getCreated
-
setCreated
-
getUpdated
-
setUpdated
-
getVersion
-
setVersion
-
getVector
-
setVector
-
getScore
-
setScore
-
getEidMatch
-
isEidMatchPresent
Note that this method can not be calledgetEidMatch
orisEidMatch
because Hibernate Search complains about having 2 accessors for this property -
setEidMatch
-
getHadToCreateNewGoldenResource
-
setHadToCreateNewGoldenResource
-
setMdmSourceType
-
toString
-
getMdmSourceType
-
getRuleCount
-
setRuleCount
-
setGoldenResourcePid(Long)
instead