dicom_parser icon indicating copy to clipboard operation
dicom_parser copied to clipboard

Refactor base classes to use factory methods

Open ZviBaratz opened this issue 2 years ago • 0 comments

The Image class, in particular, relies on properties such as is_mosaic or is_multiframe to apply various fixes and transformations. It would be preferable if factory methods were created to instantiate more specific Image or Header subclasses.

ZviBaratz avatar Mar 09 '22 10:03 ZviBaratz