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] Download Dicom image in STL format #4474

Closed Rajat-Imme closed 2 weeks ago

Rajat-Imme commented 2 weeks ago

What feature or change would you like to see made?

Convert dicom files to STL format and download it

Why should we prioritize this feature?

STL files represent a solid 3D object, and converting DICOM data to STL allows medical professionals and researchers to better visualize and understand the anatomical structures in three dimensions.

sedghi commented 2 weeks ago

You mean SEG right? I don't think you are talking about CT, MR

sedghi commented 2 weeks ago

We don't plan to add STL format downloads in SEG, but you can include this feature in your extensions. Refer to SegmentationService to learn how to export DICOM SEG, which we have implemented. Use it as a guide to implement STL. extensions/cornerstone-dicom-seg/src/commandsModule.ts