Andrej 3 anni fa
parent
commit
ff5c3c16c9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      loadPatient.py

+ 1 - 0
loadPatient.py

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