Append Module to sopClassHandler method

This commit is contained in:
dannyrb 2019-06-16 14:17:22 -04:00
parent 9b7d77e2d6
commit 3ed602a40a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export default class OHIFDicomHtmlExtension {
return OHIFDicomHtmlViewport;
}
getSopClassHandler() {
getSopClassHandlerModule() {
return OHIFDicomHtmlSopClassHandler;
}
}

View File

@ -13,7 +13,7 @@ export default class OHIFDicomPDFExtension {
return OHIFDicomPDFViewport;
}
getSopClassHandler() {
getSopClassHandlerModule() {
return OHIFDicomPDFSopClassHandler;
}
}