linkimaging – 第29页 – Link-Imaging用户中心
跳至内容
发布内容
- 架构修改,更好的处理多序列情况
- 底层api修改:联氪版api以序列为单位进行ai分析,而不是以study为单位,阿里版仍然以study为单位
- 修改相关bug
- 修改相关文档
Bug fix
- 解决Image Server解析配置文件的潜在bug/Solve potential parsing cofigration bugs in image server
发布内容:
- Server端改善:Uploader Server如果api失败,则由svc进行重启
- 检查列表改善:加入快速浏览图像按钮,并加入report按钮(暂未发布)
发布内容
- 对DR/CR输出的dicom图像进行胸部14种疾病诊断
- 可以显示诊断结果列表和概率
- 可以显示Colormap,展示可疑病灶所在位置
- 提供常用的图像交互和测量功能
新特性
- Viewer Url中支持ui=tool参数,可以隐藏最上方工具栏
改善
- 优化MPR算法层速度,修改为多线程,速度提升20%+
- AI配置文件移动到数据库中
- 关闭ServerManager svc服务时候,同时关闭Volume Service,避免升级程序时候需要手动关闭
Bug fix
- 解决自定义窗宽窗位与快捷键冲突的问题
- 本地(Local file)集成模式,没有传递sopInstanceUid的问题
相关修改
- 改善Viewer按钮样式
- 支持Chest X线AI产品
bug fix
- 修改上传时候,如果存储空间或检查个数达到上限,且当前数据源允许自动删除时候,无法继续上传的问题
改善
- **重要改善:Uploader 服务功能从Image Server移除,放到Uploader Server(新的server),以便系统更加稳定,并保证职责清晰
Bug Fix
- 解决2D Viewer中可能的问题/Solve possible bugs in 2D viewer
Improvement
- image download function is supported in ie11 and edge browser
- If there is only one image of the series, other series should not be indexed synchronously with this series
- Same series of MG images, panning should not be synchronized
Bug fix
- Solve the problem that the XA image does not show the slider in the mobile mode
- Image display error when switching between MPR and 2D viewer for one image series
改善
- **ie11和edge 支持保存图像功能
- 如果是定位片或者一幅图像,其他序列不应该index同步
- 相同序列的MG图像,平移不应该同步
Bug fix
- 保存图像时候,文件扩展名是.jpg,但是内容为png
- 如果是多frame文件,server端运算模式也应该切换到前端运算
- mobile模式下,xa图像没有显示slider
- **带定位图图像,加入到2d,再加载到mpr,再切回到2D,定位图不显示了