Append Module to sopClassHandler method
This commit is contained in:
parent
9b7d77e2d6
commit
3ed602a40a
@ -13,7 +13,7 @@ export default class OHIFDicomHtmlExtension {
|
|||||||
return OHIFDicomHtmlViewport;
|
return OHIFDicomHtmlViewport;
|
||||||
}
|
}
|
||||||
|
|
||||||
getSopClassHandler() {
|
getSopClassHandlerModule() {
|
||||||
return OHIFDicomHtmlSopClassHandler;
|
return OHIFDicomHtmlSopClassHandler;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export default class OHIFDicomPDFExtension {
|
|||||||
return OHIFDicomPDFViewport;
|
return OHIFDicomPDFViewport;
|
||||||
}
|
}
|
||||||
|
|
||||||
getSopClassHandler() {
|
getSopClassHandlerModule() {
|
||||||
return OHIFDicomPDFSopClassHandler;
|
return OHIFDicomPDFSopClassHandler;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user