@ohif/app 3.9.0-beta.2 → 3.9.0-beta.3
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/{121.bundle.a6063e0272df61cefccc.js → 121.bundle.b582314ec0024fdf2d15.js} +1 -0
- package/dist/{188.bundle.b31173cb165eb21c3ec6.js → 243.bundle.96439f589bc338b977ea.js} +8 -8
- package/dist/{325.bundle.47f5b8a085837ee6b512.js → 325.bundle.98612a2afacf5d63b25a.js} +10 -11
- package/dist/{206.bundle.e98e6ba9bfd9f36dc508.js → 390.bundle.2751b81dbe439a40ba90.js} +13 -14
- package/dist/{448.bundle.94a6da9fac68fc69f8c2.js → 448.bundle.70dc1363d8b2783dc51e.js} +2 -2
- package/dist/{487.bundle.71a2893d94d214741e13.js → 487.bundle.b1a29dcf2b152693935d.js} +2 -2
- package/dist/{530.bundle.207b38c15c4c01e4db0e.js → 530.bundle.17b9a34fefff133e5379.js} +3 -3
- package/dist/{544.bundle.b005b8c8b9b08aaa3324.js → 544.bundle.e8227e98860e39636a00.js} +3 -3
- package/dist/{321.bundle.07e853e559665d6e15b6.js → 550.bundle.a2267752bc8874fedfd5.js} +16 -15
- package/dist/{574.bundle.88b619217339b5e93d3e.js → 574.bundle.72bd5061ccd504235419.js} +35 -32
- package/dist/{41.bundle.faaf3b05d1083e3c8831.js → 682.bundle.ec07ec1bc2f69f9d0d94.js} +5 -5
- package/dist/{699.bundle.8210579412d62beafa91.js → 699.bundle.2adb0c0ad7f7cb9e338a.js} +2 -2
- package/dist/{669.bundle.84745782e36f25eb05bc.js → 721.bundle.a210baa38d34b9bcacfd.js} +73 -73
- package/dist/{724.bundle.519141a0c4d0d1a3192a.js → 776.bundle.9680d347bafb63f8688a.js} +6 -6
- package/dist/{862.bundle.4a0bd82b803ba158018f.js → 862.bundle.55dde21bab4c841b6259.js} +1 -1
- package/dist/{889.bundle.9fbab4f0bbf643306879.js → 889.bundle.5611d644c8cb24f864ff.js} +8 -8
- package/dist/{905.bundle.7e940707e10096970ca1.js → 905.bundle.4105e428f61f925a310d.js} +2 -2
- package/dist/{907.bundle.f5aa0414d0f77e575a1f.js → 907.bundle.13dc5f4b5581d12562b8.js} +2 -2
- package/dist/{94.bundle.ecaaba845625d93bad6b.js → 94.bundle.9b92ece5801a7df7d08c.js} +2 -2
- package/dist/{961.bundle.ff7da8afd7d8495d0bbe.js → 961.bundle.2c81565fe334d6cd2f9c.js} +2 -2
- package/dist/{7.bundle.3a17fe8266b2149334a6.js → 981.bundle.a0fabcf9845c1a623990.js} +8 -8
- package/dist/{594.bundle.01b124740b2b3f8a6d20.js → 989.bundle.bf6bc62794b717824f7e.js} +5 -5
- package/dist/{633.bundle.ff1a1d0bdb0d1ef143af.js → 998.bundle.b8ffa2bc390d5d4edf16.js} +7 -7
- package/dist/{app.bundle.c53b289734d5f7178a39.js → app.bundle.cbecae40543f47cc8c7e.js} +238 -317
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{321.css → 550.css} +0 -0
- /package/dist/{783.bundle.86c38ee55f4d01b111ca.js → 783.bundle.126cd640a5fd49804d8e.js} +0 -0
- /package/dist/{633.css → 998.css} +0 -0
|
@@ -23,8 +23,8 @@ var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
|
23
23
|
var esm = __webpack_require__(39371);
|
|
24
24
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 28 modules
|
|
25
25
|
var dist_esm = __webpack_require__(92136);
|
|
26
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
27
|
-
var src = __webpack_require__(
|
|
26
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
27
|
+
var src = __webpack_require__(8633);
|
|
28
28
|
// EXTERNAL MODULE: ../../ui/src/index.js + 785 modules
|
|
29
29
|
var ui_src = __webpack_require__(5085);
|
|
30
30
|
// EXTERNAL MODULE: ../../../extensions/cornerstone/src/state.ts
|
|
@@ -1233,11 +1233,11 @@ function Colormap({
|
|
|
1233
1233
|
viewportId,
|
|
1234
1234
|
displaySets,
|
|
1235
1235
|
commandsManager,
|
|
1236
|
-
|
|
1236
|
+
servicesManager
|
|
1237
1237
|
}) {
|
|
1238
1238
|
const {
|
|
1239
1239
|
cornerstoneViewportService
|
|
1240
|
-
} =
|
|
1240
|
+
} = servicesManager.services;
|
|
1241
1241
|
const [activeDisplaySet, setActiveDisplaySet] = (0,react.useState)(displaySets[0]);
|
|
1242
1242
|
const [showPreview, setShowPreview] = (0,react.useState)(false);
|
|
1243
1243
|
const [prePreviewColormap, setPrePreviewColormap] = (0,react.useState)(null);
|
|
@@ -1363,10 +1363,10 @@ function Colormap({
|
|
|
1363
1363
|
|
|
1364
1364
|
|
|
1365
1365
|
|
|
1366
|
-
function setViewportColorbar(viewportId, displaySets, commandsManager,
|
|
1366
|
+
function setViewportColorbar(viewportId, displaySets, commandsManager, servicesManager, colorbarOptions) {
|
|
1367
1367
|
const {
|
|
1368
1368
|
cornerstoneViewportService
|
|
1369
|
-
} =
|
|
1369
|
+
} = servicesManager.services;
|
|
1370
1370
|
const viewport = cornerstoneViewportService.getCornerstoneViewport(viewportId);
|
|
1371
1371
|
const viewportInfo = cornerstoneViewportService.getViewportInfo(viewportId);
|
|
1372
1372
|
const backgroundColor = viewportInfo.getViewportOptions().background;
|
|
@@ -1407,12 +1407,12 @@ function Colorbar({
|
|
|
1407
1407
|
viewportId,
|
|
1408
1408
|
displaySets,
|
|
1409
1409
|
commandsManager,
|
|
1410
|
-
|
|
1410
|
+
servicesManager,
|
|
1411
1411
|
colorbarProperties
|
|
1412
1412
|
}) {
|
|
1413
1413
|
const {
|
|
1414
1414
|
colorbarService
|
|
1415
|
-
} =
|
|
1415
|
+
} = servicesManager.services;
|
|
1416
1416
|
const {
|
|
1417
1417
|
width: colorbarWidth,
|
|
1418
1418
|
colorbarTickPosition,
|
|
@@ -1422,7 +1422,7 @@ function Colorbar({
|
|
|
1422
1422
|
} = colorbarProperties;
|
|
1423
1423
|
const [showColorbar, setShowColorbar] = (0,react.useState)(colorbarService.hasColorbar(viewportId));
|
|
1424
1424
|
const onSetColorbar = (0,react.useCallback)(() => {
|
|
1425
|
-
setViewportColorbar(viewportId, displaySets, commandsManager,
|
|
1425
|
+
setViewportColorbar(viewportId, displaySets, commandsManager, servicesManager, {
|
|
1426
1426
|
viewportId,
|
|
1427
1427
|
colormaps,
|
|
1428
1428
|
ticks: {
|
|
@@ -1566,13 +1566,13 @@ function VolumeRenderingPresetsContent({
|
|
|
1566
1566
|
|
|
1567
1567
|
function VolumeRenderingPresets({
|
|
1568
1568
|
viewportId,
|
|
1569
|
-
|
|
1569
|
+
servicesManager,
|
|
1570
1570
|
commandsManager,
|
|
1571
1571
|
volumeRenderingPresets
|
|
1572
1572
|
}) {
|
|
1573
1573
|
const {
|
|
1574
1574
|
uiModalService
|
|
1575
|
-
} =
|
|
1575
|
+
} = servicesManager.services;
|
|
1576
1576
|
const onClickPresets = () => {
|
|
1577
1577
|
uiModalService.show({
|
|
1578
1578
|
content: VolumeRenderingPresetsContent,
|
|
@@ -1604,12 +1604,12 @@ function VolumeRenderingPresets({
|
|
|
1604
1604
|
function VolumeRenderingQuality({
|
|
1605
1605
|
volumeRenderingQualityRange,
|
|
1606
1606
|
commandsManager,
|
|
1607
|
-
|
|
1607
|
+
servicesManager,
|
|
1608
1608
|
viewportId
|
|
1609
1609
|
}) {
|
|
1610
1610
|
const {
|
|
1611
1611
|
cornerstoneViewportService
|
|
1612
|
-
} =
|
|
1612
|
+
} = servicesManager.services;
|
|
1613
1613
|
const {
|
|
1614
1614
|
min,
|
|
1615
1615
|
max,
|
|
@@ -1669,11 +1669,11 @@ function VolumeRenderingQuality({
|
|
|
1669
1669
|
function VolumeShift({
|
|
1670
1670
|
viewportId,
|
|
1671
1671
|
commandsManager,
|
|
1672
|
-
|
|
1672
|
+
servicesManager
|
|
1673
1673
|
}) {
|
|
1674
1674
|
const {
|
|
1675
1675
|
cornerstoneViewportService
|
|
1676
|
-
} =
|
|
1676
|
+
} = servicesManager.services;
|
|
1677
1677
|
const [minShift, setMinShift] = (0,react.useState)(null);
|
|
1678
1678
|
const [maxShift, setMaxShift] = (0,react.useState)(null);
|
|
1679
1679
|
const [shift, setShift] = (0,react.useState)(cornerstoneViewportService.getCornerstoneViewport(viewportId)?.shiftedBy || 0);
|
|
@@ -1740,13 +1740,13 @@ function VolumeShift({
|
|
|
1740
1740
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/components/WindowLevelActionMenu/VolumeLighting.tsx
|
|
1741
1741
|
|
|
1742
1742
|
function VolumeLighting({
|
|
1743
|
-
|
|
1743
|
+
servicesManager,
|
|
1744
1744
|
commandsManager,
|
|
1745
1745
|
viewportId
|
|
1746
1746
|
}) {
|
|
1747
1747
|
const {
|
|
1748
1748
|
cornerstoneViewportService
|
|
1749
|
-
} =
|
|
1749
|
+
} = servicesManager.services;
|
|
1750
1750
|
const [ambient, setAmbient] = (0,react.useState)(null);
|
|
1751
1751
|
const [diffuse, setDiffuse] = (0,react.useState)(null);
|
|
1752
1752
|
const [specular, setSpecular] = (0,react.useState)(null);
|
|
@@ -1864,11 +1864,11 @@ function VolumeLighting({
|
|
|
1864
1864
|
function VolumeShade({
|
|
1865
1865
|
commandsManager,
|
|
1866
1866
|
viewportId,
|
|
1867
|
-
|
|
1867
|
+
servicesManager
|
|
1868
1868
|
}) {
|
|
1869
1869
|
const {
|
|
1870
1870
|
cornerstoneViewportService
|
|
1871
|
-
} =
|
|
1871
|
+
} = servicesManager.services;
|
|
1872
1872
|
const [shade, setShade] = (0,react.useState)(true);
|
|
1873
1873
|
const [key, setKey] = (0,react.useState)(0);
|
|
1874
1874
|
const onShadeChange = (0,react.useCallback)(checked => {
|
|
@@ -1909,17 +1909,17 @@ function VolumeRenderingOptions({
|
|
|
1909
1909
|
viewportId,
|
|
1910
1910
|
commandsManager,
|
|
1911
1911
|
volumeRenderingQualityRange,
|
|
1912
|
-
|
|
1912
|
+
servicesManager
|
|
1913
1913
|
}) {
|
|
1914
1914
|
return /*#__PURE__*/react.createElement(ui_src/* AllInOneMenu.ItemPanel */.se.cV, null, /*#__PURE__*/react.createElement(VolumeRenderingQuality, {
|
|
1915
1915
|
viewportId: viewportId,
|
|
1916
1916
|
commandsManager: commandsManager,
|
|
1917
|
-
|
|
1917
|
+
servicesManager: servicesManager,
|
|
1918
1918
|
volumeRenderingQualityRange: volumeRenderingQualityRange
|
|
1919
1919
|
}), /*#__PURE__*/react.createElement(VolumeShift, {
|
|
1920
1920
|
viewportId: viewportId,
|
|
1921
1921
|
commandsManager: commandsManager,
|
|
1922
|
-
|
|
1922
|
+
servicesManager: servicesManager
|
|
1923
1923
|
}), /*#__PURE__*/react.createElement("div", {
|
|
1924
1924
|
className: "all-in-one-menu-item mt-2 flex !h-[20px] w-full justify-start"
|
|
1925
1925
|
}, /*#__PURE__*/react.createElement("div", {
|
|
@@ -1930,12 +1930,12 @@ function VolumeRenderingOptions({
|
|
|
1930
1930
|
className: "all-in-one-menu-item flex w-full justify-center"
|
|
1931
1931
|
}, /*#__PURE__*/react.createElement(VolumeShade, {
|
|
1932
1932
|
commandsManager: commandsManager,
|
|
1933
|
-
|
|
1933
|
+
servicesManager: servicesManager,
|
|
1934
1934
|
viewportId: viewportId
|
|
1935
1935
|
})), /*#__PURE__*/react.createElement(VolumeLighting, {
|
|
1936
1936
|
viewportId: viewportId,
|
|
1937
1937
|
commandsManager: commandsManager,
|
|
1938
|
-
|
|
1938
|
+
servicesManager: servicesManager
|
|
1939
1939
|
}));
|
|
1940
1940
|
}
|
|
1941
1941
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/components/WindowLevelActionMenu/WindowLevelActionMenu.tsx
|
|
@@ -1958,7 +1958,7 @@ function WindowLevelActionMenu({
|
|
|
1958
1958
|
verticalDirection,
|
|
1959
1959
|
horizontalDirection,
|
|
1960
1960
|
commandsManager,
|
|
1961
|
-
|
|
1961
|
+
servicesManager,
|
|
1962
1962
|
colorbarProperties,
|
|
1963
1963
|
displaySets,
|
|
1964
1964
|
volumeRenderingPresets,
|
|
@@ -1974,7 +1974,7 @@ function WindowLevelActionMenu({
|
|
|
1974
1974
|
const {
|
|
1975
1975
|
colorbarService,
|
|
1976
1976
|
cornerstoneViewportService
|
|
1977
|
-
} =
|
|
1977
|
+
} = servicesManager.services;
|
|
1978
1978
|
const viewportInfo = cornerstoneViewportService.getViewportInfo(viewportId);
|
|
1979
1979
|
const viewport = cornerstoneViewportService.getCornerstoneViewport(viewportId);
|
|
1980
1980
|
const backgroundColor = viewportInfo.getViewportOptions().background;
|
|
@@ -1991,7 +1991,7 @@ function WindowLevelActionMenu({
|
|
|
1991
1991
|
const [menuKey, setMenuKey] = (0,react.useState)(0);
|
|
1992
1992
|
const [is3DVolume, setIs3DVolume] = (0,react.useState)(false);
|
|
1993
1993
|
const onSetColorbar = (0,react.useCallback)(() => {
|
|
1994
|
-
setViewportColorbar(viewportId, displaySets, commandsManager,
|
|
1994
|
+
setViewportColorbar(viewportId, displaySets, commandsManager, servicesManager, {
|
|
1995
1995
|
colormaps,
|
|
1996
1996
|
ticks: {
|
|
1997
1997
|
position: colorbarTickPosition
|
|
@@ -2044,7 +2044,7 @@ function WindowLevelActionMenu({
|
|
|
2044
2044
|
viewportId: viewportId,
|
|
2045
2045
|
displaySets: displaySets.filter(ds => !nonImageModalities.includes(ds.Modality)),
|
|
2046
2046
|
commandsManager: commandsManager,
|
|
2047
|
-
|
|
2047
|
+
servicesManager: servicesManager,
|
|
2048
2048
|
colorbarProperties: colorbarProperties
|
|
2049
2049
|
}), colormaps && !is3DVolume && /*#__PURE__*/react.createElement(ui_src/* AllInOneMenu.SubMenu */.se.g8, {
|
|
2050
2050
|
key: "colorLUTPresets",
|
|
@@ -2055,7 +2055,7 @@ function WindowLevelActionMenu({
|
|
|
2055
2055
|
viewportId: viewportId,
|
|
2056
2056
|
displaySets: displaySets.filter(ds => !nonImageModalities.includes(ds.Modality)),
|
|
2057
2057
|
commandsManager: commandsManager,
|
|
2058
|
-
|
|
2058
|
+
servicesManager: servicesManager
|
|
2059
2059
|
})), presets && presets.length > 0 && !is3DVolume && /*#__PURE__*/react.createElement(ui_src/* AllInOneMenu.SubMenu */.se.g8, {
|
|
2060
2060
|
key: "windowLevelPresets",
|
|
2061
2061
|
itemLabel: t('Modality Window Presets'),
|
|
@@ -2065,7 +2065,7 @@ function WindowLevelActionMenu({
|
|
|
2065
2065
|
commandsManager: commandsManager,
|
|
2066
2066
|
presets: presets
|
|
2067
2067
|
})), volumeRenderingPresets && is3DVolume && /*#__PURE__*/react.createElement(VolumeRenderingPresets, {
|
|
2068
|
-
|
|
2068
|
+
servicesManager: servicesManager,
|
|
2069
2069
|
viewportId: viewportId,
|
|
2070
2070
|
commandsManager: commandsManager,
|
|
2071
2071
|
volumeRenderingPresets: volumeRenderingPresets
|
|
@@ -2075,7 +2075,7 @@ function WindowLevelActionMenu({
|
|
|
2075
2075
|
viewportId: viewportId,
|
|
2076
2076
|
commandsManager: commandsManager,
|
|
2077
2077
|
volumeRenderingQualityRange: volumeRenderingQualityRange,
|
|
2078
|
-
|
|
2078
|
+
servicesManager: servicesManager
|
|
2079
2079
|
}))));
|
|
2080
2080
|
}
|
|
2081
2081
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/components/WindowLevelActionMenu/getWindowLevelActionMenu.tsx
|
|
@@ -2113,7 +2113,7 @@ function getWindowLevelActionMenu({
|
|
|
2113
2113
|
verticalDirection: verticalDirection,
|
|
2114
2114
|
horizontalDirection: horizontalDirection,
|
|
2115
2115
|
commandsManager: commandsManager,
|
|
2116
|
-
|
|
2116
|
+
servicesManager: servicesManager,
|
|
2117
2117
|
colorbarProperties: colorbarProperties,
|
|
2118
2118
|
displaySets: displaySets,
|
|
2119
2119
|
volumeRenderingPresets: volumeRenderingPresets,
|
|
@@ -2201,11 +2201,13 @@ const OHIFCornerstoneViewport = /*#__PURE__*/react.memo(props => {
|
|
|
2201
2201
|
displaySetOptions,
|
|
2202
2202
|
servicesManager,
|
|
2203
2203
|
onElementEnabled,
|
|
2204
|
+
// eslint-disable-next-line react/prop-types
|
|
2204
2205
|
onElementDisabled,
|
|
2205
2206
|
isJumpToMeasurementDisabled,
|
|
2206
2207
|
// Note: you SHOULD NOT use the initialImageIdOrIndex for manipulation
|
|
2207
2208
|
// of the imageData in the OHIFCornerstoneViewport. This prop is used
|
|
2208
2209
|
// to set the initial state of the viewport's first image to render
|
|
2210
|
+
// eslint-disable-next-line react/prop-types
|
|
2209
2211
|
initialImageIndex,
|
|
2210
2212
|
// if the viewport is part of a hanging protocol layout
|
|
2211
2213
|
// we should not really rely on the old synchronizers and
|
|
@@ -2213,6 +2215,7 @@ const OHIFCornerstoneViewport = /*#__PURE__*/react.memo(props => {
|
|
|
2213
2215
|
// is not part of the hanging protocol layout. HPs should
|
|
2214
2216
|
// define their own synchronizers. Since the synchronizers are
|
|
2215
2217
|
// viewportId dependent and
|
|
2218
|
+
// eslint-disable-next-line react/prop-types
|
|
2216
2219
|
isHangingProtocolLayout
|
|
2217
2220
|
} = props;
|
|
2218
2221
|
const viewportId = viewportOptions.viewportId;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[
|
|
2
|
+
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[682],{
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 82682:
|
|
5
5
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6
6
|
|
|
7
7
|
// ESM COMPAT FLAG
|
|
@@ -15,8 +15,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
15
15
|
toolbarButtons: () => (/* reexport */ src_toolbarButtons)
|
|
16
16
|
});
|
|
17
17
|
|
|
18
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
19
|
-
var src = __webpack_require__(
|
|
18
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
19
|
+
var src = __webpack_require__(8633);
|
|
20
20
|
// EXTERNAL MODULE: ../../../node_modules/i18next/dist/esm/i18next.js
|
|
21
21
|
var i18next = __webpack_require__(92344);
|
|
22
22
|
;// CONCATENATED MODULE: ../../../modes/longitudinal/package.json
|
|
@@ -677,7 +677,7 @@ const moreTools = [{
|
|
|
677
677
|
}
|
|
678
678
|
}];
|
|
679
679
|
/* harmony default export */ const src_moreTools = (moreTools);
|
|
680
|
-
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/index.
|
|
680
|
+
;// CONCATENATED MODULE: ../../../modes/longitudinal/src/index.ts
|
|
681
681
|
|
|
682
682
|
|
|
683
683
|
|
|
@@ -12,8 +12,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
12
12
|
"default": () => (/* binding */ segmentation_src)
|
|
13
13
|
});
|
|
14
14
|
|
|
15
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
16
|
-
var src = __webpack_require__(
|
|
15
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
16
|
+
var src = __webpack_require__(8633);
|
|
17
17
|
;// CONCATENATED MODULE: ../../../modes/segmentation/package.json
|
|
18
18
|
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"UU":"@ohif/mode-segmentation"}');
|
|
19
19
|
;// CONCATENATED MODULE: ../../../modes/segmentation/src/id.js
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[
|
|
2
|
+
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[721],{
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 14721:
|
|
5
5
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6
6
|
|
|
7
7
|
// ESM COMPAT FLAG
|
|
@@ -25,8 +25,8 @@ const id = package_namespaceObject.UU;
|
|
|
25
25
|
const SOPClassHandlerName = 'dicom-sr';
|
|
26
26
|
const SOPClassHandlerId = `${id}.sopClassHandlerModule.${SOPClassHandlerName}`;
|
|
27
27
|
|
|
28
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
29
|
-
var src = __webpack_require__(
|
|
28
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
29
|
+
var src = __webpack_require__(8633);
|
|
30
30
|
// EXTERNAL MODULE: ../../../node_modules/gl-matrix/esm/index.js + 1 modules
|
|
31
31
|
var esm = __webpack_require__(44753);
|
|
32
32
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/tools/dist/esm/index.js
|
|
@@ -1212,7 +1212,7 @@ function getFilteredCornerstoneToolState(measurementData, additionalFindingTypes
|
|
|
1212
1212
|
return filteredToolState;
|
|
1213
1213
|
}
|
|
1214
1214
|
/* harmony default export */ const utils_getFilteredCornerstoneToolState = (getFilteredCornerstoneToolState);
|
|
1215
|
-
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/commandsModule.
|
|
1215
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/commandsModule.ts
|
|
1216
1216
|
|
|
1217
1217
|
|
|
1218
1218
|
|
|
@@ -1272,7 +1272,7 @@ const commandsModule = props => {
|
|
|
1272
1272
|
const reportBlob = dcmjs_es/* default.data */.Ay.data.datasetToBlob(srDataset);
|
|
1273
1273
|
|
|
1274
1274
|
//Create a URL for the binary.
|
|
1275
|
-
|
|
1275
|
+
const objectUrl = URL.createObjectURL(reportBlob);
|
|
1276
1276
|
window.location.assign(objectUrl);
|
|
1277
1277
|
},
|
|
1278
1278
|
/**
|
|
@@ -1400,8 +1400,8 @@ function init({
|
|
|
1400
1400
|
global: {}
|
|
1401
1401
|
});
|
|
1402
1402
|
}
|
|
1403
|
-
// EXTERNAL MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/hydrateStructuredReport.
|
|
1404
|
-
var hydrateStructuredReport = __webpack_require__(
|
|
1403
|
+
// EXTERNAL MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/hydrateStructuredReport.ts + 1 modules
|
|
1404
|
+
var hydrateStructuredReport = __webpack_require__(31808);
|
|
1405
1405
|
// EXTERNAL MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/createReferencedImageDisplaySet.ts
|
|
1406
1406
|
var createReferencedImageDisplaySet = __webpack_require__(92643);
|
|
1407
1407
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/index.tsx
|
|
@@ -1483,7 +1483,7 @@ const dicomSRExtension = {
|
|
|
1483
1483
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1484
1484
|
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1485
1485
|
/* harmony export */ });
|
|
1486
|
-
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
1486
|
+
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8633);
|
|
1487
1487
|
|
|
1488
1488
|
const ImageSet = _ohif_core__WEBPACK_IMPORTED_MODULE_0__.classes.ImageSet;
|
|
1489
1489
|
const findInstance = (measurement, displaySetService) => {
|
|
@@ -1571,67 +1571,7 @@ const createReferencedImageDisplaySet = (displaySetService, displaySet) => {
|
|
|
1571
1571
|
|
|
1572
1572
|
/***/ }),
|
|
1573
1573
|
|
|
1574
|
-
/***/
|
|
1575
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1576
|
-
|
|
1577
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1578
|
-
/* harmony export */ eF: () => (/* binding */ getTrackingUniqueIdentifiersForElement),
|
|
1579
|
-
/* harmony export */ m1: () => (/* binding */ setTrackingUniqueIdentifiersForElement)
|
|
1580
|
-
/* harmony export */ });
|
|
1581
|
-
/* unused harmony export setActiveTrackingUniqueIdentifierForElement */
|
|
1582
|
-
/* harmony import */ var _cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92136);
|
|
1583
|
-
|
|
1584
|
-
const state = {
|
|
1585
|
-
TrackingUniqueIdentifier: null,
|
|
1586
|
-
trackingIdentifiersByViewportId: {}
|
|
1587
|
-
};
|
|
1588
|
-
|
|
1589
|
-
/**
|
|
1590
|
-
* This file is being used to store the per-viewport state of the SR tools,
|
|
1591
|
-
* Since, all the toolStates are added to the cornerstoneTools, when displaying the SRTools,
|
|
1592
|
-
* if there are two viewports rendering the same imageId, we don't want to show
|
|
1593
|
-
* the same SR annotation twice on irrelevant viewport, hence, we are storing the state
|
|
1594
|
-
* of the SR tools in state here, so that we can filter them later.
|
|
1595
|
-
*/
|
|
1596
|
-
|
|
1597
|
-
function setTrackingUniqueIdentifiersForElement(element, trackingUniqueIdentifiers, activeIndex = 0) {
|
|
1598
|
-
const enabledElement = (0,_cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__.getEnabledElement)(element);
|
|
1599
|
-
const {
|
|
1600
|
-
viewport
|
|
1601
|
-
} = enabledElement;
|
|
1602
|
-
state.trackingIdentifiersByViewportId[viewport.id] = {
|
|
1603
|
-
trackingUniqueIdentifiers,
|
|
1604
|
-
activeIndex
|
|
1605
|
-
};
|
|
1606
|
-
}
|
|
1607
|
-
function setActiveTrackingUniqueIdentifierForElement(element, TrackingUniqueIdentifier) {
|
|
1608
|
-
const enabledElement = getEnabledElement(element);
|
|
1609
|
-
const {
|
|
1610
|
-
viewport
|
|
1611
|
-
} = enabledElement;
|
|
1612
|
-
const trackingIdentifiersForElement = state.trackingIdentifiersByViewportId[viewport.id];
|
|
1613
|
-
if (trackingIdentifiersForElement) {
|
|
1614
|
-
const activeIndex = trackingIdentifiersForElement.trackingUniqueIdentifiers.findIndex(tuid => tuid === TrackingUniqueIdentifier);
|
|
1615
|
-
trackingIdentifiersForElement.activeIndex = activeIndex;
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
function getTrackingUniqueIdentifiersForElement(element) {
|
|
1619
|
-
const enabledElement = (0,_cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__.getEnabledElement)(element);
|
|
1620
|
-
const {
|
|
1621
|
-
viewport
|
|
1622
|
-
} = enabledElement;
|
|
1623
|
-
if (state.trackingIdentifiersByViewportId[viewport.id]) {
|
|
1624
|
-
return state.trackingIdentifiersByViewportId[viewport.id];
|
|
1625
|
-
}
|
|
1626
|
-
return {
|
|
1627
|
-
trackingUniqueIdentifiers: []
|
|
1628
|
-
};
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
/***/ }),
|
|
1633
|
-
|
|
1634
|
-
/***/ 77089:
|
|
1574
|
+
/***/ 31808:
|
|
1635
1575
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1636
1576
|
|
|
1637
1577
|
|
|
@@ -1642,8 +1582,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1642
1582
|
|
|
1643
1583
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 28 modules
|
|
1644
1584
|
var esm = __webpack_require__(92136);
|
|
1645
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
1646
|
-
var src = __webpack_require__(
|
|
1585
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
1586
|
+
var src = __webpack_require__(8633);
|
|
1647
1587
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/getLabelFromDCMJSImportedToolData.js
|
|
1648
1588
|
/**
|
|
1649
1589
|
* Extracts the label from the toolData imported from dcmjs. We need to do this
|
|
@@ -1670,7 +1610,7 @@ function getLabelFromDCMJSImportedToolData(toolData) {
|
|
|
1670
1610
|
var adapters_es = __webpack_require__(83342);
|
|
1671
1611
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/tools/dist/esm/index.js
|
|
1672
1612
|
var dist_esm = __webpack_require__(39371);
|
|
1673
|
-
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/hydrateStructuredReport.
|
|
1613
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/hydrateStructuredReport.ts
|
|
1674
1614
|
|
|
1675
1615
|
|
|
1676
1616
|
|
|
@@ -1912,6 +1852,66 @@ const codeMeaningEquals = codeMeaningName => {
|
|
|
1912
1852
|
};
|
|
1913
1853
|
};
|
|
1914
1854
|
|
|
1855
|
+
/***/ }),
|
|
1856
|
+
|
|
1857
|
+
/***/ 74334:
|
|
1858
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1859
|
+
|
|
1860
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1861
|
+
/* harmony export */ eF: () => (/* binding */ getTrackingUniqueIdentifiersForElement),
|
|
1862
|
+
/* harmony export */ m1: () => (/* binding */ setTrackingUniqueIdentifiersForElement)
|
|
1863
|
+
/* harmony export */ });
|
|
1864
|
+
/* unused harmony export setActiveTrackingUniqueIdentifierForElement */
|
|
1865
|
+
/* harmony import */ var _cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92136);
|
|
1866
|
+
|
|
1867
|
+
const state = {
|
|
1868
|
+
TrackingUniqueIdentifier: null,
|
|
1869
|
+
trackingIdentifiersByViewportId: {}
|
|
1870
|
+
};
|
|
1871
|
+
|
|
1872
|
+
/**
|
|
1873
|
+
* This file is being used to store the per-viewport state of the SR tools,
|
|
1874
|
+
* Since, all the toolStates are added to the cornerstoneTools, when displaying the SRTools,
|
|
1875
|
+
* if there are two viewports rendering the same imageId, we don't want to show
|
|
1876
|
+
* the same SR annotation twice on irrelevant viewport, hence, we are storing the state
|
|
1877
|
+
* of the SR tools in state here, so that we can filter them later.
|
|
1878
|
+
*/
|
|
1879
|
+
|
|
1880
|
+
function setTrackingUniqueIdentifiersForElement(element, trackingUniqueIdentifiers, activeIndex = 0) {
|
|
1881
|
+
const enabledElement = (0,_cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__.getEnabledElement)(element);
|
|
1882
|
+
const {
|
|
1883
|
+
viewport
|
|
1884
|
+
} = enabledElement;
|
|
1885
|
+
state.trackingIdentifiersByViewportId[viewport.id] = {
|
|
1886
|
+
trackingUniqueIdentifiers,
|
|
1887
|
+
activeIndex
|
|
1888
|
+
};
|
|
1889
|
+
}
|
|
1890
|
+
function setActiveTrackingUniqueIdentifierForElement(element, TrackingUniqueIdentifier) {
|
|
1891
|
+
const enabledElement = getEnabledElement(element);
|
|
1892
|
+
const {
|
|
1893
|
+
viewport
|
|
1894
|
+
} = enabledElement;
|
|
1895
|
+
const trackingIdentifiersForElement = state.trackingIdentifiersByViewportId[viewport.id];
|
|
1896
|
+
if (trackingIdentifiersForElement) {
|
|
1897
|
+
const activeIndex = trackingIdentifiersForElement.trackingUniqueIdentifiers.findIndex(tuid => tuid === TrackingUniqueIdentifier);
|
|
1898
|
+
trackingIdentifiersForElement.activeIndex = activeIndex;
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
function getTrackingUniqueIdentifiersForElement(element) {
|
|
1902
|
+
const enabledElement = (0,_cornerstonejs_core__WEBPACK_IMPORTED_MODULE_0__.getEnabledElement)(element);
|
|
1903
|
+
const {
|
|
1904
|
+
viewport
|
|
1905
|
+
} = enabledElement;
|
|
1906
|
+
if (state.trackingIdentifiersByViewportId[viewport.id]) {
|
|
1907
|
+
return state.trackingIdentifiersByViewportId[viewport.id];
|
|
1908
|
+
}
|
|
1909
|
+
return {
|
|
1910
|
+
trackingUniqueIdentifiers: []
|
|
1911
|
+
};
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
1915
|
/***/ })
|
|
1916
1916
|
|
|
1917
1917
|
}]);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[
|
|
2
|
+
(globalThis["webpackChunk"] = globalThis["webpackChunk"] || []).push([[776],{
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 40776:
|
|
5
5
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6
6
|
|
|
7
7
|
// ESM COMPAT FLAG
|
|
@@ -12,8 +12,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
12
12
|
"default": () => (/* binding */ tmtv_src)
|
|
13
13
|
});
|
|
14
14
|
|
|
15
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
16
|
-
var src = __webpack_require__(
|
|
15
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
16
|
+
var src = __webpack_require__(8633);
|
|
17
17
|
;// CONCATENATED MODULE: ../../../modes/tmtv/src/initToolGroups.js
|
|
18
18
|
const toolGroupIds = {
|
|
19
19
|
CT: 'ctToolGroup',
|
|
@@ -528,7 +528,7 @@ function setFusionActiveVolume(matches, toolNames, toolGroupService, displaySetS
|
|
|
528
528
|
}
|
|
529
529
|
// EXTERNAL MODULE: ../../../node_modules/i18next/dist/esm/i18next.js
|
|
530
530
|
var i18next = __webpack_require__(92344);
|
|
531
|
-
;// CONCATENATED MODULE: ../../../modes/tmtv/src/index.
|
|
531
|
+
;// CONCATENATED MODULE: ../../../modes/tmtv/src/index.ts
|
|
532
532
|
|
|
533
533
|
|
|
534
534
|
|
|
@@ -562,7 +562,7 @@ const extensionDependencies = {
|
|
|
562
562
|
'@ohif/extension-cornerstone-dicom-seg': '^3.0.0',
|
|
563
563
|
'@ohif/extension-tmtv': '^3.0.0'
|
|
564
564
|
};
|
|
565
|
-
|
|
565
|
+
const unsubscriptions = [];
|
|
566
566
|
function modeFactory({
|
|
567
567
|
modeConfiguration
|
|
568
568
|
}) {
|
|
@@ -13,7 +13,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13
13
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
14
14
|
/* harmony import */ var _ohif_ui__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5085);
|
|
15
15
|
/* harmony import */ var _cornerstonejs_tools__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39371);
|
|
16
|
-
/* harmony import */ var _getContextModule__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
16
|
+
/* harmony import */ var _getContextModule__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(84222);
|
|
17
17
|
/* harmony import */ var _cornerstonejs_core__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(92136);
|
|
18
18
|
/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(80619);
|
|
19
19
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
@@ -22,8 +22,8 @@ const id = package_namespaceObject.UU;
|
|
|
22
22
|
var react = __webpack_require__(41766);
|
|
23
23
|
// EXTERNAL MODULE: ../../ui/src/index.js + 785 modules
|
|
24
24
|
var src = __webpack_require__(5085);
|
|
25
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
26
|
-
var core_src = __webpack_require__(
|
|
25
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
26
|
+
var core_src = __webpack_require__(8633);
|
|
27
27
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
28
28
|
var es = __webpack_require__(80619);
|
|
29
29
|
// EXTERNAL MODULE: ../../../node_modules/mathjs/lib/esm/index.js + 996 modules
|
|
@@ -787,15 +787,15 @@ const MicroscopyService_EVENTS = {
|
|
|
787
787
|
* ROI annotations relevant to the application
|
|
788
788
|
*/
|
|
789
789
|
class MicroscopyService extends core_src/* PubSubService */.Rc {
|
|
790
|
-
constructor(
|
|
790
|
+
constructor(servicesManager) {
|
|
791
791
|
super(MicroscopyService_EVENTS);
|
|
792
|
-
this.
|
|
792
|
+
this.servicesManager = void 0;
|
|
793
793
|
this.managedViewers = new Set();
|
|
794
794
|
this.roiUids = new Set();
|
|
795
795
|
this.annotations = {};
|
|
796
796
|
this.selectedAnnotation = null;
|
|
797
797
|
this.pendingFocus = false;
|
|
798
|
-
this.
|
|
798
|
+
this.servicesManager = servicesManager;
|
|
799
799
|
this._onRoiAdded = this._onRoiAdded.bind(this);
|
|
800
800
|
this._onRoiModified = this._onRoiModified.bind(this);
|
|
801
801
|
this._onRoiRemoved = this._onRoiRemoved.bind(this);
|
|
@@ -1351,14 +1351,14 @@ class MicroscopyService extends core_src/* PubSubService */.Rc {
|
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
1353
|
_MicroscopyService = MicroscopyService;
|
|
1354
|
-
MicroscopyService.REGISTRATION =
|
|
1354
|
+
MicroscopyService.REGISTRATION = servicesManager => {
|
|
1355
1355
|
return {
|
|
1356
1356
|
name: 'microscopyService',
|
|
1357
1357
|
altName: 'MicroscopyService',
|
|
1358
1358
|
create: ({
|
|
1359
1359
|
configuration = {}
|
|
1360
1360
|
}) => {
|
|
1361
|
-
return new _MicroscopyService(
|
|
1361
|
+
return new _MicroscopyService(servicesManager);
|
|
1362
1362
|
}
|
|
1363
1363
|
};
|
|
1364
1364
|
};
|
|
@@ -2576,7 +2576,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
2576
2576
|
|
|
2577
2577
|
|
|
2578
2578
|
const Component = /*#__PURE__*/react.lazy(() => {
|
|
2579
|
-
return Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(931), __webpack_require__.e(
|
|
2579
|
+
return Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(931), __webpack_require__.e(390), __webpack_require__.e(544)]).then(__webpack_require__.bind(__webpack_require__, 17919));
|
|
2580
2580
|
});
|
|
2581
2581
|
const MicroscopyViewport = props => {
|
|
2582
2582
|
return /*#__PURE__*/react.createElement(react.Suspense, {
|
|
@@ -13,8 +13,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13
13
|
"default": () => (/* binding */ microscopy_src)
|
|
14
14
|
});
|
|
15
15
|
|
|
16
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
17
|
-
var src = __webpack_require__(
|
|
16
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
17
|
+
var src = __webpack_require__(8633);
|
|
18
18
|
// EXTERNAL MODULE: ../../../node_modules/i18next/dist/esm/i18next.js
|
|
19
19
|
var i18next = __webpack_require__(92344);
|
|
20
20
|
;// CONCATENATED MODULE: ../../../modes/microscopy/package.json
|
|
@@ -21,8 +21,8 @@ const package_namespaceObject = /*#__PURE__*/JSON.parse('{"UU":"@ohif/extension-
|
|
|
21
21
|
const id = package_namespaceObject.UU;
|
|
22
22
|
const SOPClassHandlerId = `${id}.sopClassHandlerModule.dicom-pdf`;
|
|
23
23
|
|
|
24
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
25
|
-
var src = __webpack_require__(
|
|
24
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
25
|
+
var src = __webpack_require__(8633);
|
|
26
26
|
;// CONCATENATED MODULE: ../../../extensions/dicom-pdf/src/getSopClassHandlerModule.js
|
|
27
27
|
|
|
28
28
|
|
|
@@ -18,8 +18,8 @@ const package_namespaceObject = /*#__PURE__*/JSON.parse('{"UU":"@ohif/mode-precl
|
|
|
18
18
|
|
|
19
19
|
const id = package_namespaceObject.UU;
|
|
20
20
|
|
|
21
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
22
|
-
var src = __webpack_require__(
|
|
21
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
22
|
+
var src = __webpack_require__(8633);
|
|
23
23
|
;// CONCATENATED MODULE: ../../../modes/preclinical-4d/src/getWorkflowSettings.ts
|
|
24
24
|
const dynamicVolume = {
|
|
25
25
|
sopClassHandler: '@ohif/extension-cornerstone-dynamic-volume.sopClassHandlerModule.dynamic-volume',
|