ImagingDataCommons / highdicom

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

Fix `from_dataset` constructor in `KeyObjectSelectionDocument` #134

Closed cgorman closed 2 years ago

cgorman commented 2 years ago

Fixed the class method KeyObjectSelection.from_dataset() and added a test for it.

I had to change a bit around so you may want to pay close attention to what I did to ensure it makes sense.