You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to DICOM PS3.18 2023e - Web Services Section 8.5 the server can respond with a 206 status code when for example not all images could be retrieved during a WADO-RS request. Is there some way to get this information programmatically when using dicomweb-client (e.g. when calling retrieve_study)?
I only found one location in web.py where a warning is logged to the console when a warning is in the response.headers. Is there a way to access the response status after e.g. retrieve_study is called?
The text was updated successfully, but these errors were encountered:
According to DICOM PS3.18 2023e - Web Services Section 8.5 the server can respond with a 206 status code when for example not all images could be retrieved during a WADO-RS request. Is there some way to get this information programmatically when using dicomweb-client (e.g. when calling
retrieve_study
)?I only found one location in web.py where a warning is logged to the console when a warning is in the
response.headers
. Is there a way to access the response status after e.g.retrieve_study
is called?The text was updated successfully, but these errors were encountered: