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?