소스 검색

Removing clearNodes as it requires class which would overcomplicate argument list - the callee should do that before loadPatient is initiatied

Andrej 3 년 전
부모
커밋
84777462c8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      loadPatient.py

+ 0 - 1
loadPatient.py

@@ -19,7 +19,6 @@ def load(db,fb,fbDMR,iDicom,lDicom,project,label):
 
     print('loadPatient.load ver: 1.0.3')
 
-    lDicom.clearNodes()
 
 
     idFilter={'variable':'EMBRACE_ID','value':label,'oper':'eq'}