ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
171 stars 37 forks source link

Request for ReferencedSeriesUID accessor #283

Closed DanielaSchacherer closed 1 week ago

DanielaSchacherer commented 5 months ago

As discussed with Chris today, it would add value if - especially for the class highdicom.sr.Comprehensive3DSR - it would be possible to access all the series referenced in the sr with a getter function.

This would eliminate the need to go through the pydicom interface like: sr.CurrentRequestedProcedureEvidenceSequence[0].ReferencedSeriesSequence[0].SeriesInstanceUID.

CPBridge commented 1 week ago

Resolved in #303