Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDM_POST_UPDATE_LINK pointcut does not contain all links updated when a link is updated to be NO_MATCH #6297

Closed
Jake-Gillberg opened this issue Sep 16, 2024 · 0 comments · Fixed by #6296

Comments

@Jake-Gillberg
Copy link
Contributor

Describe the bug
When an MDM link is updated to be NO_MATCH, it is possible that a new golden record and link is created so that the source record is not orphan to any golden record. This new link is not reflected in the linkEvent of the MDM_POST_UPDATE_LINK pointcut.

To Reproduce
Steps to reproduce the behavior:

  1. With MDM enabled, create a new patient record
  2. Update the link to NO_MATCH
  3. See that MDM contains both the NO_MATCH link and a new link that links to a new golden record
  4. See that the MDM_POST_UPDATE_LINK pointcut does not receive any information about the newly created link

Expected behavior
Expect that all link updates are reflected in the MDM_POST_UPDATE_LINK linkEvent when a link is updated to be NO_MATCH

Environment (please complete the following information):

  • discovered in 6.10.0
  • confirmed in main as of 02d38bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant