It appears that these are showing up as different studies because, according to the DICOM, they’re different studies. I aggregated all of the scans into a single folder under DCMPHANTOM. This is basically how they were stored in the prearchive. Each set of scans is there under that folder in a folder named according to the upload time of the scan. So there are 26 different rows appearing in the prearchive and, when you open that top-level folder up in DICOM Browser, there are 26 different study instance IDs represented. The study instance ID is stored at (0020,000D) in the DICOM headers. This is what we use to correlate the various scan files into a single DICOM study.
If you truly want these to be part of a single study, you can open them in DICOM Browser and modify the study instance ID there, or you can merge the studies in OsiriX or… something else like that. But XNAT itself is actually doing the correct thing as it sees it.
HTH.
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/xnat_discussion/-/KbJOCcxXrHIJ.
To post to this group, send email to
xnat_di...@googlegroups.com.
To unsubscribe from this group, send email to
xnat_discussi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.
It appears that these are showing up as different studies because, according to the DICOM, they’re different studies. I aggregated all of the scans into a single folder under DCMPHANTOM. This is basically how they were stored in the prearchive. Each set of scans is there under that folder in a folder named according to the upload time of the scan. So there are 26 different rows appearing in the prearchive and, when you open that top-level folder up in DICOM Browser, there are 26 different study instance IDs represented. The study instance ID is stored at (0020,000D) in the DICOM headers. This is what we use to correlate the various scan files into a single DICOM study.
No, what XNAT does with that tag is to set the *proposed* session name for the study once it’s pushed into the archive. It does not try to merge studies that are marked as unique based on the study instance ID. So what you’re seeing is XNAT attempting to make sense out of the proposed session names for all of these different sessions that come in.
You have two options:
· Just create separate sessions within XNAT.
· Pre-process the DICOM to modify the study instance IDs so that they all match. That will then make each of the scans part of the same study.
hi deech,i deleted everything and brendan re-uploaded the entire study with uniform instance id. still getting the same error as before. if it helps we can coordinate sometime tomorrow so that i can show you via join.me.Can you send me the rows in the prearchive that are causing this problem? To get the rows just do:
curl -u <username> http://<hostname>/data/prearchive?format=json
{"ResultSet":{"Result":[{"scan_time":"","status":"READY","subject":"PHANTOM003","tag":"1.2.276.0.7230010.3.1.2.8323329.420.1337202999.953689","uploaded":"2012-05-17 14:45:47.318","lastmod":"2012-05-17 19:39:04.474","scan_date":"","url":"/prearchive/projects/DCMPHANTOM/20120517_144547318/1","timestamp":"20120517_144547318","project":"DCMPHANTOM","autoarchive":"","name":"1","folderName":"1"}]}}
And can you also send me the output of your session:
curl -u <username> http://<hostname>/data/projects/<project>/subjects/<subject>/experiments/<session>?format=jsonbecause i deleted PHANTOM003 (but still can't archive)Enter host password for user 'satra':<html><head><title>Status page</title></head><body><h3>Unable to find the specified subject.</h3><p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">here</a>.<br>Please continue your visit at our <a href="/">home page</a>.</p></body></html>cheers,satra
Without any further information and if the error message is at all descriptive it looks to me as though it is trying to append to an existing session but changing the subject.
-deech
On Tuesday, May 15, 2012 8:26:36 PM UTC-5, satra wrote:
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To view this discussion on the web visit https://groups.google.com/d/msg/xnat_discussion/-/PudqiKtDLCMJ.