You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !!!!!
The text was updated successfully, but these errors were encountered:
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 !!!!!
The text was updated successfully, but these errors were encountered: