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;