Skip to content

Commit d6ac162

Browse files
authored
feat(segmentation): Preserve optional SegmentDescription during segment renumbering (#419)
1 parent d1f7b75 commit d6ac162

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/derivations/Segmentation.js

+5
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@ export default class Segmentation extends DerivedPixels {
414414
Segment.SegmentedPropertyTypeCodeSequence
415415
};
416416

417+
if (Segment.SegmentDescription) {
418+
reNumberedSegmentCopy.SegmentDescription =
419+
Segment.SegmentDescription;
420+
}
421+
417422
if (
418423
SegmentAlgorithmType === "AUTOMATIC" ||
419424
SegmentAlgorithmType === "SEMIAUTOMATIC"

0 commit comments

Comments
 (0)