-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fix/155 change to return results from detect when recipe does not contain filters #156
Conversation
… and values from specified tags.
… and values from specified tags. Changes inspired by modifications within howardpchen's fork of pydicom/deid.
Added sections describing the usage of the new private tag screening functionality which was added to the replace_identifiers method.
Changed default on screen_values from [] to None.
This reverts commit 54c636b.
This reverts commit 7c7a600.
…patterns and values from specified tags. Changes inspired by modifications within howardpchen's fork of pydicom/deid." This reverts commit f839e2f.
@vsoch - I have no clue what we did to include all of those remote-tracking merges... Let us know if we should do something different. |
When we merge PRs, I believe we squash and merge. So likely what you did here is rebase off of your master (with the older commits) - the changes you see are represented in master here, but since the commits are not, they appear here. If we squash and merge it should get rid of them all and just add one commit (and I'll ensure that the message doesn't include the old ones). And next time what you would want to do is generally always have your master in sync with deid master, meaning to never do a PR from your master to deid. |
Description
Related issues: #155
Change to return results from detect when recipe does not contain filters.
Checklist
Open questions
Questions that require more discussion or to be addressed in future development: