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
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?
The text was updated successfully, but these errors were encountered:
Right now
DicomJson
will fail when it sees that field.Skipping these field is quite easy, but not really helpful. Expected behaviour:
BulkDataURI
works without any issuesBulkDataURI
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?
The text was updated successfully, but these errors were encountered: