qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
191 stars 56 forks source link

add ability to retrieve ROI names in a case insensitive way #47

Open raffaelespinoni opened 2 years ago

raffaelespinoni commented 2 years ago

issue targeted by the PR: link

asim-shrestha commented 2 years ago

We should make this an optional function in get_roi instead of the default. I imagine there may be other existing rt_structs that are sensitive in regards to naming. Do we know if thats allowed by the dicom standards?

awtkns commented 1 year ago

@asim-shrestha thoughts on either merging this or closing?