How to download a study from Orthanc using C-MOVE (PynetDICOM)? #908
Replies: 5 comments 7 replies
-
Can you post the out from from pynetdicom import debug_logger
debug_logger()
# rest of your code |
Beta Was this translation helpful? Give feedback.
-
I hope you can help me with this, |
Beta Was this translation helpful? Give feedback.
-
You're using a Patient root query with a STUDY level but don't have any of the required keys. |
Beta Was this translation helpful? Give feedback.
-
Thank you, @scaramallion ds = Dataset()
ds.QueryRetrieveLevel = 'PATIENT'
ds.PatientID = '301'
ds.StudyID = '16543' |
Beta Was this translation helpful? Give feedback.
-
Your help and information are very useful to me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to pynetdicom and I want to download a study from orthanc installed on my device, but I always get the error" Move SCP Result: 0xC000 (Failure)."
What should I add or modify for it to work correctly?
I have another question when downloading the study, where is it stored and is it possible to link it to my database?
here is my code
I hope you can help @scaramallion
thanks for everyone
Beta Was this translation helpful? Give feedback.
All reactions