Skip to content

Add Bulk Patch and Bulk Patch Rewrite Jobs #7186

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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

jamesagnew
Copy link
Collaborator

This PR adds a new extensible Batch2 job framework which can be used to create jobs that iterate over large numbers of resources to modify them. Two initial jobs are added leveraging this framework:

  • $bulk-patch: Apply a FHIRPatch document to a collection of resources
  • $bulk-patch-rewrite-history: Apply a FHIRPatch document to a collection of resources, including all historical versions, modifying them in place

@robogary
Copy link
Contributor

Formatting check succeeded!


import static org.apache.commons.lang3.StringUtils.defaultString;

public class JsonPatchUtils {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review note: This class was duplicated for some reason, this is just deleting one of the 2 copies.

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 this pull request may close these issues.

2 participants