Enet4/dicom-rs

Support resolving BulkDataURIs

Opened this issue · 0 comments

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?