From b54e3734a7a895aed1708a3700adc9d3933fa997 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 7 May 2020 14:05:18 -0400 Subject: [PATCH] Expose dicomMetadataStore in @ohif/core --- platform/core/src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/core/src/index.js b/platform/core/src/index.js index d2f225bea..018033602 100644 --- a/platform/core/src/index.js +++ b/platform/core/src/index.js @@ -18,7 +18,7 @@ import string from './string.js'; import studies from './studies/'; import ui from './ui'; import user from './user.js'; -import errorHandler from './errorHandler.js'; +import dicomMetadataStore from './dicomMetadataStore'; import utils, { hotkeys } from './utils/'; import { @@ -65,6 +65,7 @@ const OHIF = { UIViewportDialogService, MeasurementService, IWebApiDataSource, + dicomMetadataStore, }; export { @@ -100,6 +101,7 @@ export { UIViewportDialogService, MeasurementService, IWebApiDataSource, + dicomMetadataStore, }; export { OHIF };