OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.37k stars 3.39k forks source link

[Feature Request] Consolidate all measurement mappings to a base class #4458

Open sedghi opened 2 weeks ago

sedghi commented 2 weeks ago

What feature or change would you like to see made?

Currently, each measurement has its own mapper from annotation to mapper, and much of the functionality is shared. This should be refactored into a parent class or utility.

Why should we prioritize this feature?

Adding features like color and label requires modifying all files, which is overwhelming.