@ohif/app 3.12.0-beta.51 → 3.12.0-beta.53
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/dist/{1447.bundle.5a1088b96287322077d3.js → 1447.bundle.ec55b67e67336fc21395.js} +2 -2
- package/dist/{1919.bundle.622ab896344341db2f9f.js → 1919.bundle.4e6bd406f3e744fac297.js} +1 -0
- package/dist/{2243.bundle.af44cd927c03758b4c97.js → 2243.bundle.d37af11011d841506650.js} +1 -0
- package/dist/{2518.bundle.fbbfa351f8e8c446599b.js → 2518.bundle.57c229a14e22d23db384.js} +1 -0
- package/dist/{2974.bundle.ec95e58b346dbe30a362.js → 2974.bundle.a90a9df917b90bc02c69.js} +1 -0
- package/dist/{3409.bundle.7f2c0aa09b9c7cee426f.js → 3409.bundle.fdd66303b88b09df1755.js} +17 -3
- package/dist/{4019.bundle.c5b332003e3cd00868ce.js → 4019.bundle.13e7f662a9e489b74a27.js} +70 -3
- package/dist/{4759.bundle.8686abdd7bcf4aa7d107.js → 4759.bundle.c3bfca952eea20a0d6f9.js} +1 -0
- package/dist/{5674.bundle.24de237ef15879b25714.js → 5674.bundle.8c34228471ff9e53b8c3.js} +1 -0
- package/dist/{6991.bundle.ec24b54411f7b4dc0177.js → 6991.bundle.80eea6ff61dba94b2879.js} +1 -0
- package/dist/{7412.bundle.80f68b38041e891c64a8.js → 7412.bundle.42d0b84eb71e17deea44.js} +274 -81
- package/dist/{8558.bundle.2caf031c15e039ae2042.js → 8558.bundle.7b39c27e2bd32e4a18aa.js} +1 -0
- package/dist/{934.bundle.f92e0ae8cfa22002cfd3.js → 934.bundle.f62759c74362ecd45046.js} +1 -0
- package/dist/{9819.bundle.f9a684737e748002f1c2.js → 9819.bundle.cb36094b2dbfe6332e89.js} +16 -6
- package/dist/{9856.bundle.8e21e8c0322a0837862b.js → 9856.bundle.9a1396fddc3af67dcaf4.js} +169 -14
- package/dist/{9892.bundle.83de6c11c8a9eb4bba25.js → 9892.bundle.f00828c8f4763b097271.js} +258 -76
- package/dist/{app.bundle.df967f42ddcf9619bd44.js → app.bundle.b5c364b2112dc6c8fef1.js} +11 -4
- package/dist/{compute.bundle.f176731b761d630f358c.js → compute.bundle.957cf6f00e6c9f033f51.js} +1 -1
- package/dist/index.html +1 -1
- package/dist/{polySeg.bundle.1ab7dd310985596b4098.js → polySeg.bundle.99fe77d122f62107b12e.js} +1 -1
- package/dist/sw.js +1 -1
- package/package.json +21 -21
- /package/dist/{1459.bundle.eeacd4e6da0fc344dfcd.js → 1459.bundle.9803b32f90cade8bbab5.js} +0 -0
- /package/dist/{1604.bundle.3dc0cd2ccf35dfa63ba1.js → 1604.bundle.82b3545ba77291673ab0.js} +0 -0
- /package/dist/{1807.bundle.c2d36c1f288f09a734fc.js → 1807.bundle.52567533b273a2581fe6.js} +0 -0
- /package/dist/{213.bundle.af06e5ce084e8db26658.js → 213.bundle.32923830428c6ce36969.js} +0 -0
- /package/dist/{2424.bundle.93803c3f4882f0851ca0.js → 2424.bundle.c757e549b61768f3907f.js} +0 -0
- /package/dist/{4113.bundle.1c72d6483e68e546e7e0.js → 4113.bundle.8aa17598a438e0f59977.js} +0 -0
- /package/dist/{414.bundle.cf6764ad6422c89a9297.js → 414.bundle.2812dfdd9dcbf5ec54f4.js} +0 -0
- /package/dist/{5457.bundle.fc718746ee48701d41f4.js → 5457.bundle.a34aefc642710f3c4bfe.js} +0 -0
- /package/dist/{5485.bundle.efd8d3c757bfb22c08a5.js → 5485.bundle.6a30e022e40ee4efcf64.js} +0 -0
- /package/dist/{6027.bundle.b94597fe89fce75fa2a3.js → 6027.bundle.13ce9445760aecded831.js} +0 -0
- /package/dist/{6201.bundle.bd0f51e826019999bb52.js → 6201.bundle.1449ec26ca43420a516a.js} +0 -0
- /package/dist/{7197.bundle.23ffb246152ca8264fcb.js → 7197.bundle.20b8564f4a4af9191bef.js} +0 -0
- /package/dist/{7639.bundle.5f43cfb9cbbc030d354d.js → 7639.bundle.6988d6e467128811633c.js} +0 -0
- /package/dist/{810.bundle.a801043c780ff73eac0d.js → 810.bundle.c1486b31c437a41ef7ce.js} +0 -0
- /package/dist/{85.bundle.48cf95a2d411ad282fad.js → 85.bundle.a84605c91fb325b762dd.js} +0 -0
- /package/dist/{8815.bundle.71f52a3c5792000b4a8a.js → 8815.bundle.9531838f1288ab88a108.js} +0 -0
|
@@ -10371,8 +10371,8 @@ function AboutModalDefault() {
|
|
|
10371
10371
|
name
|
|
10372
10372
|
} = (0,browser_detect_es5/* default */.A)();
|
|
10373
10373
|
const browser = `${name[0].toUpperCase()}${name.substr(1)} ${version}`;
|
|
10374
|
-
const versionNumber = "3.12.0-beta.
|
|
10375
|
-
const commitHash = "
|
|
10374
|
+
const versionNumber = "3.12.0-beta.53";
|
|
10375
|
+
const commitHash = "377d5e2fb6a7153dafec38649ebb56850f827d33";
|
|
10376
10376
|
const [main, beta] = versionNumber.split('-');
|
|
10377
10377
|
return /*#__PURE__*/react.createElement(ui_next_src/* AboutModal */.VTU, {
|
|
10378
10378
|
className: "w-[400px]"
|
|
@@ -39,6 +39,7 @@ var Events;
|
|
|
39
39
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
40
40
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
42
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
42
43
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
43
44
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
44
45
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -39,6 +39,7 @@ var Events;
|
|
|
39
39
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
40
40
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
42
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
42
43
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
43
44
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
44
45
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -6807,6 +6807,7 @@ var Events;
|
|
|
6807
6807
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
6808
6808
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
6809
6809
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
6810
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
6810
6811
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
6811
6812
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
6812
6813
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -40,6 +40,7 @@ var Events;
|
|
|
40
40
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
42
42
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
43
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
43
44
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
44
45
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
45
46
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -18855,9 +18855,9 @@ class SegmentationService extends src/* PubSubService */.Rc {
|
|
|
18855
18855
|
return;
|
|
18856
18856
|
}
|
|
18857
18857
|
const colorLUTIndex = this._segmentationIdToColorLUTIndexMap.get(segmentationId);
|
|
18858
|
-
const defaultRepresentationType = LABELMAP;
|
|
18859
|
-
let representationTypeToUse = type || defaultRepresentationType;
|
|
18860
18858
|
let isConverted = false;
|
|
18859
|
+
const defaultRepresentationType = csViewport.type === dist_esm_enums.ViewportType.VOLUME_3D ? SURFACE : LABELMAP;
|
|
18860
|
+
let representationTypeToUse = type || defaultRepresentationType;
|
|
18861
18861
|
if (representationTypeToUse === LABELMAP) {
|
|
18862
18862
|
const {
|
|
18863
18863
|
isVolumeViewport,
|
|
@@ -21802,10 +21802,24 @@ class CornerstoneViewportService extends src/* PubSubService */.Rc {
|
|
|
21802
21802
|
type,
|
|
21803
21803
|
hydrated
|
|
21804
21804
|
} = presentationItem;
|
|
21805
|
+
const {
|
|
21806
|
+
Labelmap,
|
|
21807
|
+
Surface
|
|
21808
|
+
} = dist_esm.Enums.SegmentationRepresentations;
|
|
21809
|
+
const representationType = (() => {
|
|
21810
|
+
if (type === Surface) {
|
|
21811
|
+
if (viewport.type === esm.Enums.ViewportType.VOLUME_3D) {
|
|
21812
|
+
return Surface;
|
|
21813
|
+
} else {
|
|
21814
|
+
return Labelmap;
|
|
21815
|
+
}
|
|
21816
|
+
}
|
|
21817
|
+
return type;
|
|
21818
|
+
})();
|
|
21805
21819
|
if (hydrated) {
|
|
21806
21820
|
segmentationService.addSegmentationRepresentation(viewport.id, {
|
|
21807
21821
|
segmentationId,
|
|
21808
|
-
type
|
|
21822
|
+
type: representationType
|
|
21809
21823
|
});
|
|
21810
21824
|
}
|
|
21811
21825
|
});
|
|
@@ -3154,6 +3154,9 @@ var StrategyCallbacks = __webpack_require__(84093);
|
|
|
3154
3154
|
[StrategyCallbacks/* default */.A.OnInteractionStart]: (operationData) => {
|
|
3155
3155
|
const { segmentIndex, previewSegmentIndex, segmentationVoxelManager, centerIJK, viewPlaneNormal, segmentationImageData, configuration, } = operationData;
|
|
3156
3156
|
if (!configuration?.useCenterSegmentIndex) {
|
|
3157
|
+
operationData.centerSegmentIndexInfo.segmentIndex = null;
|
|
3158
|
+
operationData.centerSegmentIndexInfo.hasSegmentIndex = false;
|
|
3159
|
+
operationData.centerSegmentIndexInfo.hasPreviewIndex = false;
|
|
3157
3160
|
return;
|
|
3158
3161
|
}
|
|
3159
3162
|
let hasSegmentIndex = false;
|
|
@@ -3700,12 +3703,76 @@ const sphereComposition = {
|
|
|
3700
3703
|
}
|
|
3701
3704
|
operationData.centerWorld = center;
|
|
3702
3705
|
operationData.centerIJK = transformWorldToIndex(segmentationImageData, center);
|
|
3703
|
-
const
|
|
3706
|
+
const baseExtent = (0,_utilities_getSphereBoundsInfo__WEBPACK_IMPORTED_MODULE_6__/* .getSphereBoundsInfoFromViewport */ .l)(points.slice(0, 2), segmentationImageData, viewport);
|
|
3704
3707
|
const canvasCoordinates = points.map((p) => viewport.worldToCanvas(p));
|
|
3705
3708
|
const corners = (0,_fillCircle__WEBPACK_IMPORTED_MODULE_5__/* .getEllipseCornersFromCanvasCoordinates */ .C$)(canvasCoordinates);
|
|
3706
3709
|
const cornersInWorld = corners.map((corner) => viewport.canvasToWorld(corner));
|
|
3707
|
-
|
|
3708
|
-
|
|
3710
|
+
const strokeRadius = points.length >= 2 ? gl_matrix__WEBPACK_IMPORTED_MODULE_1__/* .vec3.distance */ .eR.distance(points[0], points[1]) / 2 : undefined;
|
|
3711
|
+
const strokeCenters = operationData.strokePointsWorld &&
|
|
3712
|
+
operationData.strokePointsWorld.length > 0
|
|
3713
|
+
? operationData.strokePointsWorld
|
|
3714
|
+
: [operationData.centerWorld];
|
|
3715
|
+
const baseBounds = baseExtent.boundsIJK;
|
|
3716
|
+
const baseCenterIJK = operationData.centerIJK;
|
|
3717
|
+
const boundsForStroke = strokeCenters.reduce((acc, centerPoint) => {
|
|
3718
|
+
if (!centerPoint) {
|
|
3719
|
+
return acc;
|
|
3720
|
+
}
|
|
3721
|
+
const translatedCenterIJK = transformWorldToIndex(segmentationImageData, centerPoint);
|
|
3722
|
+
const deltaIJK = [
|
|
3723
|
+
translatedCenterIJK[0] - baseCenterIJK[0],
|
|
3724
|
+
translatedCenterIJK[1] - baseCenterIJK[1],
|
|
3725
|
+
translatedCenterIJK[2] - baseCenterIJK[2],
|
|
3726
|
+
];
|
|
3727
|
+
const translatedBounds = [
|
|
3728
|
+
[baseBounds[0][0] + deltaIJK[0], baseBounds[0][1] + deltaIJK[0]],
|
|
3729
|
+
[baseBounds[1][0] + deltaIJK[1], baseBounds[1][1] + deltaIJK[1]],
|
|
3730
|
+
[baseBounds[2][0] + deltaIJK[2], baseBounds[2][1] + deltaIJK[2]],
|
|
3731
|
+
];
|
|
3732
|
+
if (!acc) {
|
|
3733
|
+
return translatedBounds;
|
|
3734
|
+
}
|
|
3735
|
+
return [
|
|
3736
|
+
[
|
|
3737
|
+
Math.min(acc[0][0], translatedBounds[0][0]),
|
|
3738
|
+
Math.max(acc[0][1], translatedBounds[0][1]),
|
|
3739
|
+
],
|
|
3740
|
+
[
|
|
3741
|
+
Math.min(acc[1][0], translatedBounds[1][0]),
|
|
3742
|
+
Math.max(acc[1][1], translatedBounds[1][1]),
|
|
3743
|
+
],
|
|
3744
|
+
[
|
|
3745
|
+
Math.min(acc[2][0], translatedBounds[2][0]),
|
|
3746
|
+
Math.max(acc[2][1], translatedBounds[2][1]),
|
|
3747
|
+
],
|
|
3748
|
+
];
|
|
3749
|
+
}, null);
|
|
3750
|
+
const boundsToUse = boundsForStroke ?? baseExtent.boundsIJK;
|
|
3751
|
+
if (segmentationImageData) {
|
|
3752
|
+
const dimensions = segmentationImageData.getDimensions();
|
|
3753
|
+
operationData.isInObjectBoundsIJK = [
|
|
3754
|
+
[
|
|
3755
|
+
Math.max(0, Math.min(boundsToUse[0][0], dimensions[0] - 1)),
|
|
3756
|
+
Math.max(0, Math.min(boundsToUse[0][1], dimensions[0] - 1)),
|
|
3757
|
+
],
|
|
3758
|
+
[
|
|
3759
|
+
Math.max(0, Math.min(boundsToUse[1][0], dimensions[1] - 1)),
|
|
3760
|
+
Math.max(0, Math.min(boundsToUse[1][1], dimensions[1] - 1)),
|
|
3761
|
+
],
|
|
3762
|
+
[
|
|
3763
|
+
Math.max(0, Math.min(boundsToUse[2][0], dimensions[2] - 1)),
|
|
3764
|
+
Math.max(0, Math.min(boundsToUse[2][1], dimensions[2] - 1)),
|
|
3765
|
+
],
|
|
3766
|
+
];
|
|
3767
|
+
}
|
|
3768
|
+
else {
|
|
3769
|
+
operationData.isInObjectBoundsIJK = boundsToUse;
|
|
3770
|
+
}
|
|
3771
|
+
operationData.isInObject = (0,_fillCircle__WEBPACK_IMPORTED_MODULE_5__/* .createEllipseInPoint */ .mu)(cornersInWorld, {
|
|
3772
|
+
strokePointsWorld: operationData.strokePointsWorld,
|
|
3773
|
+
segmentationImageData,
|
|
3774
|
+
radius: strokeRadius,
|
|
3775
|
+
});
|
|
3709
3776
|
},
|
|
3710
3777
|
};
|
|
3711
3778
|
const SPHERE_STRATEGY = new _BrushStrategy__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .A('Sphere', _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.regionFill, _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.setValue, sphereComposition, _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.determineSegmentIndex, _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.preview, _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.labelmapStatistics, _compositions__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A.ensureSegmentationVolumeFor3DManipulation);
|
|
@@ -39,6 +39,7 @@ var Events;
|
|
|
39
39
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
40
40
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
42
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
42
43
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
43
44
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
44
45
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -39,6 +39,7 @@ var Events;
|
|
|
39
39
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
40
40
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
42
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
42
43
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
43
44
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
44
45
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|
|
@@ -39,6 +39,7 @@ var Events;
|
|
|
39
39
|
Events["CROSSHAIR_TOOL_CENTER_CHANGED"] = "CORNERSTONE_TOOLS_CROSSHAIR_TOOL_CENTER_CHANGED";
|
|
40
40
|
Events["VOLUMECROPPINGCONTROL_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPINGCONTROL_TOOL_CHANGED";
|
|
41
41
|
Events["VOLUMECROPPING_TOOL_CHANGED"] = "CORNERSTONE_TOOLS_VOLUMECROPPING_TOOL_CHANGED";
|
|
42
|
+
Events["STACK_PREFETCH_COMPLETE"] = "CORNERSTONE_TOOLS_STACK_PREFETCH_COMPLETE";
|
|
42
43
|
Events["ANNOTATION_ADDED"] = "CORNERSTONE_TOOLS_ANNOTATION_ADDED";
|
|
43
44
|
Events["ANNOTATION_COMPLETED"] = "CORNERSTONE_TOOLS_ANNOTATION_COMPLETED";
|
|
44
45
|
Events["ANNOTATION_MODIFIED"] = "CORNERSTONE_TOOLS_ANNOTATION_MODIFIED";
|