|
@@ -96,7 +96,7 @@ class loadDicomLogic(slicer.ScriptedLoadableModule.ScriptedLoadableModuleLogic):
|
|
|
slicer.ScriptedLoadableModule.ScriptedLoadableModuleLogic.__init__(self, parent)
|
|
|
|
|
|
self.tag={
|
|
|
- 'SOPInstanceUID' : {'tag':"0008,0018",'VR':'UI'},
|
|
|
+ 'sopInstanceUid' : {'tag':"0008,0018",'VR':'UI'},
|
|
|
'studyDate': {'tag':"0008,0020",'VR':'DA'},
|
|
|
'studyTime': {'tag':"0008,0030",'VR':'TM'},
|
|
|
'seriesTime': {'tag':"0008,0031",'VR':'TM'},
|
|
@@ -194,7 +194,7 @@ class loadDicomLogic(slicer.ScriptedLoadableModule.ScriptedLoadableModuleLogic):
|
|
|
localPath=self.getfile(sNet,f)
|
|
|
filelist.append(localPath)
|
|
|
if not self.useDicomModify:
|
|
|
- continue:
|
|
|
+ continue
|
|
|
if dicomModify==None:
|
|
|
continue
|
|
|
f0=localPath
|