Package ca.uhn.fhir.jpa.entity
Class MdmLink
java.lang.Object
ca.uhn.fhir.jpa.model.entity.AuditableBasePartitionable
ca.uhn.fhir.jpa.entity.MdmLink
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
,Serializable
@Entity
public class MdmLink
extends AuditableBasePartitionable
implements ca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()
ca.uhn.fhir.mdm.api.MdmLinkSourceEnum
ca.uhn.fhir.mdm.api.MdmMatchResultEnum
getScore()
Deprecated.Note that this method can not be calledgetEidMatch
orisEidMatch
because Hibernate Search complains about having 2 accessors for this propertysetCreated
(Date theCreated) setEidMatch
(Boolean theEidMatch) setGoldenResource
(ResourceTable theGoldenResource) ca.uhn.fhir.mdm.api.IMdmLink
setGoldenResourcePersistenceId
(JpaPid theGoldenResourcePid) setGoldenResourcePid
(Long theGoldenResourcePid) Deprecated.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.UsesetGoldenResourcePid(Long)
insteadsetRuleCount
(Long theRuleCount) setSource
(ResourceTable theSource) ca.uhn.fhir.mdm.api.IMdmLink
setSourcePersistenceId
(JpaPid theSourcePid) setSourcePid
(Long theSourcePid) Deprecated.UsesetSourcePersistenceId(JpaPid)
insteadsetUpdated
(Date theUpdated) setVersion
(String theVersion) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.AuditableBasePartitionable
getPartitionId, setPartitionId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.mdm.api.IMdmLink
getPartitionId, isAuto, isManual, isMatch, isNoMatch, isPossibleDuplicate, isPossibleMatch, isRedirect, setPartitionId
-
Field Details
-
VERSION_LENGTH
- See Also:
-
SOURCE_TYPE_LENGTH
- See Also:
-
-
Constructor Details
-
MdmLink
public MdmLink() -
MdmLink
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setId
- Specified by:
setId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getGoldenResourcePersistenceId
- Specified by:
getGoldenResourcePersistenceId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setGoldenResourcePersistenceId
- Specified by:
setGoldenResourcePersistenceId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getSourcePersistenceId
- Specified by:
getSourcePersistenceId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setSourcePersistenceId
- Specified by:
setSourcePersistenceId
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getGoldenResource
-
setGoldenResource
-
getGoldenResourcePid
Deprecated. -
setPersonPid
Deprecated.UsesetGoldenResourcePid(Long)
instead -
setGoldenResourcePid
Deprecated.UsesetGoldenResourcePersistenceId(JpaPid)
instead -
getSource
-
setSource
-
getSourcePid
Deprecated. -
setSourcePid
Deprecated.UsesetSourcePersistenceId(JpaPid)
instead -
getMatchResult
- Specified by:
getMatchResult
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setMatchResult
- Specified by:
setMatchResult
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getLinkSource
- Specified by:
getLinkSource
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setLinkSource
- Specified by:
setLinkSource
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getCreated
- Specified by:
getCreated
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setCreated
- Specified by:
setCreated
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getUpdated
- Specified by:
getUpdated
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setUpdated
- Specified by:
setUpdated
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getVersion
- Specified by:
getVersion
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setVersion
- Specified by:
setVersion
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getVector
- Specified by:
getVector
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setVector
- Specified by:
setVector
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getScore
- Specified by:
getScore
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setScore
- Specified by:
setScore
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getEidMatch
- Specified by:
getEidMatch
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
isEidMatchPresent
Note that this method can not be calledgetEidMatch
orisEidMatch
because Hibernate Search complains about having 2 accessors for this property- Specified by:
isEidMatchPresent
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setEidMatch
- Specified by:
setEidMatch
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getHadToCreateNewGoldenResource
- Specified by:
getHadToCreateNewGoldenResource
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setHadToCreateNewGoldenResource
- Specified by:
setHadToCreateNewGoldenResource
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setMdmSourceType
- Specified by:
setMdmSourceType
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
toString
-
getMdmSourceType
- Specified by:
getMdmSourceType
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
getRuleCount
- Specified by:
getRuleCount
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setRuleCount
- Specified by:
setRuleCount
in interfaceca.uhn.fhir.mdm.api.IMdmLink<JpaPid>
-
setGoldenResourcePersistenceId(JpaPid)
instead