-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 match_only mode #6503
mdm match_only mode #6503
Conversation
Formatting check succeeded! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6503 +/- ##
============================================
- Coverage 83.54% 83.43% -0.11%
- Complexity 27432 28018 +586
============================================
Files 1707 1761 +54
Lines 106185 108985 +2800
Branches 13397 13734 +337
============================================
+ Hits 88710 90930 +2220
- Misses 11750 12140 +390
- Partials 5725 5915 +190 ☔ View full report in Codecov by Sentry. |
hapi-fhir-jpaserver-mdm/src/main/java/ca/uhn/fhir/jpa/mdm/config/MdmLoader.java
Show resolved
Hide resolved
hapi-fhir-server-mdm/src/main/java/ca/uhn/fhir/mdm/provider/MdmProviderLoader.java
Show resolved
Hide resolved
move developers section out to developers.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, couple questions.
A new MdmSettings mode field was added (default value MATCH_AND_LINK). When the MdmSettings mode is set to
MATCH_ONLY mode, then MDM operations are disabled and no MDM processing occurs. This is useful if, for example,
you want to use the Patient/$match operation without having the overhead of creating links and golden resources.