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