Hi there,
I have noticed that some images uploaded to our system (version 1.8.2.2, build: 4) using the XNAT Upload Assistant (v1.1.3) still had private tags despite the project-specific anonymisation script being enabled in the XNAT project where they were uploaded:
version "6.1"
removeAllPrivateTags
Doing a bit of investigation, it seems to be a combination of XNAT Upload Assistant with something specific in these DICOM files. First, I only found a warning in restlet.log that I am not sure it's related, saying:
"[http-nio-8080-exec-28] WARN There appears to have been an issue launching pipeline AUTO_ARCHIVE for user admin on project XXX and experiment XXX"
Nothing in other logs. If I change to version 6.2 in the script, it won't even upload, complaining that the SOP Class UID is missing, which is wrong: I have checked the files and the one it specifically complains about has the SOP Class UID corresponding to CT.
I tried uploading the same files with the compressed uploader and it works fine, uploads and removes the tags, both with 6.1 and 6.2. in the script.
Is this a known issue with the Upload Assistant?
Thanks,
Lorena