-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ShUp: query pacs with patient IPP produces wrong tree (all exams, but no series) #1978
Comments
Hi Laurent, to fix this issue, you will have to use, what is currently on my branch ShUp v8.0.0, the latest version. I have put you reviewer on my PR. To see, what I did. I did a refactor, that was quite hard to do, to remove the old DICOM library dcm4che2 from ShUp, to migrate to dcm4che3 and use the same code as the server to query the pacs. It works now fine, after weeks of fixes, in one center. There seems to remain the problem with the pacs query on using patient IPP. This might be a good start for you, to dive into DICOM query. And to set up locally a PACS from which you can import, on using the new code with dcm4che3. With kind regards, Michael |
Please see this guide here to use the backup pacs behind shanoir server, as your import pacs |
Hi Laurent, thank you for your efforts. On local it always worked for me as well. |
Fix here: in QueryPACSService: #2063 |
ShUp provides an interface to query a PACS (DICOM server), when using patient name and study date, all works fine. When using the patient IPP as search criteria, the tree is strange: shows all exams, but misses series). This should be fixed on the code of #1930 (the latest version).
seen with CH
The text was updated successfully, but these errors were encountered: