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

Support resolving BulkDataURIs #470

Open
feliwir opened this issue Mar 11, 2024 · 0 comments
Open

Support resolving BulkDataURIs #470

feliwir opened this issue Mar 11, 2024 · 0 comments
Labels
A-lib Area: library C-json Crate: dicom-json

Comments

@feliwir
Copy link
Contributor

feliwir commented Mar 11, 2024

Right now DicomJson will fail when it sees that field.
Skipping these field is quite easy, but not really helpful. Expected behaviour:

  • Parsing JSONs with BulkDataURI works without any issues
  • An async function that allows retrieving particular fields (or all fields)
  • Writing JSONs with BulkDataURI

I tried adding a deserializer DicomJson<MetaObject<InMemDicomObject>>, but i'm not really sure where to persists the URIs.
Do you have any suggestions how to support this feature properly?

@Enet4 Enet4 added A-lib Area: library C-json Crate: dicom-json labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library C-json Crate: dicom-json
Projects
None yet
Development

No branches or pull requests

2 participants