This commit is contained in:
Ross
2022-04-07 23:45:30 +01:00
parent d853059845
commit 033de3d20e
+1 -1
View File
@@ -37,7 +37,7 @@ class Command(BaseCommand):
for code in site_codes:
# TODO rewrite
try:
if code in ds.PatientId:
if code in ds.PatientID:
self.stdout.write(self.style.WARNING(f"Identifiable dicom {file}"))
except AttributeError:
pass