-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feature: added patientMergeProvider config option #800
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
base: master
Are you sure you want to change the base?
Conversation
fix: removing duplicated bulk_export_enabled yaml entry
This Pull Request has failed the formatting check Please run You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling |
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.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java:482
- [nitpick] Consider renaming the getter to isPatient_merge_enabled() to follow JavaBean naming conventions for boolean properties.
public boolean getPatient_merge_enabled() {
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java:486
- [nitpick] Consider aligning the setter parameter type with the field type, using 'boolean' instead of 'Boolean' for consistency.
public void setPatient_merge_enabled(Boolean patient_merge_enabled) {
Formatting check succeeded! |
reverted unintended indentation changes
Formatting check succeeded! |
Formatting check succeeded! |
as the patientMergeProvider is only available in R4, i have to update my code |
fix: removing duplicated bulk_export_enabled yaml entry