ImagingDataCommons / highdicom

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

Add SR "get_evidence" methods #303

Closed CPBridge closed 2 months ago

CPBridge commented 2 months ago

Add two new methods to the _SR base class to conveniently obtain a list of UIDs of images used as "evidence" in the SR. The methods are get_evidence and get_evidence_series.

Addresses #283