dcmjs 0.28.2 → 0.29.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 -1
- package/build/dcmjs.es.js.map +1 -1
- package/build/dcmjs.js +3 -1
- package/build/dcmjs.js.map +1 -1
- package/package.json +1 -1
package/build/dcmjs.es.js
CHANGED
|
@@ -21829,8 +21829,9 @@ var MeasurementReport$1 = /*#__PURE__*/function () {
|
|
|
21829
21829
|
ReferencedSOPClassUID: sopClassUID,
|
|
21830
21830
|
ReferencedSOPInstanceUID: sopInstanceUID
|
|
21831
21831
|
};
|
|
21832
|
+
var instance = metadataProvider.get("instance", imageId);
|
|
21832
21833
|
|
|
21833
|
-
if (Normalizer.isMultiframeSOPClassUID(sopClassUID)) {
|
|
21834
|
+
if (instance && instance.NumberOfFrames && instance.NumberOfFrames > 1 || Normalizer.isMultiframeSOPClassUID(sopClassUID)) {
|
|
21834
21835
|
ReferencedSOPSequence.ReferencedFrameNumber = frameNumber;
|
|
21835
21836
|
} // Loop through each tool type for the image
|
|
21836
21837
|
|
|
@@ -23544,6 +23545,7 @@ var TID1500 = {
|
|
|
23544
23545
|
|
|
23545
23546
|
var TID300 = {
|
|
23546
23547
|
TID300Measurement: TID300Measurement,
|
|
23548
|
+
Point: Point,
|
|
23547
23549
|
Length: Length,
|
|
23548
23550
|
CobbAngle: CobbAngle,
|
|
23549
23551
|
Bidirectional: Bidirectional,
|