@ohif/app 3.9.0-beta.73 → 3.9.0-beta.75
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/{2281.bundle.6ac45f2bf02645e84941.js → 2281.bundle.35caed4782e9d982ea8f.js} +5 -8
- package/dist/{app.bundle.80bad855dbc259b2d231.js → app.bundle.530a24f3a74cd69f694d.js} +4 -4
- package/dist/app.bundle.css +2 -2
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{153.bundle.5071e5c2eeb434aa95cb.js → 153.bundle.635f4ff0d72427a0858a.js} +0 -0
- /package/dist/{1994.bundle.83c99d3d9a75e40cc3ae.js → 1994.bundle.3a00d43eb63876919ba2.js} +0 -0
- /package/dist/{2065.bundle.2fb2ec379dec7a8abebe.js → 2065.bundle.a61934365c6f5f687938.js} +0 -0
- /package/dist/{2791.bundle.9386b5c364e946ba5996.js → 2791.bundle.b6b537dccc19c6e8675a.js} +0 -0
- /package/dist/{3962.bundle.ab1f10baa4fed809b445.js → 3962.bundle.412ea138c5786cfef721.js} +0 -0
- /package/dist/{4210.bundle.4e242b988658cf8b4b74.js → 4210.bundle.747f2c9002af2fd6b448.js} +0 -0
- /package/dist/{4353.bundle.9e1285c98492d5023fb5.js → 4353.bundle.be7febe5d8ad19b026d5.js} +0 -0
- /package/dist/{4842.bundle.23cffb809d1c0ce211d9.js → 4842.bundle.369f849f75ff9e9e4844.js} +0 -0
- /package/dist/{4978.bundle.1917386cac6b68158a0e.js → 4978.bundle.b9dcd72b909b338cd8ed.js} +0 -0
- /package/dist/{5516.bundle.8571a798abdc65a8f0d8.js → 5516.bundle.2736687b1eb222442ec5.js} +0 -0
- /package/dist/{5888.bundle.73ff6545976d7ba8d1aa.js → 5888.bundle.ca5f9df1cab9412fe320.js} +0 -0
- /package/dist/{6591.bundle.ff69d5cdd3171a5fba8f.js → 6591.bundle.a69f382ccc60701d2d8d.js} +0 -0
- /package/dist/{7246.bundle.ded9e615ff7dc855cf56.js → 7246.bundle.993a4a275cbf4929477a.js} +0 -0
- /package/dist/{7360.bundle.53a2ba8e62878d5ad929.js → 7360.bundle.6a2467831781b78b3a4e.js} +0 -0
- /package/dist/{7376.bundle.2e024b745f0b54d8a834.js → 7376.bundle.380ace37b7b429f95c69.js} +0 -0
- /package/dist/{7502.bundle.6aeb476cabfc6cd10e3b.js → 7502.bundle.3c51fed3cc5063fa89e6.js} +0 -0
- /package/dist/{7913.bundle.f107c92176ba3899989d.js → 7913.bundle.56b56da7c40091f4db4a.js} +0 -0
- /package/dist/{8944.bundle.5e7db72f56e953e1ebfa.js → 8944.bundle.56ee5dc70f0b242f4650.js} +0 -0
- /package/dist/{9824.bundle.5c22bcf55431e3df12a6.js → 9824.bundle.94a3bc35645952067cf6.js} +0 -0
|
@@ -680,7 +680,6 @@ class RetrieveMetadataLoaderAsync extends RetrieveMetadataLoader {
|
|
|
680
680
|
* @param {*} enableStudyLazyLoad Whether the study metadata should be loaded asynchronously
|
|
681
681
|
* @param {object} filters Object containing filters to be applied on retrieve metadata process
|
|
682
682
|
* @param {string} [filters.seriesInstanceUID] Series instance uid to filter results against
|
|
683
|
-
* @param {array} [filters.SeriesInstanceUIDs] Series instance uids to filter results against
|
|
684
683
|
* @param {function} [sortCriteria] Sort criteria function
|
|
685
684
|
* @param {function} [sortFunction] Sort function
|
|
686
685
|
*
|
|
@@ -704,7 +703,6 @@ async function RetrieveMetadata(dicomWebClient, StudyInstanceUID, enableStudyLaz
|
|
|
704
703
|
* @param {*} enableStudyLazyLoad Whether the study metadata should be loaded asynchronously
|
|
705
704
|
* @param {object} filters Object containing filters to be applied on retrieve metadata process
|
|
706
705
|
* @param {string} [filters.seriesInstanceUID] Series instance uid to filter results against
|
|
707
|
-
* @param {array} [filters.SeriesInstanceUIDs] Series instance uids to filter results against
|
|
708
706
|
* @param {function} [sortCriteria] Sort criteria function
|
|
709
707
|
* @param {function} [sortFunction] Sort function
|
|
710
708
|
*
|
|
@@ -712,10 +710,10 @@ async function RetrieveMetadata(dicomWebClient, StudyInstanceUID, enableStudyLaz
|
|
|
712
710
|
*/
|
|
713
711
|
function retrieveMetadataFiltered(dicomWebClient, StudyInstanceUID, enableStudyLazyLoad, filters, sortCriteria, sortFunction) {
|
|
714
712
|
const {
|
|
715
|
-
|
|
713
|
+
seriesInstanceUID
|
|
716
714
|
} = filters;
|
|
717
715
|
return new Promise((resolve, reject) => {
|
|
718
|
-
const promises =
|
|
716
|
+
const promises = seriesInstanceUID.map(uid => {
|
|
719
717
|
const seriesSpecificFilters = Object.assign({}, filters, {
|
|
720
718
|
seriesInstanceUID: uid
|
|
721
719
|
});
|
|
@@ -753,7 +751,6 @@ const StudyMetaDataPromises = new Map();
|
|
|
753
751
|
* @param {boolean} enableStudyLazyLoad Whether the study metadata should be loaded asynchronously.
|
|
754
752
|
* @param {Object} [filters] Object containing filters to be applied on retrieve metadata process
|
|
755
753
|
* @param {string} [filters.seriesInstanceUID] Series instance uid to filter results against
|
|
756
|
-
* @param {array} [filters.SeriesInstanceUIDs] Series instance uids to filter results against
|
|
757
754
|
* @param {function} [sortCriteria] Sort criteria function
|
|
758
755
|
* @param {function} [sortFunction] Sort function
|
|
759
756
|
*
|
|
@@ -777,7 +774,7 @@ function retrieveStudyMetadata(dicomWebClient, StudyInstanceUID, enableStudyLazy
|
|
|
777
774
|
return StudyMetaDataPromises.get(promiseId);
|
|
778
775
|
}
|
|
779
776
|
let promise;
|
|
780
|
-
if (filters && filters.
|
|
777
|
+
if (filters && filters.seriesInstanceUID && Array.isArray(filters.seriesInstanceUID)) {
|
|
781
778
|
promise = utils_retrieveMetadataFiltered(dicomWebClient, StudyInstanceUID, enableStudyLazyLoad, filters, sortCriteria, sortFunction);
|
|
782
779
|
} else {
|
|
783
780
|
// Create a promise to handle the data retrieval
|
|
@@ -2857,8 +2854,8 @@ function ViewerHeader({
|
|
|
2857
2854
|
hotkeyDefinitions,
|
|
2858
2855
|
hotkeyDefaults
|
|
2859
2856
|
} = hotkeysManager;
|
|
2860
|
-
const versionNumber = "3.9.0-beta.
|
|
2861
|
-
const commitHash = "
|
|
2857
|
+
const versionNumber = "3.9.0-beta.75";
|
|
2858
|
+
const commitHash = "8e7cc1152917f562ea7e6a5f3f7e492b300dc564";
|
|
2862
2859
|
const menuOptions = [{
|
|
2863
2860
|
title: t('Header:About'),
|
|
2864
2861
|
icon: 'info',
|
|
@@ -1029,8 +1029,8 @@ function WorkList({
|
|
|
1029
1029
|
};
|
|
1030
1030
|
});
|
|
1031
1031
|
const hasStudies = numOfStudies > 0;
|
|
1032
|
-
const versionNumber = "3.9.0-beta.
|
|
1033
|
-
const commitHash = "
|
|
1032
|
+
const versionNumber = "3.9.0-beta.75";
|
|
1033
|
+
const commitHash = "8e7cc1152917f562ea7e6a5f3f7e492b300dc564";
|
|
1034
1034
|
const menuOptions = [{
|
|
1035
1035
|
title: t('Header:About'),
|
|
1036
1036
|
icon: 'info',
|
|
@@ -8236,7 +8236,7 @@ const detectionOptions = {
|
|
|
8236
8236
|
}
|
|
8237
8237
|
});
|
|
8238
8238
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
8239
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.9.0-beta.
|
|
8239
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.9.0-beta.74"}');
|
|
8240
8240
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
8241
8241
|
const languagesMap = {
|
|
8242
8242
|
ar: 'Arabic',
|
|
@@ -399317,7 +399317,7 @@ function __disposeResources(env) {
|
|
|
399317
399317
|
/******/ // This function allow to reference async chunks
|
|
399318
399318
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
399319
399319
|
/******/ // return url for filenames based on template
|
|
399320
|
-
/******/ return "" + ({"1985":"polySeg","2158":"histogram-worker","7607":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"153":"
|
|
399320
|
+
/******/ return "" + ({"1985":"polySeg","2158":"histogram-worker","7607":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"153":"635f4ff0d72427a0858a","818":"b64fae7e982e16a82ca2","1169":"a3d3d310f1d8d7e335bf","1202":"1468f0e71fea0c593081","1498":"d8f5281952d09c57ef87","1985":"40b9a8c9006bb15691ee","1994":"3a00d43eb63876919ba2","2065":"a61934365c6f5f687938","2158":"d97bab3206c49329f64b","2281":"35caed4782e9d982ea8f","2412":"e1abf9a60dcecb7f0c77","2417":"4a0334c8c4047005979e","2568":"0442243e2aa67754c0fe","2791":"b6b537dccc19c6e8675a","2831":"22245416b8edb6c9dc56","2898":"21f0702e5d67b8aca5af","3286":"b9b3a165dc5a8b24b47f","3424":"1b6101d721148c04242b","3497":"a04a2444975bf50fddf8","3658":"ca4d24aa942995e51df2","3962":"412ea138c5786cfef721","4210":"747f2c9002af2fd6b448","4353":"be7febe5d8ad19b026d5","4530":"ec12dfd2fbf9083b164e","4757":"ed362a485344485c9f1c","4842":"369f849f75ff9e9e4844","4978":"b9dcd72b909b338cd8ed","5516":"2736687b1eb222442ec5","5793":"eed3fe9019c31999efff","5888":"ca5f9df1cab9412fe320","5931":"f16bcd50591d83af9f7a","6010":"a41bef6e63d1f8f8af7f","6591":"a69f382ccc60701d2d8d","6904":"27abf08c0f2e4fe5e06d","7246":"993a4a275cbf4929477a","7360":"6a2467831781b78b3a4e","7376":"380ace37b7b429f95c69","7502":"3c51fed3cc5063fa89e6","7604":"42d3f08efb3a9eae4581","7607":"a70e70b9ef87c18b896c","7913":"56b56da7c40091f4db4a","8315":"5066943ed0a18dd2ae4e","8714":"fb419b4e3c25ae85d9fb","8944":"56ee5dc70f0b242f4650","8993":"256bb3c84d2564a5f3cf","9824":"94a3bc35645952067cf6"}[chunkId] + ".js";
|
|
399321
399321
|
/******/ };
|
|
399322
399322
|
/******/ })();
|
|
399323
399323
|
/******/
|