@ohif/app 3.7.0-beta.92 → 3.7.0-beta.94
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/{877.bundle.9cee87646650962134be.js → 1.bundle.0fc0c698c93d35b5af10.js} +59 -5
- package/dist/{12.bundle.c42db43c079aa0cf30f2.js → 12.bundle.5d665123b7f4ef61aa1a.js} +2 -2
- package/dist/{181.bundle.73fc96c6b3ab1fabedc8.js → 181.bundle.169383e9b1a0358b44e8.js} +2 -2
- package/dist/{19.bundle.d14cb3697ad7a45df7a6.js → 19.bundle.d5ef94fe13e22316c99f.js} +2 -2
- package/dist/{221.bundle.2125d17e74a30a5fd037.js → 221.bundle.0966316baef9ce1e6a4b.js} +2 -2
- package/dist/{236.bundle.99f32a517fb8add64bde.js → 236.bundle.01462402936b1da8a3be.js} +2 -2
- package/dist/{250.bundle.4bebed43526c7e06344f.js → 250.bundle.8084960e3318cda37317.js} +2 -2
- package/dist/{281.bundle.6812c049c1d4d476c89a.js → 281.bundle.cc979c82bc04e6402c05.js} +2 -2
- package/dist/{342.bundle.ccdb202b37da1cebcf7b.js → 342.bundle.9308081b61c609d212e9.js} +14 -9
- package/dist/{359.bundle.ed1adfc0606e647ee779.js → 359.bundle.42c898b23343047d474d.js} +2 -2
- package/dist/{370.bundle.20ae503a4d35b719f557.js → 370.bundle.c07caba3e6befb977808.js} +2 -2
- package/dist/{410.bundle.f98bd8980935e93218a8.js → 410.bundle.a2db8f619205117f21bf.js} +2 -2
- package/dist/{451.bundle.1c714bfb8b66d3a5adfb.js → 451.bundle.9fd36f52ff69594f0669.js} +2 -2
- package/dist/{471.bundle.4aaec34d87b0c93687c1.js → 471.bundle.b3d77b83b1593c09a504.js} +2 -2
- package/dist/{506.bundle.9eaa91808ccf5027070f.js → 506.bundle.5b4a23f8eb7a296f6d51.js} +2 -2
- package/dist/{613.bundle.c19f26e334d81d00636a.js → 613.bundle.4d6d14a4fdff265b5ae8.js} +2 -2
- package/dist/{663.bundle.f908118a53d9fc5dd26b.js → 663.bundle.a22368097730451f587f.js} +4 -4
- package/dist/{782.bundle.fc08077e94c002125449.js → 782.bundle.da47c116a69052987a15.js} +2 -2
- package/dist/{814.bundle.db3cb8279c1fe5444109.js → 814.bundle.5fd8994438cfe2fcd792.js} +2 -2
- package/dist/{822.bundle.00de6455c18be0307b41.js → 822.bundle.0545d6dbb49515aa04ee.js} +1 -1
- package/dist/{886.bundle.7324d84913daffb6a4c4.js → 886.bundle.4b3a7f2079d085fdbcb3.js} +1 -1
- package/dist/{99.bundle.61ff6e39423fbc94f505.js → 99.bundle.290bcab418d22103a56b.js} +2 -2
- package/dist/{app.bundle.7a2f538e6916b77e4a4a.js → app.bundle.b5fa4f1d7b8ff28c0508.js} +81 -19
- package/dist/index.html +2 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{877.css → 1.css} +0 -0
- /package/dist/{687.bundle.fe88b8ff947127dbe38b.js → 687.bundle.be457ab3070122431443.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(self["webpackChunk"] = self["webpackChunk"] || []).push([[
|
|
1
|
+
(self["webpackChunk"] = self["webpackChunk"] || []).push([[1],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 95270:
|
|
4
4
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -37,8 +37,8 @@ var react = __webpack_require__(43001);
|
|
|
37
37
|
var esm = __webpack_require__(3743);
|
|
38
38
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/tools/dist/esm/index.js + 348 modules
|
|
39
39
|
var dist_esm = __webpack_require__(14957);
|
|
40
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
41
|
-
var src = __webpack_require__(
|
|
40
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
41
|
+
var src = __webpack_require__(71771);
|
|
42
42
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/streaming-image-volume-loader/dist/esm/index.js + 13 modules
|
|
43
43
|
var streaming_image_volume_loader_dist_esm = __webpack_require__(7087);
|
|
44
44
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/dicom-image-loader/dist/dynamic-import/cornerstoneDICOMImageLoader.min.js
|
|
@@ -3392,6 +3392,49 @@ function initDoubleClick(_ref) {
|
|
|
3392
3392
|
esm.eventTarget.addEventListener(esm.EVENTS.ELEMENT_DISABLED, elementDisabledHandler.bind(null));
|
|
3393
3393
|
}
|
|
3394
3394
|
/* harmony default export */ const src_initDoubleClick = (initDoubleClick);
|
|
3395
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/initViewTiming.ts
|
|
3396
|
+
|
|
3397
|
+
|
|
3398
|
+
const {
|
|
3399
|
+
TimingEnum
|
|
3400
|
+
} = src.Types;
|
|
3401
|
+
const IMAGE_TIMING_KEYS = [TimingEnum.DISPLAY_SETS_TO_ALL_IMAGES, TimingEnum.DISPLAY_SETS_TO_FIRST_IMAGE, TimingEnum.STUDY_TO_FIRST_IMAGE];
|
|
3402
|
+
const imageTiming = {
|
|
3403
|
+
viewportsWaiting: 0
|
|
3404
|
+
};
|
|
3405
|
+
|
|
3406
|
+
/**
|
|
3407
|
+
* Defines the initial view timing reporting.
|
|
3408
|
+
* This allows knowing how many viewports are waiting for initial views and
|
|
3409
|
+
* when the IMAGE_RENDERED gets sent out.
|
|
3410
|
+
* The first image rendered will fire the FIRST_IMAGE timeEnd logs, while
|
|
3411
|
+
* the last of the enabled viewport will fire the ALL_IMAGES timeEnd logs.
|
|
3412
|
+
*
|
|
3413
|
+
*/
|
|
3414
|
+
|
|
3415
|
+
function initViewTiming(_ref) {
|
|
3416
|
+
let {
|
|
3417
|
+
element
|
|
3418
|
+
} = _ref;
|
|
3419
|
+
if (!IMAGE_TIMING_KEYS.find(key => src/* log */.cM.timingKeys[key])) {
|
|
3420
|
+
return;
|
|
3421
|
+
}
|
|
3422
|
+
imageTiming.viewportsWaiting += 1;
|
|
3423
|
+
element.addEventListener(esm.EVENTS.IMAGE_RENDERED, imageRenderedListener);
|
|
3424
|
+
}
|
|
3425
|
+
function imageRenderedListener(evt) {
|
|
3426
|
+
if (evt.detail.viewportStatus === 'preRender') {
|
|
3427
|
+
return;
|
|
3428
|
+
}
|
|
3429
|
+
src/* log */.cM.timeEnd(TimingEnum.DISPLAY_SETS_TO_FIRST_IMAGE);
|
|
3430
|
+
src/* log */.cM.timeEnd(TimingEnum.STUDY_TO_FIRST_IMAGE);
|
|
3431
|
+
src/* log */.cM.timeEnd(TimingEnum.SCRIPT_TO_VIEW);
|
|
3432
|
+
imageTiming.viewportsWaiting -= 1;
|
|
3433
|
+
evt.detail.element.removeEventListener(esm.EVENTS.IMAGE_RENDERED, imageRenderedListener);
|
|
3434
|
+
if (!imageTiming.viewportsWaiting) {
|
|
3435
|
+
src/* log */.cM.timeEnd(TimingEnum.DISPLAY_SETS_TO_ALL_IMAGES);
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3395
3438
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/init.tsx
|
|
3396
3439
|
|
|
3397
3440
|
|
|
@@ -3409,6 +3452,8 @@ function initDoubleClick(_ref) {
|
|
|
3409
3452
|
|
|
3410
3453
|
|
|
3411
3454
|
|
|
3455
|
+
|
|
3456
|
+
|
|
3412
3457
|
// TODO: Cypress tests are currently grabbing this from the window?
|
|
3413
3458
|
window.cornerstone = esm;
|
|
3414
3459
|
window.cornerstoneTools = dist_esm;
|
|
@@ -3640,6 +3685,10 @@ async function init(_ref) {
|
|
|
3640
3685
|
} = evt.detail;
|
|
3641
3686
|
element.addEventListener(esm.EVENTS.CAMERA_RESET, resetCrosshairs);
|
|
3642
3687
|
esm.eventTarget.addEventListener(esm.EVENTS.STACK_VIEWPORT_NEW_STACK, toolbarEventListener);
|
|
3688
|
+
initViewTiming({
|
|
3689
|
+
element,
|
|
3690
|
+
eventTarget: esm.eventTarget
|
|
3691
|
+
});
|
|
3643
3692
|
}
|
|
3644
3693
|
function elementDisabledHandler(evt) {
|
|
3645
3694
|
const {
|
|
@@ -8205,6 +8254,9 @@ class ViewportInfo {
|
|
|
8205
8254
|
getOrientation() {
|
|
8206
8255
|
return this.viewportOptions.orientation;
|
|
8207
8256
|
}
|
|
8257
|
+
getDisplayArea() {
|
|
8258
|
+
return this.viewportOptions.displayArea;
|
|
8259
|
+
}
|
|
8208
8260
|
getInitialImageOptions() {
|
|
8209
8261
|
return this.viewportOptions.initialImageOptions;
|
|
8210
8262
|
}
|
|
@@ -8471,13 +8523,15 @@ class CornerstoneViewportService extends src/* PubSubService */.hC {
|
|
|
8471
8523
|
const type = viewportInfo.getViewportType();
|
|
8472
8524
|
const background = viewportInfo.getBackground();
|
|
8473
8525
|
const orientation = viewportInfo.getOrientation();
|
|
8526
|
+
const displayArea = viewportInfo.getDisplayArea();
|
|
8474
8527
|
const viewportInput = {
|
|
8475
8528
|
viewportId,
|
|
8476
8529
|
element,
|
|
8477
8530
|
type,
|
|
8478
8531
|
defaultOptions: {
|
|
8479
8532
|
background,
|
|
8480
|
-
orientation
|
|
8533
|
+
orientation,
|
|
8534
|
+
displayArea
|
|
8481
8535
|
}
|
|
8482
8536
|
};
|
|
8483
8537
|
|
|
@@ -21,8 +21,8 @@ const package_namespaceObject = JSON.parse('{"u2":"@ohif/extension-dicom-video"}
|
|
|
21
21
|
const id = package_namespaceObject.u2;
|
|
22
22
|
const SOPClassHandlerId = `${id}.sopClassHandlerModule.dicom-video`;
|
|
23
23
|
|
|
24
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
25
|
-
var src = __webpack_require__(
|
|
24
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
25
|
+
var src = __webpack_require__(71771);
|
|
26
26
|
;// CONCATENATED MODULE: ../../../extensions/dicom-video/src/getSopClassHandlerModule.js
|
|
27
27
|
|
|
28
28
|
|
|
@@ -23,8 +23,8 @@ var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
|
23
23
|
var esm = __webpack_require__(14957);
|
|
24
24
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
25
25
|
var dist_esm = __webpack_require__(3743);
|
|
26
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
27
|
-
var src = __webpack_require__(
|
|
26
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
27
|
+
var src = __webpack_require__(71771);
|
|
28
28
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
29
29
|
var ui_src = __webpack_require__(71783);
|
|
30
30
|
// EXTERNAL MODULE: ../../../extensions/cornerstone/src/state.ts
|
|
@@ -1104,8 +1104,8 @@ var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
|
1104
1104
|
var dist = __webpack_require__(62474);
|
|
1105
1105
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
1106
1106
|
var es = __webpack_require__(69190);
|
|
1107
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
1108
|
-
var src = __webpack_require__(
|
|
1107
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
1108
|
+
var src = __webpack_require__(71771);
|
|
1109
1109
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
1110
1110
|
var ui_src = __webpack_require__(71783);
|
|
1111
1111
|
;// CONCATENATED MODULE: ../../../extensions/measurement-tracking/src/panels/PanelStudyBrowserTracking/PanelStudyBrowserTracking.tsx
|
|
@@ -22,8 +22,8 @@ const SOPClassHandlerId = `${id}.sopClassHandlerModule.${SOPClassHandlerName}`;
|
|
|
22
22
|
|
|
23
23
|
// EXTERNAL MODULE: ../../../node_modules/react/index.js
|
|
24
24
|
var react = __webpack_require__(43001);
|
|
25
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
26
|
-
var src = __webpack_require__(
|
|
25
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
26
|
+
var src = __webpack_require__(71771);
|
|
27
27
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
28
28
|
var esm = __webpack_require__(3743);
|
|
29
29
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/adapters/dist/adapters.es.js
|
|
@@ -22,8 +22,8 @@ const id = package_namespaceObject.u2;
|
|
|
22
22
|
var react = __webpack_require__(43001);
|
|
23
23
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
24
24
|
var src = __webpack_require__(71783);
|
|
25
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
26
|
-
var core_src = __webpack_require__(
|
|
25
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
26
|
+
var core_src = __webpack_require__(71771);
|
|
27
27
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
28
28
|
var es = __webpack_require__(69190);
|
|
29
29
|
// EXTERNAL MODULE: ../../../node_modules/mathjs/lib/esm/index.js + 982 modules
|
|
@@ -261,8 +261,8 @@ const itemGenerator = props => {
|
|
|
261
261
|
/* harmony default export */ const ViewportOverlay = (generateFromConfig({}));
|
|
262
262
|
// EXTERNAL MODULE: ../../../node_modules/dicomweb-client/build/dicomweb-client.es.js
|
|
263
263
|
var dicomweb_client_es = __webpack_require__(97604);
|
|
264
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
265
|
-
var core_src = __webpack_require__(
|
|
264
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
265
|
+
var core_src = __webpack_require__(71771);
|
|
266
266
|
;// CONCATENATED MODULE: ../../../extensions/dicom-microscopy/src/utils/dicomWebClient.ts
|
|
267
267
|
|
|
268
268
|
|
|
@@ -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 + 65 modules
|
|
17
|
+
var src = __webpack_require__(71771);
|
|
18
18
|
;// CONCATENATED MODULE: ../../../modes/microscopy/package.json
|
|
19
19
|
const package_namespaceObject = JSON.parse('{"u2":"@ohif/mode-microscopy"}');
|
|
20
20
|
;// CONCATENATED MODULE: ../../../modes/microscopy/src/id.js
|
|
@@ -31,8 +31,8 @@ __webpack_require__.d(utils_namespaceObject, {
|
|
|
31
31
|
|
|
32
32
|
// EXTERNAL MODULE: ../../../node_modules/dicomweb-client/build/dicomweb-client.es.js
|
|
33
33
|
var dicomweb_client_es = __webpack_require__(97604);
|
|
34
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
35
|
-
var src = __webpack_require__(
|
|
34
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
35
|
+
var src = __webpack_require__(71771);
|
|
36
36
|
// EXTERNAL MODULE: ../../core/src/utils/sortStudy.ts
|
|
37
37
|
var sortStudy = __webpack_require__(62971);
|
|
38
38
|
;// CONCATENATED MODULE: ../../../extensions/default/src/DicomWebDataSource/qido.js
|
|
@@ -2166,8 +2166,8 @@ function ViewerHeader(_ref) {
|
|
|
2166
2166
|
hotkeyDefinitions,
|
|
2167
2167
|
hotkeyDefaults
|
|
2168
2168
|
} = hotkeysManager;
|
|
2169
|
-
const versionNumber = "3.7.0-beta.
|
|
2170
|
-
const commitHash = "
|
|
2169
|
+
const versionNumber = "3.7.0-beta.94";
|
|
2170
|
+
const commitHash = "108383b9ef51e4bef82d9c932b9bc7aa5354e799";
|
|
2171
2171
|
const menuOptions = [{
|
|
2172
2172
|
title: t('Header:About'),
|
|
2173
2173
|
icon: 'info',
|
|
@@ -3801,19 +3801,24 @@ function checkSingleFrames(instances, messages) {
|
|
|
3801
3801
|
*/
|
|
3802
3802
|
function getDisplaySetMessages(instances, isReconstructable) {
|
|
3803
3803
|
const messages = new src/* DisplaySetMessageList */.iK();
|
|
3804
|
-
|
|
3804
|
+
const firstInstance = instances[0];
|
|
3805
|
+
if (!instances.length || firstInstance) {
|
|
3805
3806
|
messages.addMessage(src/* DisplaySetMessage */.Lt.CODES.NO_VALID_INSTANCES);
|
|
3807
|
+
return;
|
|
3806
3808
|
}
|
|
3807
|
-
const
|
|
3809
|
+
const {
|
|
3810
|
+
Modality,
|
|
3811
|
+
ImageType,
|
|
3812
|
+
NumberOfFrames
|
|
3813
|
+
} = firstInstance;
|
|
3808
3814
|
// Due to current requirements, LOCALIZER series doesn't have any messages
|
|
3809
|
-
if (
|
|
3815
|
+
if (ImageType?.includes('LOCALIZER')) {
|
|
3810
3816
|
return messages;
|
|
3811
3817
|
}
|
|
3812
|
-
const Modality = firstInstance.Modality;
|
|
3813
3818
|
if (!isDisplaySetReconstructable/* constructableModalities */.M6.includes(Modality)) {
|
|
3814
3819
|
return messages;
|
|
3815
3820
|
}
|
|
3816
|
-
const isMultiframe =
|
|
3821
|
+
const isMultiframe = NumberOfFrames > 1;
|
|
3817
3822
|
// Can't reconstruct if all instances don't have the ImagePositionPatient.
|
|
3818
3823
|
if (!isMultiframe && !instances.every(instance => instance.ImagePositionPatient)) {
|
|
3819
3824
|
messages.addMessage(src/* DisplaySetMessage */.Lt.CODES.NO_POSITION_INFORMATION);
|
|
@@ -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 + 65 modules
|
|
16
|
+
var src = __webpack_require__(71771);
|
|
17
17
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
18
18
|
var ui_src = __webpack_require__(71783);
|
|
19
19
|
;// CONCATENATED MODULE: ../../../modes/tmtv/src/initToolGroups.js
|
|
@@ -14,8 +14,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14
14
|
toolbarButtons: () => (/* reexport */ src_toolbarButtons)
|
|
15
15
|
});
|
|
16
16
|
|
|
17
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
18
|
-
var src = __webpack_require__(
|
|
17
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
18
|
+
var src = __webpack_require__(71771);
|
|
19
19
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
20
20
|
var ui_src = __webpack_require__(71783);
|
|
21
21
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
@@ -14,8 +14,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14
14
|
|
|
15
15
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
16
16
|
var src = __webpack_require__(71783);
|
|
17
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
18
|
-
var core_src = __webpack_require__(
|
|
17
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
18
|
+
var core_src = __webpack_require__(71771);
|
|
19
19
|
;// CONCATENATED MODULE: ../../../modes/basic-dev-mode/src/toolbarButtons.js
|
|
20
20
|
// TODO: torn, can either bake this here; or have to create a whole new button type
|
|
21
21
|
// Only ways that you can pass in a custom React component for render :l
|
|
@@ -19,8 +19,8 @@ var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
|
19
19
|
var react = __webpack_require__(43001);
|
|
20
20
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
21
21
|
var es = __webpack_require__(69190);
|
|
22
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
23
|
-
var src = __webpack_require__(
|
|
22
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
23
|
+
var src = __webpack_require__(71771);
|
|
24
24
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
25
25
|
var ui_src = __webpack_require__(71783);
|
|
26
26
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-seg/src/utils/initSEGToolGroup.ts
|
|
@@ -17,8 +17,8 @@ var react = __webpack_require__(43001);
|
|
|
17
17
|
// EXTERNAL MODULE: ../../../node_modules/prop-types/index.js
|
|
18
18
|
var prop_types = __webpack_require__(3827);
|
|
19
19
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
20
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
21
|
-
var src = __webpack_require__(
|
|
20
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
21
|
+
var src = __webpack_require__(71771);
|
|
22
22
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
23
23
|
var ui_src = __webpack_require__(71783);
|
|
24
24
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-rt/src/utils/promptHydrateRT.ts
|
|
@@ -22,8 +22,8 @@ const SOPClassHandlerId = `${id}.sopClassHandlerModule.${SOPClassHandlerName}`;
|
|
|
22
22
|
|
|
23
23
|
// EXTERNAL MODULE: ../../../node_modules/react/index.js
|
|
24
24
|
var react = __webpack_require__(43001);
|
|
25
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
26
|
-
var src = __webpack_require__(
|
|
25
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
26
|
+
var src = __webpack_require__(71771);
|
|
27
27
|
// EXTERNAL MODULE: ../../../node_modules/dcmjs/build/dcmjs.es.js
|
|
28
28
|
var dcmjs_es = __webpack_require__(67540);
|
|
29
29
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-rt/src/loadRTStruct.js
|
|
@@ -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 + 65 modules
|
|
16
|
+
var src = __webpack_require__(71771);
|
|
17
17
|
;// CONCATENATED MODULE: ../../../modes/segmentation/package.json
|
|
18
18
|
const package_namespaceObject = JSON.parse('{"u2":"@ohif/mode-segmentation"}');
|
|
19
19
|
;// CONCATENATED MODULE: ../../../modes/segmentation/src/id.js
|
|
@@ -25,8 +25,8 @@ const id = package_namespaceObject.u2;
|
|
|
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 + 65 modules
|
|
29
|
+
var src = __webpack_require__(71771);
|
|
30
30
|
// EXTERNAL MODULE: ../../../node_modules/gl-matrix/esm/index.js + 10 modules
|
|
31
31
|
var esm = __webpack_require__(45451);
|
|
32
32
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/tools/dist/esm/index.js + 348 modules
|
|
@@ -1596,8 +1596,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1596
1596
|
|
|
1597
1597
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
1598
1598
|
var esm = __webpack_require__(3743);
|
|
1599
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
1600
|
-
var src = __webpack_require__(
|
|
1599
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
1600
|
+
var src = __webpack_require__(71771);
|
|
1601
1601
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/getLabelFromDCMJSImportedToolData.js
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Extracts the label from the toolData imported from dcmjs. We need to do this
|
|
@@ -698,8 +698,8 @@ var prop_types = __webpack_require__(3827);
|
|
|
698
698
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
699
699
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
700
700
|
var src = __webpack_require__(71783);
|
|
701
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
702
|
-
var core_src = __webpack_require__(
|
|
701
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
702
|
+
var core_src = __webpack_require__(71771);
|
|
703
703
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
704
704
|
var es = __webpack_require__(69190);
|
|
705
705
|
;// CONCATENATED MODULE: ../../../extensions/tmtv/src/Panels/PanelPetSUV.tsx
|
|
@@ -21,8 +21,8 @@ const package_namespaceObject = JSON.parse('{"u2":"@ohif/extension-dicom-pdf"}')
|
|
|
21
21
|
const id = package_namespaceObject.u2;
|
|
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 + 65 modules
|
|
25
|
+
var src = __webpack_require__(71771);
|
|
26
26
|
;// CONCATENATED MODULE: ../../../extensions/dicom-pdf/src/getSopClassHandlerModule.js
|
|
27
27
|
|
|
28
28
|
|
|
@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11
11
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43001);
|
|
12
12
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3827);
|
|
13
13
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
|
|
14
|
-
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14
|
+
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(71771);
|
|
15
15
|
/* harmony import */ var _ohif_ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(71783);
|
|
16
16
|
/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(69190);
|
|
17
17
|
/* harmony import */ var _cornerstonejs_tools__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14957);
|
|
@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12
12
|
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_0__);
|
|
13
13
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(43001);
|
|
14
14
|
/* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(69190);
|
|
15
|
-
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
15
|
+
/* harmony import */ var _ohif_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(71771);
|
|
16
16
|
/* harmony import */ var _tools_modules_dicomSRModule__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(64035);
|
|
17
17
|
/* harmony import */ var _ohif_ui__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(71783);
|
|
18
18
|
/* harmony import */ var _utils_hydrateStructuredReport__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(38965);
|
|
@@ -12,8 +12,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
12
12
|
"default": () => (/* binding */ basic_test_mode_src)
|
|
13
13
|
});
|
|
14
14
|
|
|
15
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
16
|
-
var src = __webpack_require__(
|
|
15
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
16
|
+
var src = __webpack_require__(71771);
|
|
17
17
|
// EXTERNAL MODULE: ../../ui/src/index.js + 485 modules
|
|
18
18
|
var ui_src = __webpack_require__(71783);
|
|
19
19
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
@@ -104,8 +104,8 @@ Compose.propTypes = {
|
|
|
104
104
|
var ui_src = __webpack_require__(71783);
|
|
105
105
|
// EXTERNAL MODULE: ./state/index.js + 1 modules
|
|
106
106
|
var state = __webpack_require__(62657);
|
|
107
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
108
|
-
var core_src = __webpack_require__(
|
|
107
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
108
|
+
var core_src = __webpack_require__(71771);
|
|
109
109
|
// EXTERNAL MODULE: ../node_modules/react-router/dist/index.js
|
|
110
110
|
var react_router_dist = __webpack_require__(85066);
|
|
111
111
|
// EXTERNAL MODULE: ./hooks/useSearchParams.ts
|
|
@@ -121,6 +121,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
124
|
+
const {
|
|
125
|
+
TimingEnum
|
|
126
|
+
} = core_src.Types;
|
|
124
127
|
|
|
125
128
|
/**
|
|
126
129
|
* Determines if two React Router location objects are the same.
|
|
@@ -247,6 +250,7 @@ function DataSourceWrapper(props) {
|
|
|
247
250
|
// 204: no content
|
|
248
251
|
async function getData() {
|
|
249
252
|
setIsLoading(true);
|
|
253
|
+
core_src/* log */.cM.time(TimingEnum.SEARCH_TO_LIST);
|
|
250
254
|
const studies = await dataSource.query.studies.search(queryFilterValues);
|
|
251
255
|
setData({
|
|
252
256
|
studies: studies || [],
|
|
@@ -255,6 +259,8 @@ function DataSourceWrapper(props) {
|
|
|
255
259
|
pageNumber: queryFilterValues.pageNumber,
|
|
256
260
|
location
|
|
257
261
|
});
|
|
262
|
+
core_src/* log */.cM.timeEnd(TimingEnum.SCRIPT_TO_VIEW);
|
|
263
|
+
core_src/* log */.cM.timeEnd(TimingEnum.SEARCH_TO_LIST);
|
|
258
264
|
setIsLoading(false);
|
|
259
265
|
}
|
|
260
266
|
try {
|
|
@@ -968,8 +974,8 @@ function WorkList(_ref) {
|
|
|
968
974
|
};
|
|
969
975
|
});
|
|
970
976
|
const hasStudies = numOfStudies > 0;
|
|
971
|
-
const versionNumber = "3.7.0-beta.
|
|
972
|
-
const commitHash = "
|
|
977
|
+
const versionNumber = "3.7.0-beta.94";
|
|
978
|
+
const commitHash = "108383b9ef51e4bef82d9c932b9bc7aa5354e799";
|
|
973
979
|
const menuOptions = [{
|
|
974
980
|
title: t('Header:About'),
|
|
975
981
|
icon: 'info',
|
|
@@ -1926,7 +1932,7 @@ async function loadModule(module) {
|
|
|
1926
1932
|
return imported.default;
|
|
1927
1933
|
}
|
|
1928
1934
|
if (module === "@ohif/extension-cornerstone") {
|
|
1929
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(743), __webpack_require__.e(775), __webpack_require__.e(957), __webpack_require__.e(604), __webpack_require__.e(774), __webpack_require__.e(
|
|
1935
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(743), __webpack_require__.e(775), __webpack_require__.e(957), __webpack_require__.e(604), __webpack_require__.e(774), __webpack_require__.e(1)]).then(__webpack_require__.bind(__webpack_require__, 95270));
|
|
1930
1936
|
return imported.default;
|
|
1931
1937
|
}
|
|
1932
1938
|
if (module === "@ohif/extension-measurement-tracking") {
|
|
@@ -2033,6 +2039,9 @@ function isSeriesFilterUsed(instances, filters) {
|
|
|
2033
2039
|
const {
|
|
2034
2040
|
getSplitParam
|
|
2035
2041
|
} = core_src.utils;
|
|
2042
|
+
const {
|
|
2043
|
+
TimingEnum: Mode_TimingEnum
|
|
2044
|
+
} = core_src.Types;
|
|
2036
2045
|
|
|
2037
2046
|
/**
|
|
2038
2047
|
* Initialize the route.
|
|
@@ -2082,6 +2091,8 @@ function defaultRouteInit(_ref, hangingProtocolId) {
|
|
|
2082
2091
|
displaySetService.makeDisplaySets(seriesMetadata.instances, madeInClient);
|
|
2083
2092
|
});
|
|
2084
2093
|
unsubscriptions.push(instanceAddedUnsubscribe);
|
|
2094
|
+
core_src/* log */.cM.time(Mode_TimingEnum.STUDY_TO_DISPLAY_SETS);
|
|
2095
|
+
core_src/* log */.cM.time(Mode_TimingEnum.STUDY_TO_FIRST_IMAGE);
|
|
2085
2096
|
const allRetrieves = studyInstanceUIDs.map(StudyInstanceUID => dataSource.retrieve.series.metadata({
|
|
2086
2097
|
StudyInstanceUID,
|
|
2087
2098
|
filters
|
|
@@ -2101,6 +2112,9 @@ function defaultRouteInit(_ref, hangingProtocolId) {
|
|
|
2101
2112
|
// until we run the hanging protocol matching service.
|
|
2102
2113
|
|
|
2103
2114
|
Promise.allSettled(allRetrieves).then(() => {
|
|
2115
|
+
core_src/* log */.cM.timeEnd(Mode_TimingEnum.STUDY_TO_DISPLAY_SETS);
|
|
2116
|
+
core_src/* log */.cM.time(Mode_TimingEnum.DISPLAY_SETS_TO_FIRST_IMAGE);
|
|
2117
|
+
core_src/* log */.cM.time(Mode_TimingEnum.DISPLAY_SETS_TO_ALL_IMAGES);
|
|
2104
2118
|
const displaySets = displaySetService.getActiveDisplaySets();
|
|
2105
2119
|
if (!displaySets || !displaySets.length) {
|
|
2106
2120
|
return;
|
|
@@ -8659,7 +8673,7 @@ const detectionOptions = {
|
|
|
8659
8673
|
}
|
|
8660
8674
|
});
|
|
8661
8675
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
8662
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
8676
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.93"}');
|
|
8663
8677
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
8664
8678
|
const languagesMap = {
|
|
8665
8679
|
ar: 'Arabic',
|
|
@@ -19862,8 +19876,8 @@ ViewportDialogProvider.propTypes = {
|
|
|
19862
19876
|
// EXTERNAL MODULE: ../../../node_modules/lodash.merge/index.js
|
|
19863
19877
|
var lodash_merge = __webpack_require__(12178);
|
|
19864
19878
|
var lodash_merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge);
|
|
19865
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
19866
|
-
var src = __webpack_require__(
|
|
19879
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 65 modules
|
|
19880
|
+
var src = __webpack_require__(71771);
|
|
19867
19881
|
;// CONCATENATED MODULE: ../../ui/src/utils/viewportLabels.ts
|
|
19868
19882
|
const viewportLabels = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'];
|
|
19869
19883
|
/* harmony default export */ const utils_viewportLabels = (viewportLabels);
|
|
@@ -51839,7 +51853,7 @@ function _getImageOrientationPatient(image) {
|
|
|
51839
51853
|
|
|
51840
51854
|
/***/ }),
|
|
51841
51855
|
|
|
51842
|
-
/***/
|
|
51856
|
+
/***/ 71771:
|
|
51843
51857
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
51844
51858
|
|
|
51845
51859
|
"use strict";
|
|
@@ -51865,6 +51879,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
51865
51879
|
Xw: () => (/* reexport */ ServicesManager),
|
|
51866
51880
|
v: () => (/* reexport */ services_StateSyncService),
|
|
51867
51881
|
Ok: () => (/* reexport */ ToolBarService),
|
|
51882
|
+
Types: () => (/* reexport */ types_namespaceObject),
|
|
51868
51883
|
wA: () => (/* reexport */ UIDialogService),
|
|
51869
51884
|
vq: () => (/* reexport */ services_UIModalService),
|
|
51870
51885
|
ex: () => (/* reexport */ services_UINotificationService),
|
|
@@ -51876,11 +51891,19 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
51876
51891
|
defaults: () => (/* reexport */ defaults),
|
|
51877
51892
|
Po: () => (/* reexport */ src_errorHandler),
|
|
51878
51893
|
dD: () => (/* binding */ hotkeys),
|
|
51894
|
+
cM: () => (/* reexport */ src_log),
|
|
51879
51895
|
KZ: () => (/* reexport */ pubSubServiceInterface/* default */.Z),
|
|
51880
51896
|
utils: () => (/* reexport */ utils/* default */.ZP)
|
|
51881
51897
|
});
|
|
51882
51898
|
|
|
51883
|
-
// UNUSED EXPORTS: OHIF,
|
|
51899
|
+
// UNUSED EXPORTS: OHIF, object, string, user
|
|
51900
|
+
|
|
51901
|
+
// NAMESPACE OBJECT: ../../core/src/types/index.ts
|
|
51902
|
+
var types_namespaceObject = {};
|
|
51903
|
+
__webpack_require__.r(types_namespaceObject);
|
|
51904
|
+
__webpack_require__.d(types_namespaceObject, {
|
|
51905
|
+
TimingEnum: () => (TimingEnum)
|
|
51906
|
+
});
|
|
51884
51907
|
|
|
51885
51908
|
;// CONCATENATED MODULE: ../../core/src/extensions/MODULE_TYPES.js
|
|
51886
51909
|
/* harmony default export */ const MODULE_TYPES = ({
|
|
@@ -51904,8 +51927,25 @@ const log = {
|
|
|
51904
51927
|
info: console.log,
|
|
51905
51928
|
trace: console.trace,
|
|
51906
51929
|
debug: console.debug,
|
|
51907
|
-
time:
|
|
51908
|
-
|
|
51930
|
+
time: key => {
|
|
51931
|
+
log.timingKeys[key] = true;
|
|
51932
|
+
console.time(key);
|
|
51933
|
+
},
|
|
51934
|
+
timeEnd: key => {
|
|
51935
|
+
if (!log.timingKeys[key]) {
|
|
51936
|
+
return;
|
|
51937
|
+
}
|
|
51938
|
+
log.timingKeys[key] = false;
|
|
51939
|
+
console.timeEnd(key);
|
|
51940
|
+
},
|
|
51941
|
+
// Store the timing keys to allow knowing whether or not to log events
|
|
51942
|
+
timingKeys: {
|
|
51943
|
+
// script time values are added during the index.html initial load,
|
|
51944
|
+
// before log (this file) is loaded, and the log
|
|
51945
|
+
// can't depend on the enums, so for this case recreate the string.
|
|
51946
|
+
// See TimingEnum for details
|
|
51947
|
+
scriptToView: true
|
|
51948
|
+
}
|
|
51909
51949
|
};
|
|
51910
51950
|
/* harmony default export */ const src_log = (log);
|
|
51911
51951
|
// EXTERNAL MODULE: ../../core/src/utils/guid.js
|
|
@@ -53034,7 +53074,26 @@ var DicomMetadataStore = __webpack_require__(74928);
|
|
|
53034
53074
|
|
|
53035
53075
|
|
|
53036
53076
|
/* harmony default export */ const services_DicomMetadataStore = (DicomMetadataStore/* default */.Z);
|
|
53077
|
+
;// CONCATENATED MODULE: ../../core/src/types/TimingEnum.ts
|
|
53078
|
+
let TimingEnum = /*#__PURE__*/function (TimingEnum) {
|
|
53079
|
+
TimingEnum["STUDY_TO_DISPLAY_SETS"] = "studyToDisplaySetsLoaded";
|
|
53080
|
+
TimingEnum["STUDY_TO_FIRST_IMAGE"] = "studyToFirstImage";
|
|
53081
|
+
TimingEnum["DISPLAY_SETS_TO_FIRST_IMAGE"] = "displaySetsToFirstImage";
|
|
53082
|
+
TimingEnum["DISPLAY_SETS_TO_ALL_IMAGES"] = "displaySetsToAllImages";
|
|
53083
|
+
TimingEnum["SEARCH_TO_LIST"] = "searchToList";
|
|
53084
|
+
TimingEnum["SCRIPT_TO_VIEW"] = "scriptToView";
|
|
53085
|
+
return TimingEnum;
|
|
53086
|
+
}({});
|
|
53037
53087
|
;// CONCATENATED MODULE: ../../core/src/types/index.ts
|
|
53088
|
+
// Separate out some generic types
|
|
53089
|
+
|
|
53090
|
+
// Enum exports
|
|
53091
|
+
|
|
53092
|
+
|
|
53093
|
+
/**
|
|
53094
|
+
* Export the types used within the various services and managers, but
|
|
53095
|
+
* not the services/managers themselves, which are exported at the top level.
|
|
53096
|
+
*/
|
|
53038
53097
|
|
|
53039
53098
|
|
|
53040
53099
|
;// CONCATENATED MODULE: ../../core/src/services/DisplaySetService/EVENTS.js
|
|
@@ -57956,7 +58015,10 @@ function getPixelSpacingInformation(instance) {
|
|
|
57956
58015
|
// TODO: should this correction be done before all of this logic?
|
|
57957
58016
|
CorrectedImagerPixelSpacing = ImagerPixelSpacing.map(pixelSpacing => pixelSpacing / EstimatedRadiographicMagnificationFactor);
|
|
57958
58017
|
} else {
|
|
57959
|
-
|
|
58018
|
+
if (!instance._loggedSpacingMessage) {
|
|
58019
|
+
src_log.info('EstimatedRadiographicMagnificationFactor was not present. Unable to correct ImagerPixelSpacing.');
|
|
58020
|
+
instance._loggedSpacingMessage = true;
|
|
58021
|
+
}
|
|
57960
58022
|
}
|
|
57961
58023
|
return {
|
|
57962
58024
|
PixelSpacing: CorrectedImagerPixelSpacing,
|
|
@@ -159190,7 +159252,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159190
159252
|
/******/ // This function allow to reference async chunks
|
|
159191
159253
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
159192
159254
|
/******/ // return url for filenames based on template
|
|
159193
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"
|
|
159255
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"1":"0fc0c698c93d35b5af10","12":"5d665123b7f4ef61aa1a","18":"2c146384eb9466d02ff8","19":"d5ef94fe13e22316c99f","23":"e008ad788170f2ed5569","99":"290bcab418d22103a56b","125":"253395f320b72180da63","181":"169383e9b1a0358b44e8","202":"96bbb4547a346fe3921f","220":"f7e1c96c94245e70f2be","221":"0966316baef9ce1e6a4b","236":"01462402936b1da8a3be","250":"8084960e3318cda37317","281":"cc979c82bc04e6402c05","342":"9308081b61c609d212e9","359":"42c898b23343047d474d","370":"c07caba3e6befb977808","410":"a2db8f619205117f21bf","417":"af0a207c29b109f84159","451":"9fd36f52ff69594f0669","471":"b3d77b83b1593c09a504","506":"5b4a23f8eb7a296f6d51","530":"a03b6f942ace3e1baa1e","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","613":"4d6d14a4fdff265b5ae8","663":"a22368097730451f587f","686":"dccef1f36e4bc79bcc48","687":"be457ab3070122431443","743":"4bfe6e562ffb2c22708f","774":"7528cba56a1407357144","775":"2285e7e0e67878948c0d","782":"da47c116a69052987a15","814":"5fd8994438cfe2fcd792","822":"0545d6dbb49515aa04ee","831":"83658f62fcc769043605","886":"4b3a7f2079d085fdbcb3","957":"8c09a01840ab8aa32734"}[chunkId] + ".js";
|
|
159194
159256
|
/******/ };
|
|
159195
159257
|
/******/ })();
|
|
159196
159258
|
/******/
|
|
@@ -159353,7 +159415,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159353
159415
|
/******/ };
|
|
159354
159416
|
/******/
|
|
159355
159417
|
/******/ __webpack_require__.f.miniCss = (chunkId, promises) => {
|
|
159356
|
-
/******/ var cssChunks = {"19":1,"181":1,"221":1,"250":1,"579":1
|
|
159418
|
+
/******/ var cssChunks = {"1":1,"19":1,"181":1,"221":1,"250":1,"579":1};
|
|
159357
159419
|
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
|
|
159358
159420
|
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
|
|
159359
159421
|
/******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(() => {
|
|
@@ -159476,6 +159538,10 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159476
159538
|
/******/ /* webpack/runtime/chunk prefetch trigger */
|
|
159477
159539
|
/******/ (() => {
|
|
159478
159540
|
/******/ var chunkToChildrenMap = {
|
|
159541
|
+
/******/ "1": [
|
|
159542
|
+
/******/ 23,
|
|
159543
|
+
/******/ 181
|
|
159544
|
+
/******/ ],
|
|
159479
159545
|
/******/ "12": [
|
|
159480
159546
|
/******/ 686
|
|
159481
159547
|
/******/ ],
|
|
@@ -159494,10 +159560,6 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159494
159560
|
/******/ ],
|
|
159495
159561
|
/******/ "814": [
|
|
159496
159562
|
/******/ 125
|
|
159497
|
-
/******/ ],
|
|
159498
|
-
/******/ "877": [
|
|
159499
|
-
/******/ 23,
|
|
159500
|
-
/******/ 181
|
|
159501
159563
|
/******/ ]
|
|
159502
159564
|
/******/ };
|
|
159503
159565
|
/******/ __webpack_require__.f.prefetch = (chunkId, promises) => (Promise.all(promises).then(() => {
|
package/dist/index.html
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><script>console.time('scriptToView');
|
|
2
|
+
window.PUBLIC_URL = '/';</script><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.b5fa4f1d7b8ff28c0508.js"></script><link href="/app.bundle.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
package/dist/sw.js
CHANGED
|
@@ -51,7 +51,7 @@ self.addEventListener('message', event => {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/12.bundle.
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/1.bundle.0fc0c698c93d35b5af10.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/1.css'},{'revision':null,'url':'/12.bundle.5d665123b7f4ef61aa1a.js'},{'revision':null,'url':'/125.bundle.253395f320b72180da63.js'},{'revision':null,'url':'/181.bundle.169383e9b1a0358b44e8.js'},{'revision':'8079c6447e119ba0680e8fab5875745d','url':'/181.css'},{'revision':null,'url':'/19.bundle.d5ef94fe13e22316c99f.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/19.css'},{'revision':null,'url':'/202.bundle.96bbb4547a346fe3921f.js'},{'revision':null,'url':'/220.bundle.f7e1c96c94245e70f2be.js'},{'revision':null,'url':'/221.bundle.0966316baef9ce1e6a4b.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/221.css'},{'revision':null,'url':'/23.bundle.e008ad788170f2ed5569.js'},{'revision':null,'url':'/236.bundle.01462402936b1da8a3be.js'},{'revision':null,'url':'/250.bundle.8084960e3318cda37317.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/281.bundle.cc979c82bc04e6402c05.js'},{'revision':null,'url':'/342.bundle.9308081b61c609d212e9.js'},{'revision':null,'url':'/359.bundle.42c898b23343047d474d.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/370.bundle.c07caba3e6befb977808.js'},{'revision':null,'url':'/410.bundle.a2db8f619205117f21bf.js'},{'revision':null,'url':'/417.bundle.af0a207c29b109f84159.js'},{'revision':null,'url':'/451.bundle.9fd36f52ff69594f0669.js'},{'revision':null,'url':'/471.bundle.b3d77b83b1593c09a504.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/506.bundle.5b4a23f8eb7a296f6d51.js'},{'revision':null,'url':'/530.bundle.a03b6f942ace3e1baa1e.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/579.css'},{'revision':null,'url':'/604.bundle.a51f83e64004bca5f497.js'},{'revision':'62b4ae8445d191d5aab5503ce475724d','url':'/610.min.worker.js'},{'revision':'3c2206525c18cd87dd28082949a4e43e','url':'/610.min.worker.js.map'},{'revision':null,'url':'/613.bundle.4d6d14a4fdff265b5ae8.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/663.bundle.a22368097730451f587f.js'},{'revision':null,'url':'/686.bundle.dccef1f36e4bc79bcc48.js'},{'revision':null,'url':'/687.bundle.be457ab3070122431443.js'},{'revision':null,'url':'/743.bundle.4bfe6e562ffb2c22708f.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/774.bundle.7528cba56a1407357144.js'},{'revision':null,'url':'/775.bundle.2285e7e0e67878948c0d.js'},{'revision':null,'url':'/782.bundle.da47c116a69052987a15.js'},{'revision':null,'url':'/814.bundle.5fd8994438cfe2fcd792.js'},{'revision':null,'url':'/822.bundle.0545d6dbb49515aa04ee.js'},{'revision':null,'url':'/831.bundle.83658f62fcc769043605.js'},{'revision':null,'url':'/886.bundle.4b3a7f2079d085fdbcb3.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':null,'url':'/957.bundle.8c09a01840ab8aa32734.js'},{'revision':null,'url':'/99.bundle.290bcab418d22103a56b.js'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'41bb4b36a914c2db5c383a627162b3da','url':'/app-config.js'},{'revision':null,'url':'/app.bundle.b5fa4f1d7b8ff28c0508.js'},{'revision':'b087b338ae8c00e6585d8ed93cd9915e','url':'/app.bundle.css'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/android-chrome-144x144.png'},{'revision':'5cde390de8a619ebe55a669d2ac3effd','url':'/assets/android-chrome-192x192.png'},{'revision':'e7466a67e90471de05401e53b8fe20be','url':'/assets/android-chrome-256x256.png'},{'revision':'9bbe9b80156e930d19a4e1725aa9ddae','url':'/assets/android-chrome-36x36.png'},{'revision':'5698b2ac0c82fe06d84521fc5482df04','url':'/assets/android-chrome-384x384.png'},{'revision':'56bef3fceec344d9747f8abe9c0bba27','url':'/assets/android-chrome-48x48.png'},{'revision':'3e8b8a01290992e82c242557417b0596','url':'/assets/android-chrome-512x512.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/android-chrome-72x72.png'},{'revision':'4c3289bc690f8519012686888e08da71','url':'/assets/android-chrome-96x96.png'},{'revision':'cf464289183184df09292f581df0fb4f','url':'/assets/apple-touch-icon-1024x1024.png'},{'revision':'0857c5282c594e4900e8b31e3bade912','url':'/assets/apple-touch-icon-114x114.png'},{'revision':'4208f41a28130a67e9392a9dfcee6011','url':'/assets/apple-touch-icon-120x120.png'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/apple-touch-icon-144x144.png'},{'revision':'977d293982af7e9064ba20806b45cf35','url':'/assets/apple-touch-icon-152x152.png'},{'revision':'6de91b4d2a30600b410758405cb567b4','url':'/assets/apple-touch-icon-167x167.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-180x180.png'},{'revision':'647386c34e75f1213830ea9a38913525','url':'/assets/apple-touch-icon-57x57.png'},{'revision':'0c200fe83953738b330ea431083e7a86','url':'/assets/apple-touch-icon-60x60.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/apple-touch-icon-72x72.png'},{'revision':'c9989a807bb18633f6dcf254b5b56124','url':'/assets/apple-touch-icon-76x76.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-precomposed.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon.png'},{'revision':'05fa74ea9c1c0c3931ba96467999081d','url':'/assets/apple-touch-startup-image-1182x2208.png'},{'revision':'9e2cd03e1e6fd0520eea6846f4278018','url':'/assets/apple-touch-startup-image-1242x2148.png'},{'revision':'5591e3a1822cbc8439b99c1a40d53425','url':'/assets/apple-touch-startup-image-1496x2048.png'},{'revision':'337de578c5ca04bd7d2be19d24d83821','url':'/assets/apple-touch-startup-image-1536x2008.png'},{'revision':'cafb4ab4eafe6ef946bd229a1d88e7de','url':'/assets/apple-touch-startup-image-320x460.png'},{'revision':'d9bb9e558d729eeac5efb8be8d6111cc','url':'/assets/apple-touch-startup-image-640x1096.png'},{'revision':'038b5b02bac8b82444bf9a87602ac216','url':'/assets/apple-touch-startup-image-640x920.png'},{'revision':'2177076eb07b1d64d663d7c03268be00','url':'/assets/apple-touch-startup-image-748x1024.png'},{'revision':'4fc097443815fe92503584c4bd73c630','url':'/assets/apple-touch-startup-image-750x1294.png'},{'revision':'2e29914062dce5c5141ab47eea2fc5d9','url':'/assets/apple-touch-startup-image-768x1004.png'},{'revision':'f692ec286b3a332c17985f4ed38b1076','url':'/assets/browserconfig.xml'},{'revision':'f3d9a3b647853c45b0e132e4acd0cc4a','url':'/assets/coast-228x228.png'},{'revision':'ad6e1def5c66193d649a31474bbfe45d','url':'/assets/favicon-16x16.png'},{'revision':'84d1dcdb6cdfa55e2f46be0c80fa5698','url':'/assets/favicon-32x32.png'},{'revision':'95fb44c4998a46109e49d724c060db24','url':'/assets/favicon.ico'},{'revision':'5df2a5b0cee399ac0bc40af74ba3c2cb','url':'/assets/firefox_app_128x128.png'},{'revision':'11fd9098c4b07c8a07e1d2a1e309e046','url':'/assets/firefox_app_512x512.png'},{'revision':'27cddfc922dca3bfa27b4a00fc2f5e36','url':'/assets/firefox_app_60x60.png'},{'revision':'2017d95fae79dcf34b5a5b52586d4763','url':'/assets/manifest.webapp'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/mstile-144x144.png'},{'revision':'334895225e16a7777e45d81964725a97','url':'/assets/mstile-150x150.png'},{'revision':'e295cca4af6ed0365cf7b014d91b0e9d','url':'/assets/mstile-310x150.png'},{'revision':'cbefa8c42250e5f2443819fe2c69d91e','url':'/assets/mstile-310x310.png'},{'revision':'aa411a69df2b33a1362fa38d1257fa9d','url':'/assets/mstile-70x70.png'},{'revision':'5609af4f69e40e33471aee770ea1d802','url':'/assets/yandex-browser-50x50.png'},{'revision':'dd001f21b3970d5a7f3e245cc10d21df','url':'/assets/yandex-browser-manifest.json'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'5f5a189af3f93caac4d97cf63347d7df','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'346733bc702ee77bf7243351d99974f8','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.2c146384eb9466d02ff8.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'4acdd19a35d759ec2669f1ba9490937d','url':'/es6-shim.min.js'},{'revision':'791565db341e8852807303918f5f9939','url':'/google.js'},{'revision':'c63a0096e28211913d380166af54ac62','url':'/index.html'},{'revision':'feee2d4ed9d00c64f0e4d6a46608fecf','url':'/index.worker.e62ecca63f1a2e124230.worker.js'},{'revision':'beaf37c564436e46bbcd825f0330cdbf','url':'/index.worker.e62ecca63f1a2e124230.worker.js.map'},{'revision':'71cec55513e051f0778ad89be760c11a','url':'/index.worker.min.worker.js'},{'revision':'fd1116add443fee52a935df926396e0f','url':'/index.worker.min.worker.js.map'},{'revision':'31c0367ca4160b2c6373e905739c5719','url':'/init-service-worker.js'},{'revision':'74fc9658b62903be2048c1f82a22b4d4','url':'/manifest.json'},{'revision':'3fa71aa0af3e34b4ebd9a71eee0f4bdd','url':'/ohif-logo-light.svg'},{'revision':'7e81da785c63e75650101db6c5d7560e','url':'/ohif-logo.svg'},{'revision':'eadf8bf1d85032a029e2c0df4b8938b0','url':'/oidc-client.min.js'},{'revision':'a1aef5311245f5864315443d12246c37','url':'/polyfill.min.js'},{'revision':'b1e488d9955b62bd2858874df11d5223','url':'/silent-refresh.html'}]);
|
|
55
55
|
|
|
56
56
|
// TODO: Cache API
|
|
57
57
|
// https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/cache-api
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/app",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
3
|
+
"version": "3.7.0-beta.94",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -51,22 +51,22 @@
|
|
|
51
51
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
52
52
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
53
53
|
"@cornerstonejs/dicom-image-loader": "^1.19.3",
|
|
54
|
-
"@ohif/core": "3.7.0-beta.
|
|
55
|
-
"@ohif/extension-cornerstone": "3.7.0-beta.
|
|
56
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.
|
|
57
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.
|
|
58
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.
|
|
59
|
-
"@ohif/extension-default": "3.7.0-beta.
|
|
60
|
-
"@ohif/extension-dicom-microscopy": "3.7.0-beta.
|
|
61
|
-
"@ohif/extension-dicom-pdf": "3.7.0-beta.
|
|
62
|
-
"@ohif/extension-dicom-video": "3.7.0-beta.
|
|
63
|
-
"@ohif/extension-test": "3.7.0-beta.
|
|
64
|
-
"@ohif/i18n": "3.7.0-beta.
|
|
65
|
-
"@ohif/mode-basic-dev-mode": "3.7.0-beta.
|
|
66
|
-
"@ohif/mode-longitudinal": "3.7.0-beta.
|
|
67
|
-
"@ohif/mode-microscopy": "3.7.0-beta.
|
|
68
|
-
"@ohif/mode-test": "3.7.0-beta.
|
|
69
|
-
"@ohif/ui": "3.7.0-beta.
|
|
54
|
+
"@ohif/core": "3.7.0-beta.94",
|
|
55
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.94",
|
|
56
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.94",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.94",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.94",
|
|
59
|
+
"@ohif/extension-default": "3.7.0-beta.94",
|
|
60
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.94",
|
|
61
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.94",
|
|
62
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.94",
|
|
63
|
+
"@ohif/extension-test": "3.7.0-beta.94",
|
|
64
|
+
"@ohif/i18n": "3.7.0-beta.94",
|
|
65
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.94",
|
|
66
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.94",
|
|
67
|
+
"@ohif/mode-microscopy": "3.7.0-beta.94",
|
|
68
|
+
"@ohif/mode-test": "3.7.0-beta.94",
|
|
69
|
+
"@ohif/ui": "3.7.0-beta.94",
|
|
70
70
|
"@types/react": "^17.0.38",
|
|
71
71
|
"classnames": "^2.3.2",
|
|
72
72
|
"core-js": "^3.16.1",
|
/package/dist/{877.css → 1.css}
RENAMED
|
File without changes
|
|
File without changes
|