@ohif/app 3.10.0-beta.65 → 3.10.0-beta.66
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/{2701.bundle.93e76b78e7f61b4d34a1.js → 2701.bundle.251eb83f4194dff18985.js} +1 -1
- package/dist/{3198.bundle.d00ca7af2469a591e12d.js → 3198.bundle.d178ed5fe6aae211d787.js} +7 -3
- package/dist/{616.bundle.53b1e199161cc44b6fc2.js → 616.bundle.7d0ab0fdd2bf6a74f3ad.js} +3 -3
- package/dist/{6925.bundle.1dca368831e79a5a42ae.js → 6925.bundle.7dbce9cc1a0370dcac54.js} +10 -24
- package/dist/{8228.bundle.9526380a5b1073aa5c24.js → 8228.bundle.335e59ede22d2747c7fc.js} +6 -24
- package/dist/{app.bundle.4517adedcf0608eb09b6.js → app.bundle.ea691d4b376a9647dc21.js} +49 -34
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{1266.bundle.193e9a086318a31916d0.js → 1266.bundle.39d2e19212571e4e8af8.js} +0 -0
- /package/dist/{1394.bundle.297da62c9415e1caf4f6.js → 1394.bundle.309aa7affec605c2f9ed.js} +0 -0
- /package/dist/{213.bundle.2a105dabb937424ee29f.js → 213.bundle.7d21ddaf48741fd0bb2a.js} +0 -0
- /package/dist/{2424.bundle.69a5c5679d2482ee190d.js → 2424.bundle.02d145d3656cc1c0ea94.js} +0 -0
- /package/dist/{2825.bundle.63301a6ba366cdda8acb.js → 2825.bundle.4d820b7041299d769c30.js} +0 -0
- /package/dist/{4834.bundle.ddc5d1083d8d9261b711.js → 4834.bundle.06c4687f0e6210b2dc56.js} +0 -0
- /package/dist/{5139.bundle.bf3c89e4519596ad7f2b.js → 5139.bundle.946eeea64cfc05f95363.js} +0 -0
- /package/dist/{5247.bundle.9ec33e4a1ff19475238e.js → 5247.bundle.30a4b12e595377e83b6f.js} +0 -0
- /package/dist/{5770.bundle.491ff739592147241100.js → 5770.bundle.f740579dde806ad81043.js} +0 -0
- /package/dist/{6027.bundle.788b8cdc0b77d31e83e3.js → 6027.bundle.53f2d40f14d6bc5567bb.js} +0 -0
- /package/dist/{7013.bundle.680462bdc12d72268a3c.js → 7013.bundle.a728c6c404572ea55a3a.js} +0 -0
- /package/dist/{7197.bundle.0e5628661974e5264eaa.js → 7197.bundle.b84d8f7a4430322d6eb5.js} +0 -0
- /package/dist/{7955.bundle.49bf6d5a28b2981e8e95.js → 7955.bundle.0e17b1e6cb753cbbc760.js} +0 -0
- /package/dist/{8008.bundle.8bf18958e0fb0fd597bd.js → 8008.bundle.e35104e3212b58ce49be.js} +0 -0
- /package/dist/{8259.bundle.a4860a0601dceca7a19c.js → 8259.bundle.870dd3caa25b63d0425e.js} +0 -0
- /package/dist/{8558.bundle.edb8a81deacad6e25bdb.js → 8558.bundle.b63ef4d2cc7aff0f7434.js} +0 -0
- /package/dist/{9551.bundle.f864714022d6c4e24f5b.js → 9551.bundle.af94c3827f195dea79c9.js} +0 -0
|
@@ -478,7 +478,7 @@ const contentItemFormatters = {
|
|
|
478
478
|
return `${NumericValue} ${CodeValue}`;
|
|
479
479
|
},
|
|
480
480
|
PNAME: contentItem => {
|
|
481
|
-
const personName = contentItem.PersonName?.[0]
|
|
481
|
+
const personName = contentItem.PersonName?.[0];
|
|
482
482
|
return personName ? src/* utils */.Wp.formatPN(personName) : undefined;
|
|
483
483
|
},
|
|
484
484
|
DATE: contentItem => {
|
|
@@ -1060,8 +1060,8 @@ const handleROIThresholding = async ({
|
|
|
1060
1060
|
segmentationService.addOrUpdateSegmentation(updatedSegmentation);
|
|
1061
1061
|
});
|
|
1062
1062
|
};
|
|
1063
|
-
// EXTERNAL MODULE: ../../core/src/utils/index.ts +
|
|
1064
|
-
var utils = __webpack_require__(
|
|
1063
|
+
// EXTERNAL MODULE: ../../core/src/utils/index.ts + 29 modules
|
|
1064
|
+
var utils = __webpack_require__(24219);
|
|
1065
1065
|
;// CONCATENATED MODULE: ../../../extensions/tmtv/src/Panels/PanelROIThresholdSegmentation/PanelROIThresholdExport.tsx
|
|
1066
1066
|
|
|
1067
1067
|
|
|
@@ -1586,9 +1586,13 @@ function dicomRTAnnotationExport(annotations) {
|
|
|
1586
1586
|
|
|
1587
1587
|
|
|
1588
1588
|
|
|
1589
|
+
|
|
1589
1590
|
const {
|
|
1590
1591
|
SegmentationRepresentations
|
|
1591
1592
|
} = dist_esm.Enums;
|
|
1593
|
+
const {
|
|
1594
|
+
formatPN
|
|
1595
|
+
} = core_src/* utils */.Wp;
|
|
1592
1596
|
const commandsModule_metadataProvider = core_src/* classes */.Ly.MetadataProvider;
|
|
1593
1597
|
const ROI_THRESHOLD_MANUAL_TOOL_IDS = ['RectangleROIStartEndThreshold', 'RectangleROIThreshold', 'CircleROIStartEndThreshold'];
|
|
1594
1598
|
const workerManager = (0,esm.getWebWorkerManager)();
|
|
@@ -2162,7 +2166,7 @@ const commandsModule = ({
|
|
|
2162
2166
|
report[id] = {
|
|
2163
2167
|
...segReport,
|
|
2164
2168
|
PatientID: instance.PatientID ?? '000000',
|
|
2165
|
-
PatientName: instance.PatientName
|
|
2169
|
+
PatientName: formatPN(instance.PatientName),
|
|
2166
2170
|
StudyInstanceUID: instance.StudyInstanceUID,
|
|
2167
2171
|
SeriesInstanceUID: instance.SeriesInstanceUID,
|
|
2168
2172
|
StudyDate: instance.StudyDate
|
|
@@ -2915,7 +2915,7 @@ function usePatientInfo(servicesManager) {
|
|
|
2915
2915
|
}
|
|
2916
2916
|
setPatientInfo({
|
|
2917
2917
|
PatientID: instance.PatientID || null,
|
|
2918
|
-
PatientName: instance.PatientName ? formatPN(instance.PatientName
|
|
2918
|
+
PatientName: instance.PatientName ? formatPN(instance.PatientName) : null,
|
|
2919
2919
|
PatientSex: instance.PatientSex || null,
|
|
2920
2920
|
PatientDOB: formatDate(instance.PatientBirthDate) || null
|
|
2921
2921
|
});
|
|
@@ -3051,8 +3051,8 @@ function ViewerHeader({
|
|
|
3051
3051
|
hotkeyDefinitions,
|
|
3052
3052
|
hotkeyDefaults
|
|
3053
3053
|
} = hotkeysManager;
|
|
3054
|
-
const versionNumber = "3.10.0-beta.
|
|
3055
|
-
const commitHash = "
|
|
3054
|
+
const versionNumber = "3.10.0-beta.66";
|
|
3055
|
+
const commitHash = "8aedb2ec54a0ccf2550f745fed6f0b8aa184a860";
|
|
3056
3056
|
const menuOptions = [{
|
|
3057
3057
|
title: t('Header:About'),
|
|
3058
3058
|
icon: 'info',
|
|
@@ -82,26 +82,6 @@ function formatDICOMTime(time, strFormat = 'HH:mm:ss') {
|
|
|
82
82
|
return moment_default()(time, 'HH:mm:ss').format(strFormat);
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
/**
|
|
86
|
-
* Formats a patient name for display purposes
|
|
87
|
-
*
|
|
88
|
-
* @param {string} name
|
|
89
|
-
* @returns {string} formatted name.
|
|
90
|
-
*/
|
|
91
|
-
function formatPN(name) {
|
|
92
|
-
if (!name) {
|
|
93
|
-
return '';
|
|
94
|
-
}
|
|
95
|
-
if (typeof name === 'object') {
|
|
96
|
-
name = name.Alphabetic;
|
|
97
|
-
if (!name) {
|
|
98
|
-
return '';
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
const cleaned = name.split('^').filter(s => !!s).join(', ').trim();
|
|
102
|
-
return cleaned === ',' || cleaned === '' ? '' : cleaned;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
85
|
/**
|
|
106
86
|
* Gets compression type
|
|
107
87
|
*
|
|
@@ -122,6 +102,8 @@ function getCompression(imageId) {
|
|
|
122
102
|
}
|
|
123
103
|
return 'Lossless / Uncompressed';
|
|
124
104
|
}
|
|
105
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 73 modules
|
|
106
|
+
var core_src = __webpack_require__(10532);
|
|
125
107
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/Viewport/Overlays/CustomizableViewportOverlay.css
|
|
126
108
|
// extracted by mini-css-extract-plugin
|
|
127
109
|
|
|
@@ -133,7 +115,11 @@ function getCompression(imageId) {
|
|
|
133
115
|
|
|
134
116
|
|
|
135
117
|
|
|
118
|
+
|
|
136
119
|
const EPSILON = 1e-4;
|
|
120
|
+
const {
|
|
121
|
+
formatPN
|
|
122
|
+
} = core_src/* utils */.Wp;
|
|
137
123
|
const OverlayItemComponents = {
|
|
138
124
|
'ohif.overlayItem': OverlayItem,
|
|
139
125
|
'ohif.overlayItem.windowLevel': VOIOverlayItem,
|
|
@@ -337,7 +323,7 @@ function CustomizableViewportOverlay({
|
|
|
337
323
|
servicesManager,
|
|
338
324
|
customization: item,
|
|
339
325
|
formatters: {
|
|
340
|
-
formatPN
|
|
326
|
+
formatPN,
|
|
341
327
|
formatDate: formatDICOMDate,
|
|
342
328
|
formatTime: formatDICOMTime,
|
|
343
329
|
formatNumberPrecision: formatNumberPrecision
|
|
@@ -747,7 +733,7 @@ const useViewportActionCornersContext = () => (0,react__WEBPACK_IMPORTED_MODULE_
|
|
|
747
733
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86326);
|
|
748
734
|
/* harmony import */ var lodash_debounce__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(62051);
|
|
749
735
|
/* harmony import */ var lodash_debounce__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lodash_debounce__WEBPACK_IMPORTED_MODULE_1__);
|
|
750
|
-
/* harmony import */ var _ohif_core_src_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
736
|
+
/* harmony import */ var _ohif_core_src_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(24219);
|
|
751
737
|
|
|
752
738
|
|
|
753
739
|
|
|
@@ -1107,8 +1093,8 @@ function onCompletedCalibrationLine(servicesManager, csToolsEvent) {
|
|
|
1107
1093
|
});
|
|
1108
1094
|
});
|
|
1109
1095
|
}
|
|
1110
|
-
// EXTERNAL MODULE: ../../core/src/utils/index.ts +
|
|
1111
|
-
var utils = __webpack_require__(
|
|
1096
|
+
// EXTERNAL MODULE: ../../core/src/utils/index.ts + 29 modules
|
|
1097
|
+
var utils = __webpack_require__(24219);
|
|
1112
1098
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/tools/OverlayPlaneModuleProvider.ts
|
|
1113
1099
|
|
|
1114
1100
|
const _cachedOverlayMetadata = new Map();
|
|
@@ -113,28 +113,6 @@ function utils_formatDICOMTime(time, strFormat = 'HH:mm:ss') {
|
|
|
113
113
|
return moment(time, 'HH:mm:ss').format(strFormat);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
/**
|
|
117
|
-
* Formats a patient name for display purposes
|
|
118
|
-
*
|
|
119
|
-
* @param {string} name
|
|
120
|
-
* @returns {string} formatted name.
|
|
121
|
-
*/
|
|
122
|
-
function utils_formatPN(name) {
|
|
123
|
-
if (!name) {
|
|
124
|
-
return;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
// Convert the first ^ to a ', '. String.replace() only affects
|
|
128
|
-
// the first appearance of the character.
|
|
129
|
-
const commaBetweenFirstAndLast = name.replace('^', ', ');
|
|
130
|
-
|
|
131
|
-
// Replace any remaining '^' characters with spaces
|
|
132
|
-
const cleaned = commaBetweenFirstAndLast.replace(/\^/g, ' ');
|
|
133
|
-
|
|
134
|
-
// Trim any extraneous whitespace
|
|
135
|
-
return cleaned.trim();
|
|
136
|
-
}
|
|
137
|
-
|
|
138
116
|
/**
|
|
139
117
|
* Gets compression type
|
|
140
118
|
*
|
|
@@ -155,12 +133,18 @@ function getCompression(imageId) {
|
|
|
155
133
|
}
|
|
156
134
|
return 'Lossless / Uncompressed';
|
|
157
135
|
}
|
|
136
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 73 modules
|
|
137
|
+
var core_src = __webpack_require__(10532);
|
|
158
138
|
;// CONCATENATED MODULE: ../../../extensions/dicom-microscopy/src/components/ViewportOverlay/index.tsx
|
|
159
139
|
|
|
160
140
|
|
|
161
141
|
|
|
162
142
|
|
|
163
143
|
|
|
144
|
+
|
|
145
|
+
const {
|
|
146
|
+
formatPN
|
|
147
|
+
} = core_src/* utils */.Wp;
|
|
164
148
|
/**
|
|
165
149
|
*
|
|
166
150
|
* @param {*} config is a configuration object that defines four lists of elements,
|
|
@@ -253,8 +237,6 @@ const itemGenerator = props => {
|
|
|
253
237
|
}, content.value)));
|
|
254
238
|
};
|
|
255
239
|
/* harmony default export */ const ViewportOverlay = (generateFromConfig({}));
|
|
256
|
-
// EXTERNAL MODULE: ../../core/src/index.ts + 73 modules
|
|
257
|
-
var core_src = __webpack_require__(10532);
|
|
258
240
|
;// CONCATENATED MODULE: ../../../extensions/dicom-microscopy/src/utils/dicomWebClient.ts
|
|
259
241
|
|
|
260
242
|
|
|
@@ -97940,8 +97940,8 @@ function WorkList({
|
|
|
97940
97940
|
};
|
|
97941
97941
|
});
|
|
97942
97942
|
const hasStudies = numOfStudies > 0;
|
|
97943
|
-
const versionNumber = "3.10.0-beta.
|
|
97944
|
-
const commitHash = "
|
|
97943
|
+
const versionNumber = "3.10.0-beta.66";
|
|
97944
|
+
const commitHash = "8aedb2ec54a0ccf2550f745fed6f0b8aa184a860";
|
|
97945
97945
|
const menuOptions = [{
|
|
97946
97946
|
title: t('Header:About'),
|
|
97947
97947
|
icon: 'info',
|
|
@@ -107554,8 +107554,8 @@ class ProtocolEngine {
|
|
|
107554
107554
|
return this.matchedProtocols.get(highestScoringProtocolId);
|
|
107555
107555
|
}
|
|
107556
107556
|
}
|
|
107557
|
-
// EXTERNAL MODULE: ../../core/src/utils/index.ts +
|
|
107558
|
-
var utils = __webpack_require__(
|
|
107557
|
+
// EXTERNAL MODULE: ../../core/src/utils/index.ts + 29 modules
|
|
107558
|
+
var utils = __webpack_require__(24219);
|
|
107559
107559
|
;// CONCATENATED MODULE: ../../core/src/services/HangingProtocolService/custom-attribute/isDisplaySetFromUrl.ts
|
|
107560
107560
|
|
|
107561
107561
|
|
|
@@ -112113,6 +112113,8 @@ function createCombinedValue(parent, functionalGroups, key) {
|
|
|
112113
112113
|
return newInstance;
|
|
112114
112114
|
}
|
|
112115
112115
|
/* harmony default export */ const utils_combineFrameInstance = (combineFrameInstance);
|
|
112116
|
+
// EXTERNAL MODULE: ../../core/src/utils/formatPN.js
|
|
112117
|
+
var formatPN = __webpack_require__(27766);
|
|
112116
112118
|
;// CONCATENATED MODULE: ../../core/src/classes/MetadataProvider.ts
|
|
112117
112119
|
|
|
112118
112120
|
|
|
@@ -112122,6 +112124,7 @@ function createCombinedValue(parent, functionalGroups, key) {
|
|
|
112122
112124
|
|
|
112123
112125
|
|
|
112124
112126
|
|
|
112127
|
+
|
|
112125
112128
|
class MetadataProvider {
|
|
112126
112129
|
constructor() {
|
|
112127
112130
|
this.imageURIToUIDs = new Map();
|
|
@@ -112418,7 +112421,7 @@ class MetadataProvider {
|
|
|
112418
112421
|
} = instance;
|
|
112419
112422
|
let patientName;
|
|
112420
112423
|
if (PatientName) {
|
|
112421
|
-
patientName = PatientName
|
|
112424
|
+
patientName = (0,formatPN/* default */.A)(PatientName);
|
|
112422
112425
|
}
|
|
112423
112426
|
metadata = {
|
|
112424
112427
|
patientName,
|
|
@@ -113983,6 +113986,38 @@ class PubSubService {
|
|
|
113983
113986
|
|
|
113984
113987
|
/***/ }),
|
|
113985
113988
|
|
|
113989
|
+
/***/ 27766:
|
|
113990
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
113991
|
+
|
|
113992
|
+
"use strict";
|
|
113993
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
113994
|
+
/* harmony export */ A: () => (/* binding */ formatPN)
|
|
113995
|
+
/* harmony export */ });
|
|
113996
|
+
/**
|
|
113997
|
+
* Formats a patient name for display purposes
|
|
113998
|
+
*/
|
|
113999
|
+
function formatPN(name) {
|
|
114000
|
+
if (!name) {
|
|
114001
|
+
return;
|
|
114002
|
+
}
|
|
114003
|
+
let nameToUse = name.Alphabetic ?? name;
|
|
114004
|
+
if (typeof nameToUse === 'object') {
|
|
114005
|
+
nameToUse = '';
|
|
114006
|
+
}
|
|
114007
|
+
|
|
114008
|
+
// Convert the first ^ to a ', '. String.replace() only affects
|
|
114009
|
+
// the first appearance of the character.
|
|
114010
|
+
const commaBetweenFirstAndLast = nameToUse.replace('^', ', ');
|
|
114011
|
+
|
|
114012
|
+
// Replace any remaining '^' characters with spaces
|
|
114013
|
+
const cleaned = commaBetweenFirstAndLast.replace(/\^/g, ' ');
|
|
114014
|
+
|
|
114015
|
+
// Trim any extraneous whitespace
|
|
114016
|
+
return cleaned.trim();
|
|
114017
|
+
}
|
|
114018
|
+
|
|
114019
|
+
/***/ }),
|
|
114020
|
+
|
|
113986
114021
|
/***/ 27054:
|
|
113987
114022
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
113988
114023
|
|
|
@@ -114005,7 +114040,7 @@ const guid = () => {
|
|
|
114005
114040
|
|
|
114006
114041
|
/***/ }),
|
|
114007
114042
|
|
|
114008
|
-
/***/
|
|
114043
|
+
/***/ 24219:
|
|
114009
114044
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
114010
114045
|
|
|
114011
114046
|
"use strict";
|
|
@@ -114640,29 +114675,8 @@ var i18next = __webpack_require__(40680);
|
|
|
114640
114675
|
function formatTime(time, format = 'HH:mm:ss') {
|
|
114641
114676
|
return moment_default()(time, 'HH:mm:ss').format(format);
|
|
114642
114677
|
}
|
|
114643
|
-
|
|
114644
|
-
|
|
114645
|
-
* Formats a patient name for display purposes
|
|
114646
|
-
*/
|
|
114647
|
-
function formatPN(name) {
|
|
114648
|
-
if (!name) {
|
|
114649
|
-
return;
|
|
114650
|
-
}
|
|
114651
|
-
let nameToUse = name.Alphabetic ?? name;
|
|
114652
|
-
if (typeof nameToUse === 'object') {
|
|
114653
|
-
nameToUse = '';
|
|
114654
|
-
}
|
|
114655
|
-
|
|
114656
|
-
// Convert the first ^ to a ', '. String.replace() only affects
|
|
114657
|
-
// the first appearance of the character.
|
|
114658
|
-
const commaBetweenFirstAndLast = nameToUse.replace('^', ', ');
|
|
114659
|
-
|
|
114660
|
-
// Replace any remaining '^' characters with spaces
|
|
114661
|
-
const cleaned = commaBetweenFirstAndLast.replace(/\^/g, ' ');
|
|
114662
|
-
|
|
114663
|
-
// Trim any extraneous whitespace
|
|
114664
|
-
return cleaned.trim();
|
|
114665
|
-
}
|
|
114678
|
+
// EXTERNAL MODULE: ../../core/src/utils/formatPN.js
|
|
114679
|
+
var formatPN = __webpack_require__(27766);
|
|
114666
114680
|
;// CONCATENATED MODULE: ../../core/src/utils/generateAcceptHeader.ts
|
|
114667
114681
|
const generateAcceptHeader = (configAcceptHeader = [], requestTransferSyntaxUID = '*',
|
|
114668
114682
|
//default to accept all transfer syntax
|
|
@@ -115442,6 +115456,7 @@ function roundNumber(value, precision = 2) {
|
|
|
115442
115456
|
var DicomMetadataStore = __webpack_require__(60140);
|
|
115443
115457
|
;// CONCATENATED MODULE: ../../core/src/utils/downloadCSVReport.js
|
|
115444
115458
|
|
|
115459
|
+
|
|
115445
115460
|
function downloadCSVReport(measurementData) {
|
|
115446
115461
|
if (measurementData.length === 0) {
|
|
115447
115462
|
// Prevent download of report with no measurements.
|
|
@@ -115518,7 +115533,7 @@ function _getCommonRowItems(measurement, seriesMetadata) {
|
|
|
115518
115533
|
return {
|
|
115519
115534
|
'Patient ID': firstInstance.PatientID,
|
|
115520
115535
|
// Patient ID
|
|
115521
|
-
'Patient Name': firstInstance.PatientName
|
|
115536
|
+
'Patient Name': (0,formatPN/* default */.A)(firstInstance.PatientName) || '',
|
|
115522
115537
|
// Patient Name
|
|
115523
115538
|
StudyInstanceUID: measurement.referenceStudyUID,
|
|
115524
115539
|
// StudyInstanceUID
|
|
@@ -115883,7 +115898,7 @@ const utils = {
|
|
|
115883
115898
|
writeScript: writeScript,
|
|
115884
115899
|
formatDate: formatDate,
|
|
115885
115900
|
formatTime: formatTime,
|
|
115886
|
-
formatPN: formatPN,
|
|
115901
|
+
formatPN: formatPN/* default */.A,
|
|
115887
115902
|
b64toBlob: utils_b64toBlob,
|
|
115888
115903
|
urlUtil: utils_urlUtil,
|
|
115889
115904
|
imageIdToURI: imageIdToURI,
|
|
@@ -117471,7 +117486,7 @@ const detectionOptions = {
|
|
|
117471
117486
|
}
|
|
117472
117487
|
});
|
|
117473
117488
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
117474
|
-
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.10.0-beta.
|
|
117489
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.10.0-beta.65"}');
|
|
117475
117490
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
117476
117491
|
const languagesMap = {
|
|
117477
117492
|
ar: 'Arabic',
|
|
@@ -278933,7 +278948,7 @@ function usePatientInfo(servicesManager) {
|
|
|
278933
278948
|
}
|
|
278934
278949
|
setPatientInfo({
|
|
278935
278950
|
PatientID: instance.PatientID || null,
|
|
278936
|
-
PatientName: instance.PatientName ? formatPN(instance.PatientName
|
|
278951
|
+
PatientName: instance.PatientName ? formatPN(instance.PatientName) : null,
|
|
278937
278952
|
PatientSex: instance.PatientSex || null,
|
|
278938
278953
|
PatientDOB: formatDate(instance.PatientBirthDate) || null
|
|
278939
278954
|
});
|
|
@@ -423515,7 +423530,7 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
423515
423530
|
/******/ // This function allow to reference async chunks
|
|
423516
423531
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
423517
423532
|
/******/ // return url for filenames based on template
|
|
423518
|
-
/******/ return "" + ({"572":"polySeg","3054":"histogram-worker","3584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"213":"
|
|
423533
|
+
/******/ return "" + ({"572":"polySeg","3054":"histogram-worker","3584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"213":"7d21ddaf48741fd0bb2a","572":"c676f0a9ba553525d755","616":"7d0ab0fdd2bf6a74f3ad","732":"532947c280e1a8f6e020","1266":"39d2e19212571e4e8af8","1394":"309aa7affec605c2f9ed","1696":"9bd4fb02e1e92b9d4a5e","1927":"81b7ac9fa6e3ae8aba5a","2424":"02d145d3656cc1c0ea94","2701":"251eb83f4194dff18985","2825":"4d820b7041299d769c30","3054":"f978654858500a3080cc","3198":"d178ed5fe6aae211d787","3326":"695eedd79cfcc0d51729","3334":"e36011d0fd5fcb7e8b84","3584":"25f8b9c137e3de6bdc80","3864":"7105a18c5132959f0b4b","3902":"f522d10dca013dd721bf","4182":"b46d5278a1bc75aa7172","4202":"260eee3d55a9207b2c26","4438":"6c9bdebed115cd1599aa","4759":"46ed209cc82066cf9777","4834":"06c4687f0e6210b2dc56","4991":"662e6a84f998088b7815","5139":"946eeea64cfc05f95363","5247":"30a4b12e595377e83b6f","5261":"54d7af66923a3bae707d","5770":"f740579dde806ad81043","6027":"53f2d40f14d6bc5567bb","6896":"84916d829d51364a837a","6925":"7dbce9cc1a0370dcac54","6939":"5e77a634e8784085c00e","7013":"a728c6c404572ea55a3a","7159":"4ee84ebbce84383e30d4","7197":"b84d8f7a4430322d6eb5","7955":"0e17b1e6cb753cbbc760","8008":"e35104e3212b58ce49be","8094":"411698eaf81975a7f12d","8228":"335e59ede22d2747c7fc","8259":"870dd3caa25b63d0425e","8558":"b63ef4d2cc7aff0f7434","9551":"af94c3827f195dea79c9","9611":"03f5a8646592dabcdf55","9862":"3dd1dd4cf51f2fc88792"}[chunkId] + ".js";
|
|
423519
423534
|
/******/ };
|
|
423520
423535
|
/******/ })();
|
|
423521
423536
|
/******/
|
package/dist/index.html
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
return import(moduleId);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
window.PUBLIC_URL = '/';</script><script defer="defer" src="/app.bundle.
|
|
6
|
+
window.PUBLIC_URL = '/';</script><script defer="defer" src="/app.bundle.ea691d4b376a9647dc21.js"></script><link href="/app.bundle.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="react-portal"></div><div id="root"></div></body></html>
|
package/dist/sw.js
CHANGED
|
@@ -50,7 +50,7 @@ self.addEventListener('message', event => {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
});
|
|
53
|
-
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/031089e563a18ada8441.wasm'},{'revision':null,'url':'/1266.bundle.193e9a086318a31916d0.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/1266.css'},{'revision':null,'url':'/1394.bundle.297da62c9415e1caf4f6.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/1394.css'},{'revision':null,'url':'/1696.bundle.9bd4fb02e1e92b9d4a5e.js'},{'revision':null,'url':'/17dd54813d5acc10bf8f.wasm'},{'revision':null,'url':'/1927.bundle.81b7ac9fa6e3ae8aba5a.js'},{'revision':null,'url':'/20fc4c659b85ccd2a9c0.wasm'},{'revision':null,'url':'/213.bundle.2a105dabb937424ee29f.js'},{'revision':null,'url':'/2424.bundle.69a5c5679d2482ee190d.js'},{'revision':null,'url':'/2701.bundle.93e76b78e7f61b4d34a1.js'},{'revision':null,'url':'/2712.bundle.88a57f16d9d1530ee2a1.js'},{'revision':null,'url':'/2825.bundle.63301a6ba366cdda8acb.js'},{'revision':null,'url':'/3198.bundle.d00ca7af2469a591e12d.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/3198.css'},{'revision':null,'url':'/3326.bundle.695eedd79cfcc0d51729.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/3326.css'},{'revision':null,'url':'/3334.bundle.e36011d0fd5fcb7e8b84.js'},{'revision':null,'url':'/3353.bundle.7b884aa0f7a26146cbed.js'},{'revision':null,'url':'/3677.bundle.d3c30c37d00fc58b4442.js'},{'revision':null,'url':'/3864.bundle.7105a18c5132959f0b4b.js'},{'revision':null,'url':'/3902.bundle.f522d10dca013dd721bf.js'},{'revision':'9e8b1cc8c91fe55df94bf72317d5953d','url':'/3902.css'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/4182.css'},{'revision':null,'url':'/4202.bundle.260eee3d55a9207b2c26.js'},{'revision':null,'url':'/4438.bundle.6c9bdebed115cd1599aa.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/4438.css'},{'revision':null,'url':'/4759.bundle.46ed209cc82066cf9777.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/4759.css'},{'revision':null,'url':'/4834.bundle.ddc5d1083d8d9261b711.js'},{'revision':null,'url':'/4991.bundle.662e6a84f998088b7815.js'},{'revision':null,'url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/5139.bundle.bf3c89e4519596ad7f2b.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/5139.css'},{'revision':null,'url':'/5247.bundle.9ec33e4a1ff19475238e.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/5247.css'},{'revision':null,'url':'/5252.bundle.4e3c33a907e7f231168a.js'},{'revision':null,'url':'/5261.bundle.54d7af66923a3bae707d.js'},{'revision':null,'url':'/573.bundle.d08dcb8e65e3b7729b58.js'},{'revision':null,'url':'/5770.bundle.491ff739592147241100.js'},{'revision':null,'url':'/6027.bundle.788b8cdc0b77d31e83e3.js'},{'revision':null,'url':'/616.bundle.53b1e199161cc44b6fc2.js'},{'revision':null,'url':'/6896.bundle.84916d829d51364a837a.js'},{'revision':null,'url':'/6925.bundle.1dca368831e79a5a42ae.js'},{'revision':null,'url':'/6939.bundle.5e77a634e8784085c00e.js'},{'revision':null,'url':'/7013.bundle.680462bdc12d72268a3c.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/7013.css'},{'revision':null,'url':'/7159.bundle.4ee84ebbce84383e30d4.js'},{'revision':'20a92cf14c2d8be6cd580f68780cc7fa','url':'/7159.css'},{'revision':null,'url':'/7197.bundle.0e5628661974e5264eaa.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/7197.css'},{'revision':null,'url':'/732.bundle.532947c280e1a8f6e020.js'},{'revision':null,'url':'/7955.bundle.49bf6d5a28b2981e8e95.js'},{'revision':null,'url':'/8008.bundle.8bf18958e0fb0fd597bd.js'},{'revision':null,'url':'/8094.bundle.411698eaf81975a7f12d.js'},{'revision':null,'url':'/8228.bundle.9526380a5b1073aa5c24.js'},{'revision':'bb0e0995c77e6df671bd2988a2aaa018','url':'/8228.css'},{'revision':null,'url':'/8259.bundle.a4860a0601dceca7a19c.js'},{'revision':null,'url':'/8558.bundle.edb8a81deacad6e25bdb.js'},{'revision':null,'url':'/9551.bundle.f864714022d6c4e24f5b.js'},{'revision':null,'url':'/9611.bundle.03f5a8646592dabcdf55.js'},{'revision':'2957caf9816ff0d04ccc6090c5da68b7','url':'/9611.css'},{'revision':null,'url':'/9677.bundle.756b4ee214c00626cc5e.js'},{'revision':null,'url':'/9862.bundle.3dd1dd4cf51f2fc88792.js'},{'revision':'d41d8cd98f00b204e9800998ecf8427e','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'543db83980371d262ab15622d603d391','url':'/app-config.js'},{'revision':null,'url':'/app.bundle.4517adedcf0608eb09b6.js'},{'revision':'b440c528d1fd6213eb787c5eae4d247d','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':'2547879ee2928a5fd56dca483bcbd967','url':'/assets/images/CT-AAA.png'},{'revision':'245628fb9d18d6c5cd529615079f8e86','url':'/assets/images/CT-AAA2.png'},{'revision':'997a9c8b57e7b4e46d8f01fb49d078c6','url':'/assets/images/CT-Air.png'},{'revision':'e7ed89711f63348d49898da3a2b73ab9','url':'/assets/images/CT-Bone.png'},{'revision':'09d1dc6efebb10a60cdf85ed74a10214','url':'/assets/images/CT-Bones.png'},{'revision':'f8ae9bafd3b90ba3efbdcbe8901db187','url':'/assets/images/CT-Cardiac.png'},{'revision':'ed0cc538aba90d6a1c029923ca9b47db','url':'/assets/images/CT-Cardiac2.png'},{'revision':'dfdaf4e4889aefbf09514545f45726bb','url':'/assets/images/CT-Cardiac3.png'},{'revision':'5d4b9a331136a1a5d7ce7ccf7dfcca36','url':'/assets/images/CT-Chest-Contrast-Enhanced.png'},{'revision':'5fb264499a5bb42487663b00e42d1513','url':'/assets/images/CT-Chest-Vessels.png'},{'revision':'ab8f0e569c972388ddaaa61b92449fac','url':'/assets/images/CT-Coronary-Arteries-2.png'},{'revision':'e4e7e2e3cc09bc8c4fb03b6441bd2845','url':'/assets/images/CT-Coronary-Arteries-3.png'},{'revision':'79a2962a2d3cbe4bd3b675b5ca83c659','url':'/assets/images/CT-Coronary-Arteries.png'},{'revision':'6502a6bdab1c70e2188c3bf12ce5d4e4','url':'/assets/images/CT-Cropped-Volume-Bone.png'},{'revision':'e28ad3cf5ed2006fc5a7cffd602736fc','url':'/assets/images/CT-Fat.png'},{'revision':'ca1c5be76053edee27e68ffbf9105101','url':'/assets/images/CT-Liver-Vasculature.png'},{'revision':'d6c9ab857ed2ad19f1ff20bea02b6655','url':'/assets/images/CT-Lung.png'},{'revision':'ddb599c6a163bdf28ece8de1a337470a','url':'/assets/images/CT-MIP.png'},{'revision':'0b0dcf7940a555e2a9a0900f7f84d4d3','url':'/assets/images/CT-Muscle.png'},{'revision':'6082d383f9ce375a5873e2a00fc4d372','url':'/assets/images/CT-Pulmonary-Arteries.png'},{'revision':'b317366149ee2607bec95d63eb4d7661','url':'/assets/images/CT-Soft-Tissue.png'},{'revision':'4b0cd5a673ebb71da22a91ed608d6695','url':'/assets/images/DTI-FA-Brain.png'},{'revision':'3ea1cbee022af5b94710b73726308832','url':'/assets/images/MR-Angio.png'},{'revision':'bd25ca7b166193547f34950eed440e5c','url':'/assets/images/MR-Default.png'},{'revision':'2e50a49b859aeb316a1c23f911fce9ad','url':'/assets/images/MR-MIP.png'},{'revision':'6ba74de6961e08652ff9e2f1871b473d','url':'/assets/images/MR-T2-Brain.png'},{'revision':'42406bb474f0f87cf04a5afbbcd5e389','url':'/assets/images/VolumeRendering.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':null,'url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/dicom-microscopy-viewer/5004fdc02f329ce53b69.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/dicom-microscopy-viewer/65916ef3def695744bda.wasm'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/dicom-microscopy-viewer/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/dicom-microscopy-viewer/c22b37c3488e1d6c3aa4.wasm'},{'revision':'eaa70476e800651625c9e5de4501edef','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js'},{'revision':'18464c31a0a171555ad626dc059cce2d','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'254380a19b838537d422eaf69c116b45','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js.map'},{'revision':'91e3d8268b5314586d6f30676b2fab6c','url':'/dicom-microscopy-viewer/index.worker.min.worker.js'},{'revision':'8f4b222d2efaaf0f1c6372a33b2ee132','url':'/dicom-microscopy-viewer/index.worker.min.worker.js.map'},{'revision':'4acdd19a35d759ec2669f1ba9490937d','url':'/es6-shim.min.js'},{'revision':'966afc6cb727ef212a75802f2020834e','url':'/google.js'},{'revision':null,'url':'/histogram-worker.bundle.f978654858500a3080cc.js'},{'revision':'c9916178e1f8dfc1f7f3936f6d251f84','url':'/index.html'},{'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':null,'url':'/polySeg.bundle.c676f0a9ba553525d755.js'},{'revision':'a1aef5311245f5864315443d12246c37','url':'/polyfill.min.js'},{'revision':'981ac7f7543b8330e3826aff72c33382','url':'/serve.json'},{'revision':'b1e488d9955b62bd2858874df11d5223','url':'/silent-refresh.html'},{'revision':null,'url':'/suv-peak-worker.bundle.25f8b9c137e3de6bdc80.js'}]);
|
|
53
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/031089e563a18ada8441.wasm'},{'revision':null,'url':'/1266.bundle.39d2e19212571e4e8af8.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/1266.css'},{'revision':null,'url':'/1394.bundle.309aa7affec605c2f9ed.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/1394.css'},{'revision':null,'url':'/1696.bundle.9bd4fb02e1e92b9d4a5e.js'},{'revision':null,'url':'/17dd54813d5acc10bf8f.wasm'},{'revision':null,'url':'/1927.bundle.81b7ac9fa6e3ae8aba5a.js'},{'revision':null,'url':'/20fc4c659b85ccd2a9c0.wasm'},{'revision':null,'url':'/213.bundle.7d21ddaf48741fd0bb2a.js'},{'revision':null,'url':'/2424.bundle.02d145d3656cc1c0ea94.js'},{'revision':null,'url':'/2701.bundle.251eb83f4194dff18985.js'},{'revision':null,'url':'/2712.bundle.88a57f16d9d1530ee2a1.js'},{'revision':null,'url':'/2825.bundle.4d820b7041299d769c30.js'},{'revision':null,'url':'/3198.bundle.d178ed5fe6aae211d787.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/3198.css'},{'revision':null,'url':'/3326.bundle.695eedd79cfcc0d51729.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/3326.css'},{'revision':null,'url':'/3334.bundle.e36011d0fd5fcb7e8b84.js'},{'revision':null,'url':'/3353.bundle.7b884aa0f7a26146cbed.js'},{'revision':null,'url':'/3677.bundle.d3c30c37d00fc58b4442.js'},{'revision':null,'url':'/3864.bundle.7105a18c5132959f0b4b.js'},{'revision':null,'url':'/3902.bundle.f522d10dca013dd721bf.js'},{'revision':'9e8b1cc8c91fe55df94bf72317d5953d','url':'/3902.css'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/4182.css'},{'revision':null,'url':'/4202.bundle.260eee3d55a9207b2c26.js'},{'revision':null,'url':'/4438.bundle.6c9bdebed115cd1599aa.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/4438.css'},{'revision':null,'url':'/4759.bundle.46ed209cc82066cf9777.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/4759.css'},{'revision':null,'url':'/4834.bundle.06c4687f0e6210b2dc56.js'},{'revision':null,'url':'/4991.bundle.662e6a84f998088b7815.js'},{'revision':null,'url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/5139.bundle.946eeea64cfc05f95363.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/5139.css'},{'revision':null,'url':'/5247.bundle.30a4b12e595377e83b6f.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/5247.css'},{'revision':null,'url':'/5252.bundle.4e3c33a907e7f231168a.js'},{'revision':null,'url':'/5261.bundle.54d7af66923a3bae707d.js'},{'revision':null,'url':'/573.bundle.d08dcb8e65e3b7729b58.js'},{'revision':null,'url':'/5770.bundle.f740579dde806ad81043.js'},{'revision':null,'url':'/6027.bundle.53f2d40f14d6bc5567bb.js'},{'revision':null,'url':'/616.bundle.7d0ab0fdd2bf6a74f3ad.js'},{'revision':null,'url':'/6896.bundle.84916d829d51364a837a.js'},{'revision':null,'url':'/6925.bundle.7dbce9cc1a0370dcac54.js'},{'revision':null,'url':'/6939.bundle.5e77a634e8784085c00e.js'},{'revision':null,'url':'/7013.bundle.a728c6c404572ea55a3a.js'},{'revision':'bbd182dc997248349ea3a4dd16cdd1d3','url':'/7013.css'},{'revision':null,'url':'/7159.bundle.4ee84ebbce84383e30d4.js'},{'revision':'20a92cf14c2d8be6cd580f68780cc7fa','url':'/7159.css'},{'revision':null,'url':'/7197.bundle.b84d8f7a4430322d6eb5.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/7197.css'},{'revision':null,'url':'/732.bundle.532947c280e1a8f6e020.js'},{'revision':null,'url':'/7955.bundle.0e17b1e6cb753cbbc760.js'},{'revision':null,'url':'/8008.bundle.e35104e3212b58ce49be.js'},{'revision':null,'url':'/8094.bundle.411698eaf81975a7f12d.js'},{'revision':null,'url':'/8228.bundle.335e59ede22d2747c7fc.js'},{'revision':'bb0e0995c77e6df671bd2988a2aaa018','url':'/8228.css'},{'revision':null,'url':'/8259.bundle.870dd3caa25b63d0425e.js'},{'revision':null,'url':'/8558.bundle.b63ef4d2cc7aff0f7434.js'},{'revision':null,'url':'/9551.bundle.af94c3827f195dea79c9.js'},{'revision':null,'url':'/9611.bundle.03f5a8646592dabcdf55.js'},{'revision':'2957caf9816ff0d04ccc6090c5da68b7','url':'/9611.css'},{'revision':null,'url':'/9677.bundle.756b4ee214c00626cc5e.js'},{'revision':null,'url':'/9862.bundle.3dd1dd4cf51f2fc88792.js'},{'revision':'d41d8cd98f00b204e9800998ecf8427e','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'543db83980371d262ab15622d603d391','url':'/app-config.js'},{'revision':'b440c528d1fd6213eb787c5eae4d247d','url':'/app.bundle.css'},{'revision':null,'url':'/app.bundle.ea691d4b376a9647dc21.js'},{'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':'2547879ee2928a5fd56dca483bcbd967','url':'/assets/images/CT-AAA.png'},{'revision':'245628fb9d18d6c5cd529615079f8e86','url':'/assets/images/CT-AAA2.png'},{'revision':'997a9c8b57e7b4e46d8f01fb49d078c6','url':'/assets/images/CT-Air.png'},{'revision':'e7ed89711f63348d49898da3a2b73ab9','url':'/assets/images/CT-Bone.png'},{'revision':'09d1dc6efebb10a60cdf85ed74a10214','url':'/assets/images/CT-Bones.png'},{'revision':'f8ae9bafd3b90ba3efbdcbe8901db187','url':'/assets/images/CT-Cardiac.png'},{'revision':'ed0cc538aba90d6a1c029923ca9b47db','url':'/assets/images/CT-Cardiac2.png'},{'revision':'dfdaf4e4889aefbf09514545f45726bb','url':'/assets/images/CT-Cardiac3.png'},{'revision':'5d4b9a331136a1a5d7ce7ccf7dfcca36','url':'/assets/images/CT-Chest-Contrast-Enhanced.png'},{'revision':'5fb264499a5bb42487663b00e42d1513','url':'/assets/images/CT-Chest-Vessels.png'},{'revision':'ab8f0e569c972388ddaaa61b92449fac','url':'/assets/images/CT-Coronary-Arteries-2.png'},{'revision':'e4e7e2e3cc09bc8c4fb03b6441bd2845','url':'/assets/images/CT-Coronary-Arteries-3.png'},{'revision':'79a2962a2d3cbe4bd3b675b5ca83c659','url':'/assets/images/CT-Coronary-Arteries.png'},{'revision':'6502a6bdab1c70e2188c3bf12ce5d4e4','url':'/assets/images/CT-Cropped-Volume-Bone.png'},{'revision':'e28ad3cf5ed2006fc5a7cffd602736fc','url':'/assets/images/CT-Fat.png'},{'revision':'ca1c5be76053edee27e68ffbf9105101','url':'/assets/images/CT-Liver-Vasculature.png'},{'revision':'d6c9ab857ed2ad19f1ff20bea02b6655','url':'/assets/images/CT-Lung.png'},{'revision':'ddb599c6a163bdf28ece8de1a337470a','url':'/assets/images/CT-MIP.png'},{'revision':'0b0dcf7940a555e2a9a0900f7f84d4d3','url':'/assets/images/CT-Muscle.png'},{'revision':'6082d383f9ce375a5873e2a00fc4d372','url':'/assets/images/CT-Pulmonary-Arteries.png'},{'revision':'b317366149ee2607bec95d63eb4d7661','url':'/assets/images/CT-Soft-Tissue.png'},{'revision':'4b0cd5a673ebb71da22a91ed608d6695','url':'/assets/images/DTI-FA-Brain.png'},{'revision':'3ea1cbee022af5b94710b73726308832','url':'/assets/images/MR-Angio.png'},{'revision':'bd25ca7b166193547f34950eed440e5c','url':'/assets/images/MR-Default.png'},{'revision':'2e50a49b859aeb316a1c23f911fce9ad','url':'/assets/images/MR-MIP.png'},{'revision':'6ba74de6961e08652ff9e2f1871b473d','url':'/assets/images/MR-T2-Brain.png'},{'revision':'42406bb474f0f87cf04a5afbbcd5e389','url':'/assets/images/VolumeRendering.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':null,'url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/dicom-microscopy-viewer/5004fdc02f329ce53b69.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/dicom-microscopy-viewer/65916ef3def695744bda.wasm'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/dicom-microscopy-viewer/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/dicom-microscopy-viewer/c22b37c3488e1d6c3aa4.wasm'},{'revision':'eaa70476e800651625c9e5de4501edef','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js'},{'revision':'18464c31a0a171555ad626dc059cce2d','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'254380a19b838537d422eaf69c116b45','url':'/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js.map'},{'revision':'91e3d8268b5314586d6f30676b2fab6c','url':'/dicom-microscopy-viewer/index.worker.min.worker.js'},{'revision':'8f4b222d2efaaf0f1c6372a33b2ee132','url':'/dicom-microscopy-viewer/index.worker.min.worker.js.map'},{'revision':'4acdd19a35d759ec2669f1ba9490937d','url':'/es6-shim.min.js'},{'revision':'966afc6cb727ef212a75802f2020834e','url':'/google.js'},{'revision':null,'url':'/histogram-worker.bundle.f978654858500a3080cc.js'},{'revision':'a10ea6c21a54c956e3e8351e647c4871','url':'/index.html'},{'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':null,'url':'/polySeg.bundle.c676f0a9ba553525d755.js'},{'revision':'a1aef5311245f5864315443d12246c37','url':'/polyfill.min.js'},{'revision':'981ac7f7543b8330e3826aff72c33382','url':'/serve.json'},{'revision':'b1e488d9955b62bd2858874df11d5223','url':'/silent-refresh.html'},{'revision':null,'url':'/suv-peak-worker.bundle.25f8b9c137e3de6bdc80.js'}]);
|
|
54
54
|
|
|
55
55
|
// TODO: Cache API
|
|
56
56
|
// 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.10.0-beta.
|
|
3
|
+
"version": "3.10.0-beta.66",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -56,23 +56,23 @@
|
|
|
56
56
|
"@cornerstonejs/codec-openjph": "^2.4.5",
|
|
57
57
|
"@cornerstonejs/dicom-image-loader": "^2.15.3",
|
|
58
58
|
"@emotion/serialize": "^1.1.3",
|
|
59
|
-
"@ohif/core": "3.10.0-beta.
|
|
60
|
-
"@ohif/extension-cornerstone": "3.10.0-beta.
|
|
61
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.10.0-beta.
|
|
62
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.10.0-beta.
|
|
63
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.10.0-beta.
|
|
64
|
-
"@ohif/extension-default": "3.10.0-beta.
|
|
65
|
-
"@ohif/extension-dicom-microscopy": "3.10.0-beta.
|
|
66
|
-
"@ohif/extension-dicom-pdf": "3.10.0-beta.
|
|
67
|
-
"@ohif/extension-dicom-video": "3.10.0-beta.
|
|
68
|
-
"@ohif/extension-test": "3.10.0-beta.
|
|
69
|
-
"@ohif/i18n": "3.10.0-beta.
|
|
70
|
-
"@ohif/mode-basic-dev-mode": "3.10.0-beta.
|
|
71
|
-
"@ohif/mode-longitudinal": "3.10.0-beta.
|
|
72
|
-
"@ohif/mode-microscopy": "3.10.0-beta.
|
|
73
|
-
"@ohif/mode-test": "3.10.0-beta.
|
|
74
|
-
"@ohif/ui": "3.10.0-beta.
|
|
75
|
-
"@ohif/ui-next": "3.10.0-beta.
|
|
59
|
+
"@ohif/core": "3.10.0-beta.66",
|
|
60
|
+
"@ohif/extension-cornerstone": "3.10.0-beta.66",
|
|
61
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.10.0-beta.66",
|
|
62
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.10.0-beta.66",
|
|
63
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.10.0-beta.66",
|
|
64
|
+
"@ohif/extension-default": "3.10.0-beta.66",
|
|
65
|
+
"@ohif/extension-dicom-microscopy": "3.10.0-beta.66",
|
|
66
|
+
"@ohif/extension-dicom-pdf": "3.10.0-beta.66",
|
|
67
|
+
"@ohif/extension-dicom-video": "3.10.0-beta.66",
|
|
68
|
+
"@ohif/extension-test": "3.10.0-beta.66",
|
|
69
|
+
"@ohif/i18n": "3.10.0-beta.66",
|
|
70
|
+
"@ohif/mode-basic-dev-mode": "3.10.0-beta.66",
|
|
71
|
+
"@ohif/mode-longitudinal": "3.10.0-beta.66",
|
|
72
|
+
"@ohif/mode-microscopy": "3.10.0-beta.66",
|
|
73
|
+
"@ohif/mode-test": "3.10.0-beta.66",
|
|
74
|
+
"@ohif/ui": "3.10.0-beta.66",
|
|
75
|
+
"@ohif/ui-next": "3.10.0-beta.66",
|
|
76
76
|
"@svgr/webpack": "^8.1.0",
|
|
77
77
|
"@types/react": "^18.3.3",
|
|
78
78
|
"classnames": "^2.3.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|