发布内容
- 获取Study信息支持前端缓存:max-age =120 (秒)
- 获取Study信息支持server端redis缓存:过期时间为300秒 (如果要强制刷新,调试时候可以使用F12去掉缓存,或者使用&infoCache=flush)
- 获取dicom图像支持前端缓存:max-age = 86400 (24小时),Etag = 文件md5,以优化图像下载速度
- 改善:PC端序列列表下载显示为progress bar,而不是百分比text
- 改善:优化图像翻页逻辑
- Bug fix:渐进式加载时候,DR大图像切换序列或图像可能不实时的问题
- Bug fix:如果ww wl为float类型,可能导致MPR绘制错误
- Bug fix:手机端切换序列时候,序列下载进度没有更新不正确
- Bug fix:解决rest集成模式下,当第一次访问该检查,且序列图像没有下载到server端时候,可能出现的第一次访问3D失败的问题
- Bug fix:解决QQ浏览器(包括QQ软件和QQ浏览器)浏览分享连接可能失败的问题
Cache相关说明可以参考文档:/doc/cache-description-doc.html
Release note
- Getting the study information supports front-end caching: max-age = 120 (seconds)
- Getting the study information supports the server-side redis cache: the expiration time is 300 seconds (if you want to force a refresh, you can use F12 to remove the cache when debugging, or use &infoCache=flush)
- Get the dicom image support front-end cache: max-age = 86400 (24 hours), Etag = file md5 to optimize image download speed
- Improvement: PC-side series list download progress is shown as progress bar instead of percentage text
- Improvement: Optimize image scrolling logic
- Bug fix: When the progressive loading, DR large image switching series or image may not be real-time problem
- Bug fix: If ww wl is of type float, it may cause MPR drawing error.
- Bug fix: When the mobile terminal switches series or image, the series download progress is not updated incorrectly
- Bug fix: In the restful api mode, when the series image is not downloaded, the first possible 3D rendering failure may occur
- Bug fix: Solving the problem that Tencent browser (including Tencent software and Tencent browser) may not be able to browse shared connections