|
@@ -45,9 +45,9 @@ class loadPatientLogic(slicer.ScriptedLoadableModule.ScriptedLoadableModuleLogic
|
|
def setURIHandler(self, net):
|
|
def setURIHandler(self, net):
|
|
self.sNet=net
|
|
self.sNet=net
|
|
|
|
|
|
- def setLocal(self,basePath)
|
|
|
|
- self.dicomImporter.setLocal(basePath)
|
|
|
|
- self.dicomLoader.setLocal(basePath)
|
|
|
|
|
|
+ def setLocal(self,basePath):
|
|
|
|
+ self.dicomImporter.setLocal(basePath)
|
|
|
|
+ self.dicomLoader.setLocal(basePath)
|
|
|
|
|
|
def getOICode(self, label):
|
|
def getOICode(self, label):
|
|
filter=[]
|
|
filter=[]
|