You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
With MDM enabled, create a new patient record
Update the link to NO_MATCH
See that MDM contains both the NO_MATCH link and a new link that links to a new golden record
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):
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 thelinkEvent
of theMDM_POST_UPDATE_LINK
pointcut.To Reproduce
Steps to reproduce the behavior:
NO_MATCH
NO_MATCH
link and a new link that links to a new golden recordMDM_POST_UPDATE_LINK
pointcut does not receive any information about the newly created linkExpected behavior
Expect that all link updates are reflected in the
MDM_POST_UPDATE_LINK
linkEvent when a link is updated to beNO_MATCH
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: