소스 검색

Verbosity in CTRS

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

+ 1 - 0
loadPatient.py

@@ -81,6 +81,7 @@ def load(db,fb,fbDMR,iDicom,lDicom,project,label):
     dsCTRS=db.selectRows(project,'study','ImagingVisitsManaged',[idFilter,ctrsFilter])
     try:
         ctrsRow=dsCTRS['rows'][0]
+        print('CTRS: {}'.format(len(dsCTRS['rows'])))
     except IndexError:
         return returnObj
     seqNum=ctrsRow['pseudoTransverseID']