From 4edbb540dab6d774a6abeb4795633e9e02036436 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 7 May 2020 14:02:01 -0400 Subject: [PATCH] export named modules from DICOMWeb utility object --- platform/core/src/DICOMWeb/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/platform/core/src/DICOMWeb/index.js b/platform/core/src/DICOMWeb/index.js index f60c9b362..24ac21239 100644 --- a/platform/core/src/DICOMWeb/index.js +++ b/platform/core/src/DICOMWeb/index.js @@ -14,4 +14,13 @@ const DICOMWeb = { getString, }; +export { + getAttribute, + getAuthorizationHeader, + getModalities, + getName, + getNumber, + getString, +}; + export default DICOMWeb;