You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rhaxton, thanks for reporting the issue. Your suggestion makes sense to me, though I haven't thoroughly thought through whether it might have any other unintended consequences.
Would you be interested in submitting a pull request with your change, and adding a test for this case?
In highdicom.sr.utils.py find_content_items()::search_tree() near line:
highdicom/src/highdicom/sr/utils.py
Line 96 in 69281fc
fetching name_code.CodeValue can fail if the ContentSequence uses either LongCodeValue or URNCodeValue instead of CodeValue.
https://dicom.innolitics.com/ciods/comprehensive-sr/sr-document-content/0040a730/0040a168/00080100
Something like:
might be needed here?
The text was updated successfully, but these errors were encountered: