.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user