@cornerstonejs/adapters 4.5.17 → 4.5.19
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.
|
@@ -125,9 +125,9 @@ class MeasurementReport {
|
|
|
125
125
|
} = SCOORDGroup.ContentSequence;
|
|
126
126
|
const {
|
|
127
127
|
ReferencedSOPInstanceUID,
|
|
128
|
-
ReferencedFrameNumber
|
|
128
|
+
ReferencedFrameNumber = 1
|
|
129
129
|
} = ReferencedSOPSequence;
|
|
130
|
-
const referencedImageId = sopInstanceUIDToImageIdMap[ReferencedSOPInstanceUID];
|
|
130
|
+
const referencedImageId = sopInstanceUIDToImageIdMap[`${ReferencedSOPInstanceUID}:${ReferencedFrameNumber}`];
|
|
131
131
|
const imagePlaneModule = metadata.get("imagePlaneModule", referencedImageId);
|
|
132
132
|
const annotationUID = DicomMetaDictionary.uid();
|
|
133
133
|
return {
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.5.
|
|
1
|
+
export declare const version = "4.5.19";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/adapters",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.19",
|
|
4
4
|
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/esm/index.d.ts",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"ndarray": "1.0.19"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"@cornerstonejs/core": "4.5.
|
|
93
|
-
"@cornerstonejs/tools": "4.5.
|
|
92
|
+
"@cornerstonejs/core": "4.5.19",
|
|
93
|
+
"@cornerstonejs/tools": "4.5.19"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "b9646c3c5eaf643fd8f7f193d97d3a1c50bc1cab"
|
|
96
96
|
}
|