Skip to content
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

Add customized anonymization processors #142

Merged
merged 15 commits into from
Oct 25, 2021

Conversation

sowu880
Copy link
Contributor

@sowu880 sowu880 commented Sep 16, 2021

No description provided.

@sowu880 sowu880 requested a review from qiwjin September 16, 2021 05:14

public void Process(DicomDataset dicomDataset, DicomItem item, ProcessContext context)
{
throw new NotImplementedException();
Copy link
Contributor

@moria97 moria97 Sep 16, 2021

Choose a reason for hiding this comment

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

Do we have a consistent error handling strategy for exceptions thrown from custom processors?

@qiwjin qiwjin linked an issue Oct 25, 2021 that may be closed by this pull request
@sowu880 sowu880 changed the title Personal/sowu/add custom processor Add custom processor Oct 25, 2021
@sowu880 sowu880 changed the title Add custom processor Add customize processors Oct 25, 2021
@sowu880 sowu880 changed the title Add customize processors Add customized anonymization processors Oct 25, 2021
@sowu880 sowu880 merged commit 956edd6 into dev Oct 25, 2021
@sowu880 sowu880 deleted the personal/sowu/add-custom-processor branch October 25, 2021 08:24
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.

User-facing API to add custom IAnonymizerProcessor
4 participants