Uses of Class
ca.uhn.fhir.mdm.api.MdmMatchOutcome
-
Uses of MdmMatchOutcome in ca.uhn.fhir.mdm.api
Modifier and TypeFieldDescriptionstatic final MdmMatchOutcome
MdmMatchOutcome.EID_MATCH
static final MdmMatchOutcome
MdmMatchOutcome.NEW_GOLDEN_RESOURCE_MATCH
static final MdmMatchOutcome
MdmMatchOutcome.NO_MATCH
static final MdmMatchOutcome
MdmMatchOutcome.POSSIBLE_DUPLICATE
static final MdmMatchOutcome
MdmMatchOutcome.POSSIBLE_MATCH
Modifier and TypeMethodDescriptionMatchedTarget.getMatchResult()
MdmMatchOutcome.setCreatedNewResource
(boolean theCreatedNewResource) MdmMatchOutcome.setEidMatch
(boolean theEidMatch) MdmMatchOutcome.setMatchResultEnum
(MdmMatchResultEnum theMatchResultEnum) MdmMatchOutcome.setMdmRuleCount
(int theMdmRuleCount) Sets the number of MDM rules checked for this match outcomeModifier and TypeMethodDescriptionvoid
IMdmLinkSvc.updateLink
(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, MdmMatchOutcome theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmTransactionContext) Update a link between a Golden Resource record and its source resource record.ModifierConstructorDescriptionMatchedTarget
(org.hl7.fhir.instance.model.api.IAnyResource theTarget, MdmMatchOutcome theMatchResult) -
Uses of MdmMatchOutcome in ca.uhn.fhir.mdm.rules.svc
Modifier and TypeMethodDescriptionMdmResourceMatcherSvc.getMatchResult
(org.hl7.fhir.instance.model.api.IBaseResource theLeftResource, org.hl7.fhir.instance.model.api.IBaseResource theRightResource) Given twoIBaseResource
s, perform all comparisons on them to determine anMdmMatchResultEnum
, indicating to what level the two resources are considered to be matching.