In DicomHero remove the Mutable classes, make the base classes mutable

Issue #357 closed
Paolo Brandoli repo owner created an issue

Mutable classes add many complications in the common case when a loaded dataset must be modified and re-encoded. Move all the mutable methods into the base classes and remove the Mutable classes.

Comments (5)

  1. Log in to comment