@ohif/extension-dicom-html: Return modality from sopClassHandler (0.0.4)
This commit is contained in:
parent
86732c8186
commit
fbc06329e2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ohif/extension-dicom-html",
|
"name": "@ohif/extension-dicom-html",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "OHIF extension for rendering structured reports to HTML",
|
"description": "OHIF extension for rendering structured reports to HTML",
|
||||||
"author": "OHIF",
|
"author": "OHIF",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -24,6 +24,7 @@ const OHIFDicomHtmlSopClassHandler = {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
plugin: 'html',
|
plugin: 'html',
|
||||||
|
modality: 'SR',
|
||||||
displaySetInstanceUid: utils.guid(),
|
displaySetInstanceUid: utils.guid(),
|
||||||
wadoRoot: study.getData().wadoRoot,
|
wadoRoot: study.getData().wadoRoot,
|
||||||
wadoUri: instance.getData().wadouri,
|
wadoUri: instance.getData().wadouri,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user