You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: