
Uses of Class
ca.uhn.fhir.mdm.api.MdmMatchOutcome
Packages that use MdmMatchOutcome
-
Uses of MdmMatchOutcome in ca.uhn.fhir.mdm.api
Fields in ca.uhn.fhir.mdm.api declared as MdmMatchOutcomeModifier and TypeFieldDescriptionstatic final MdmMatchOutcomeMdmMatchOutcome.EID_MATCHstatic final MdmMatchOutcomeMdmMatchOutcome.NEW_GOLDEN_RESOURCE_MATCHstatic final MdmMatchOutcomeMdmMatchOutcome.NO_MATCHstatic final MdmMatchOutcomeMdmMatchOutcome.POSSIBLE_DUPLICATEstatic final MdmMatchOutcomeMdmMatchOutcome.POSSIBLE_MATCHMethods in ca.uhn.fhir.mdm.api that return MdmMatchOutcomeModifier 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 outcomeMethods in ca.uhn.fhir.mdm.api with parameters of type MdmMatchOutcomeModifier and TypeMethodDescriptionvoidIMdmLinkSvc.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.Constructors in ca.uhn.fhir.mdm.api with parameters of type MdmMatchOutcomeModifierConstructorDescriptionMatchedTarget(org.hl7.fhir.instance.model.api.IAnyResource theTarget, MdmMatchOutcome theMatchResult) -
Uses of MdmMatchOutcome in ca.uhn.fhir.mdm.rules.svc
Methods in ca.uhn.fhir.mdm.rules.svc that return MdmMatchOutcomeModifier and TypeMethodDescriptionMdmResourceMatcherSvc.getMatchResult(org.hl7.fhir.instance.model.api.IBaseResource theLeftResource, org.hl7.fhir.instance.model.api.IBaseResource theRightResource) Given twoIBaseResources, perform all comparisons on them to determine anMdmMatchResultEnum, indicating to what level the two resources are considered to be matching.