Explorar o código

Renaming CT and DMR Nodes

Jan Stefanic %!s(int64=5) %!d(string=hai) anos
pai
achega
38eb91d3a1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dataExplorer/dataExplorer.py

+ 2 - 0
dataExplorer/dataExplorer.py

@@ -153,12 +153,14 @@ class dataExplorerWidget(ScriptedLoadableModuleWidget):
 
   def onLoadCTButtonClicked(self):
       self.CT=self.loadPatientLogic.loadCT(self.patientId.text)
+      self.CT[0]['node'].SetName(self.patientId.text+"_CT")
 
   def onLoadCTRSButtonClicked(self):
       self.CTRS=self.loadPatientLogic.loadCTRS(self.patientId.text)
 
   def onLoadDMRButtonClicked(self):
       self.DMR=self.loadPatientLogic.loadDMR(self.patientId.text)
+      self.DMR[0]['node'].SetName(self.patientId.text+"_DMR")
 
 #
 # dataExplorerLogic