-
Notifications
You must be signed in to change notification settings - Fork 645
C-Get association released after associate #1955
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
Comments
Did you have any error in fo-dicom (some exception or similar)? What does the DICOM log say, did the server initiate to close the association? Then you have to contact someone who has access to the server log to tell you why the server did not send you all the images. you cannot know for sure. By DICOM Standard the UIDs have to be unique and there should never be some duplicated series with same UIDs but different content. And there is no mechanism to know if the series is complete. Usually applications are collecting images and have some timeout. if for some minutes no further data is receiving then the series is considered to be complete. But your application has to be designed in a way, that if further images of a series arrive, that you then will be able to update the data correctly and restart your processings |
Thanks for your reply. I will try your approach even though some PAC will not allow to CFIND on Image Level |
Hope the approach worked fine. If there is still some problem with fo-dicom, then please provide more informations and please reopen this isssue. Meanwhile I will close this issue. |
I followed the C-Get implemented in the fo-dicom sample and was able to retrieve some of the data from Sante PAC, but there are some studies and series that were unable to receive.
When I ask for 3 series in the same study, it sends back 1, other requests got released right after association accepted without any response.
Some other studies in my server are having the same issue, How can I address this ?
And by the way, how can I know which series are duplicates or incomplete to filter them out ?
The text was updated successfully, but these errors were encountered: