We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fb5f7 commit 5ac76b0Copy full SHA for 5ac76b0
1 file changed
src/highdicom/image.py
@@ -5192,8 +5192,6 @@ def _build_luts_multiframe(self) -> None:
5192
(0x0020_9111, 0x0020_9057),
5193
# RealWorldValueMappingSequence/LUTLabel
5194
(0x0040_9096, 0x0040_9210),
5195
- # RealWorldValueMappingSequence/QuantityDefinitionSequence
5196
- (0x0040_9096, 0x0040_9220),
5197
]:
5198
if ptr in self._dim_ind_pointers:
5199
# Skip if this attribute is already indexed due to being a
0 commit comments