That’s weird. I’ll have to walk through those steps. Yes, it’s not realistic, but we do that ALL THE TIME in our development environments: just upload the same image again and again, so it should work.
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
xnat_discussi...@googlegroups.com.
To post to this group, send email to
xnat_di...@googlegroups.com.
Visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
We’ve run into this a lot lately in some of our testing scripts. The Upload Applet code will merge uploaded data into a pre-existing prearchive session IF the study instance UIDs match and they are in the same project. Uploading the same study instance UID to different subjects in the same project isn’t something that usually happens in production, so this issue really only effects testers and developers. But, its super annoying just the same.
The culprit is that the applet uses a DICOM uploader service that shares most of its guts with the C-STORE receiver. The C-STORE should group data together by the study instance UID, but the applet should not. We’ve known about the problem for a while, but haven’t gotten it fixed because it theoretically doesn’t affect production and other things do.
Just the same, we should really get this fixed. Its confused our testers way to many times.
Tim