-
Notifications
You must be signed in to change notification settings - Fork 181
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
Failed sub-operation with getscu (but works in DCMTK getscu) #977
Comments
pynetdicom log
|
DCMTK log
|
I may add support for a config file similar to how Note to self: update the app doc pages with the current |
Thank you very much for the quick help. I have just realized it, too. I guess |
Hi!
We have issues transferring images of a specific modality (DX) when using C-GET with pynetdicom. It returns a failure status of 0xA702. The verbose output of the
getscu
app of pynetdicom when fetching such a series is below in a separate comment (because of the size). The samegetscu
command with DCMTK works fine (verbose output also below). The downloaded image (by using DCMTK) can be opened with pydicom (v2) without a problem. I would be very grateful for any help.EDIT:
We have noticed that
DigitalXRayImageStorageForPresentation
abstract syntax is missing in pynetdicom when usinggetscu
. Even when it seems that it should be added in thegetscu
code.The text was updated successfully, but these errors were encountered: