Closed blissdismissed closed 7 months ago
What's the output from debug_logger()
look like?
It wasn't too helpful to my untrained eye. Hopefully you can glean something from it:
In case it helps anyone else, I found the problem.
I needed to add the requesting AE Title to my application entity instance:
ae = AE() ==> ae = AE(ae_title="mySCU_AETitle)
The documentation and examples should be clearer about this, as I had to really dig into the assocation to find a hidden default aetitle of pynetdicom.
I'm trying to do a series of queries to get from an accession number to a studyUID. But all of my attempts at querying result in an A-Abort with the reason of (no value available).
I don't understand why. I tried by patient name and patientID and made sure they exist in the PACS db. Am I missing something else in the query to get this to work?
Appreciate any help folks can offer. If it helps I am trying to query a Visage 7 pacs instance. My CMOVE with the patientID, studyInstanceUID and seriesInstanceUID works well. Just trying to get those parameters as a first step in the process is not working.