@ohif/extension-dicom-html: Return modality from sopClassHandler (0.0.4)

This commit is contained in:
Erik Ziegler 2019-07-19 17:53:57 +02:00
parent 86732c8186
commit fbc06329e2
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-html",
"version": "0.0.3",
"version": "0.0.4",
"description": "OHIF extension for rendering structured reports to HTML",
"author": "OHIF",
"license": "MIT",

View File

@ -24,6 +24,7 @@ const OHIFDicomHtmlSopClassHandler = {
return {
plugin: 'html',
modality: 'SR',
displaySetInstanceUid: utils.guid(),
wadoRoot: study.getData().wadoRoot,
wadoUri: instance.getData().wadouri,