dicom-rs icon indicating copy to clipboard operation
dicom-rs copied to clipboard

Revise DicomObject abstraction

Open Enet4 opened this issue 8 months ago • 0 comments

Context

A new iteration of the trait-based DICOM object abstraction, which may help uniformize DICOM object handling regardless of the underlying implementation.

Summary

  • [object] Redesign DicomObject trait
  • [core] Add Value::shallow_clone
  • [object] Redesign DicomObject trait

Known caveats

  • Methods get are nice and short, but they conflict with InMemDicomObject::get and do not work the same way. I might need to rename them again.

Enet4 avatar Jun 23 '24 20:06 Enet4