Hi, this problem was not present before 3.7.1
I launch the first study like this:
weasis://$dicom:close --all $dicom:get -w "link to custom manifest"
The manifest looks like this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<manifest xmlns="http://www.weasis.org/xsd/2.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<arcQuery additionnalParameters="" arcId="1633801760560" baseUrl="https://my-serverxxx" requireOnlySOPInstanceUID="false">
<Patient PatientID="3434343434" PatientName="Hilary Williams" PatientBirthDate="19810424" >
<Study StudyInstanceUID="1.2.826.0.1.3680043.9.67.1628690511213.5xxxx" StudyDescription="TORAX AP" StudyDate="20210811" StudyTime="093142" > ....
I know something is weird right away because the patient is listed twice on the DICOM explorer.
I then launch a second study from the same patient... same principle I simply don't issue the close command:
The second manifest is identical in terms of the patient information, id, birth date... everything matches and the images from the second study are loaded but I can't see them right away, I actually have to select the second patient from the DICOM explorer, by doing this I am able to see both studies.
What's even weirder is that when I launch a study from a separate patient using the close command the new patient is listed twice and then an entry from the previous patient also remains there so I now have 3 patient entries. The previous patient is empty though, if I click it I get no studies.
This used to work, unless I have to alter the manifest files for this new version.
Apparently all patients are duplicated you just don't notice the issue unless you try to launch a second study from the same patient.
This was tested on a brand new Windows 10 install and installing WEASIS from scratch.
Thank You