Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
403 stars 75 forks source link

Support resolving BulkDataURIs #470

Open feliwir opened 3 months ago

feliwir commented 3 months ago

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

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?