Hi Ashley,
Reinforcing what Charlie said: "Don't go there!" Having multiple DICOM StudyInstanceUIDs in a single session will cause you problems.
We have experimented in the past with the mechanisms in the prearchive to allow you to override the conflict and archive the second batch of scans anyway, but ignoring the warning message that XNAT displays will almost certainly cause problems down the line if you try to view the images, as the OHIF viewer follows the DICOM model closely.
We occasionally encounter the issue when one of our MRI scanners fails to perform its "retro-recons" in a timely fashion (meaning that these parts of the original study are sent with a different StudyInstanceUID).
In cases like yours, we would employ one of two solutions:
(1) Acknowledge formally the fact that these are two different scans (even if it's the same patient visit). In this case we would just create two XNAT sessions (e.g., VISIT1_CLINICAL and VISIT1_RESEARCH).
(2) Use a tool like DicomBrowser to change manually the StudyInstanceUID tag in the "Research" scans so that they match the UIDs in the "Clinical" scan. You can also write a short bit of code in Java to use the
DicomEdit 6 library to perform this programmatically, or code in Python and call DicomEdit 6 via Python's subprocess module. If you do, the supplementary images should import fine with no "merge" issue at the prearchive stage.
Best wishes,
Simon