-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable Study-level queries without requiring patient info #38
Comments
The issue is probably that dicomtrolley uses the patient as root for the query retrieve model (see https://dicom.nema.org/dicom/2013/output/chtml/part04/sect_C.6.html) |
The information model is coded here: |
Did some reading and tests to find out what we are talking about.
Studying https://dicom.nema.org/dicom/2013/output/chtml/part04/sect_C.6.html it seems there is no harm in switching to the Study level information model. In fact, this seems a better fit as throughout dicomtrolley the study, not the patient is the default root level of query and download. |
The following query works now for DICOMQR in dicomtrolley >= 2.2.0:
|
Description
The following code
Does not yield any results (studies =[]), even though this is a valid query and a study corresponding to these criteria actually exists.
Tried this on Agfa PACS DICOM-QR.
The text was updated successfully, but these errors were encountered: