Failed to query information from SCP #819
zhang-qiang-github
started this conversation in
Query/Retrieve
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I have successfully connect a SCP by:
And it can print
print('Association established with Echo SCP!')
.Then, I want to query the patient list from SCP. For example, I want to know how many patient does SCP have, and the patient name. I have read the example: https://pydicom.github.io/pynetdicom/stable/examples/basic_worklist.html.
My code is:
But, it print
print('Association rejected, aborted or never connected')
.The only difference is changing
ae.add_requested_context('1.2.840.10008.1.1')
toae.add_requested_context(ModalityWorklistInformationFind)
, Andae.add_requested_context(DisplaySystem)
also failed.How can I kown how many patients does the SCP have?
Any suggestion is appreciated~~~
Beta Was this translation helpful? Give feedback.
All reactions