ImagingDataCommons / highdicom

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

Allow LongCodeValue and URNCodeValue, add tests #226

Closed CPBridge closed 1 year ago

CPBridge commented 1 year ago

Allow LongCodeValue or URNCodeValue as alternatives to CodeValue in highdicom.sr.CodedConcept.from_dataset(). Add related tests.

Closes #225