dicom_parser
dicom_parser copied to clipboard
Refactor base classes to use factory methods
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.