dcmjs 0.37.1 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dcmjs.es.js +3 -0
- package/build/dcmjs.es.js.map +1 -1
- package/build/dcmjs.js +3 -0
- package/build/dcmjs.js.map +1 -1
- package/package.json +1 -1
package/build/dcmjs.es.js
CHANGED
|
@@ -12108,6 +12108,9 @@ var Segmentation$4 = /*#__PURE__*/function (_DerivedPixels) {
|
|
|
12108
12108
|
RecommendedDisplayCIELabValue: Segment.RecommendedDisplayCIELabValue,
|
|
12109
12109
|
SegmentedPropertyTypeCodeSequence: Segment.SegmentedPropertyTypeCodeSequence
|
|
12110
12110
|
};
|
|
12111
|
+
if (Segment.SegmentDescription) {
|
|
12112
|
+
reNumberedSegmentCopy.SegmentDescription = Segment.SegmentDescription;
|
|
12113
|
+
}
|
|
12111
12114
|
if (SegmentAlgorithmType === "AUTOMATIC" || SegmentAlgorithmType === "SEMIAUTOMATIC") {
|
|
12112
12115
|
reNumberedSegmentCopy.SegmentAlgorithmName = Segment.SegmentAlgorithmName;
|
|
12113
12116
|
}
|