Viewer v2.5.8.6 Released

New feature:

  1. download function is supported in RESTful integration mode

Improvement:

  1. Ww wl preset only for the currently selected sequence
  2. When the series are compared, other series are scrolled in real time (if the image has already been downloaded)
  3.  In the server computing mode, the initial size of the DR image is unreasonable (too large), modified to fill the window.

Bug fix:

  1. Solve the problem that VE loading may fail due to direct switching from 3D to VE

Viewer v2.5.8.6发布通知

新特性:

  1. REST集成模式支持dicom下载功能

改善

  1. ww wl preset仅仅对当前选中序列
  2. 序列对比时候,其他序列实时翻页(如果图像已经下载完成)
  3. 手机2D Viewer,服务端运算模式下,DR图像初始大小不合理(太大),修改为填充窗口
  4. 皮肤可以编辑(仅针对VIP客户)

bug fix

  1. 解决从3D直接切换到VE可能导致VE加载失败的问题

修改

  1. 部分api接口修改,删除hosId参数,使用dataSourceId,具体请看看开发文档或联系我们

v2.5.8.5 Released

New feature:

  1. **Image/Series layout can be configured

Improvement:

  1. Loading optimization: donot load  unnecessary  js file of viewer. e.g. when only 2d viewer(&targetApp=twod) loaded, mpr and 3d releated js file will not be loaded
  2. Optimized mutli-frame file parsing design of front-end code
  3. Optimize loading speed of  2d mobile viewer by not loading unnecessary html files
  4. XA Modality cannot be switched to 3D viewer

Modification:

  1. Disuse “sprite” design for loading svg files, reuse single svg loading mode

Bug fix:

  1. the color-map displaying error when switching series
  2. loading error when loading multi-series multi-frame dicom files

Viewer v2.5.8.5发布通知

新特性:

  1. **序列和图像布局可以配置

改善:

  1. 效率优化:viewer中不引用非当前可以支持的app的js,如lungai.js,以提升加载效率
  2. 重新设计多frame图像的解析和显示
  3. 改善2D viewer移动端加载效率:Pc端html和移动端分开设计,避免加载不必要的资源
  4. XA图像不允许切换到3D

修改:

  1. 去掉sprite方式加载svg,使用原有的单个文件方式加载svg图标,因为sprite有一些问题无法解决(动画占用cpu较多,图标位置不对齐)

Bug fix:

  1. 如果配置文件数据位置没有加入\,会导致上传web uploader相对位置错误
  2. 多序列的多Frame图像可能出现的解析错误问题
  3. colormap 切换序列时候显示错误

继续阅读“Viewer v2.5.8.5发布通知”

v2.5.8.4发布通知

  •  新特性
    1. 支持更多的快捷键,并支持快捷键设置, 具体快捷键信息在Viewer中点击Shift+H查看
    2. Shift+H 参考Viewer帮助信息
    3. 支持图像和序列的预取设置:&preload=500,100 代表最大自动下载500幅图像和10个序列
  •  改善
    1. Restful API集成模式支持cache功能,以提升获取检查信息效率,后台使用redis server。对应参数&infoCache=yes,&infoCache=no,&infoCache=flush
    2. 提升进入2D Viewer速度,速度提升600ms+
    3. 提升Viewer加载速度,使用svg sprites降低svg光标的请求(降低了35个请求)
    4. 切换序列布局时候,布局图像被自动填充,而不用用户点击
  •  OEM
    1. PC Viewer 工具栏UI支持定制,对应配置文件为\wwwroot\oem\viewer\headerUIConfig_pc.json和\wwwroot\oem\viewer\headerUI\toolBar***_pc.html
  •  修改
    1. 移动端2D Viewer默认不显示有损按钮(&showLossyMode=0),除非url参数设置为有损
  •  Bug fix
    1. **图像翻转和镜像应该与序列对比的“放缩,平移,旋转”状态同步