Jan Stefanic пре 5 година
родитељ
комит
38eb91d3a1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      dataExplorer/dataExplorer.py

+ 2 - 0
dataExplorer/dataExplorer.py

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