ImagingDataCommons / highdicom

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

Should Subject Context be automatically copied from source images be default when constructing SRs #273

Closed CPBridge closed 1 week ago

CPBridge commented 10 months ago

There is quite some boilerplate required to correctly set up information in the Subject Context when constructing SRs. This information is optional according to the standard but required by some tools, e.g. Slim, and should probably be considered best practice.

Since this information is generally contained within the source image, we should consider copying this information from the source images.

CPBridge commented 1 week ago

Resolved in #298