[ANN] DICOMTree.jl

Hello everyone! :grin:
I’m pleased to announce my first (small) contribution to the Julia ecosystem. I’m talking about the DICOMTree.jl package, which enables DICOM medical files to be visualized simply and clearly in the form of a tree.

Exemple with a radiotherapy RTStructure DICOM file :

More specifically, it dispatches Term.jl Tree() function to DICOM.jl DICOMData type.

In particular, you can choose whether to display the tag or its name ((0x0010, 0x0020) or :PatientID), or select the maxdepth at which you wish to explore the branches. All Term.Tree customization features are also available.

I think the package could be simply integrated into DICOM.jl.

Don’t hesitate to give me your feedback!

fdekerme

8 Likes