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 method to add custom DicomJSONProvider #4169

Open
ebremer opened this issue Mar 19, 2024 · 0 comments
Open

Add method to add custom DicomJSONProvider #4169

ebremer opened this issue Mar 19, 2024 · 0 comments
Assignees
Milestone

Comments

@ebremer
Copy link

ebremer commented Mar 19, 2024

Please add a method to allow a user to add a custom DicomJSONProvider/ITagProvider and/or additional providers.
setExtraMetadata(String tagSource) too is too restrictive.

@melissalinkert melissalinkert added this to the 8.0.0 milestone Mar 26, 2024
@melissalinkert melissalinkert self-assigned this Mar 26, 2024
melissalinkert added a commit to melissalinkert/bioformats that referenced this issue Sep 25, 2024
If an ITagProvider is passed to this method when called on DicomWriter,
the ITagProvider is directly added to the tag provider list.
If a String is passed instead, then it is assumed to be a path to
a file that can be parsed by DicomJSONProvider (as before).

See ome#4169.
@melissalinkert melissalinkert modified the milestones: 8.0.0, 9.0.0 Sep 30, 2024
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

No branches or pull requests

2 participants