Skip to content
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

hardcoded root query #68

Open
orycohen opened this issue May 8, 2024 · 1 comment
Open

hardcoded root query #68

orycohen opened this issue May 8, 2024 · 1 comment

Comments

@orycohen
Copy link

orycohen commented May 8, 2024

Hi guys,

I've just started to use this cool module, and I've been trying to query patients from a local ConQuest server.
The responses were always empty when I set the '0008,0052' tag to 'PATIENT' and I haven't understand why.
After testing the pynetdicom library, and finding that the same query there did return me the expected results, I looked here where is the RootQuery model is set. (In conquest, no matter what tags I've put in the query, it always logged 'StudyRootQuery')
Then, I noticed that in the 'FindAsyncWorker.cc' file you set the UID_FINDStudyRootQueryRetrieveInformationModel hardcoded, so it isn't possible to change it in order to perform PatientRootQuery.

Have I missed something?
Thanks from advance !!!!!

@knopkem
Copy link
Owner

knopkem commented May 8, 2024

Hey,
I think this is a good analysis. Will try to fix this asap. Thanks for reporting.
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants