LinkEye Viewer 2.6.0.4 released

发布内容

  1. 【新特性】加入渐进式浏览模式,优先下载有损图像,并对显示的图像进行无损下载,以提升阅片体验,集成方式请参考相关开发文档
  2. 【新特性】2D 移动Viewer中加入上下翻页按钮
  3. 【改善】重构前端代码,部分优化Viewer初始化速度
  4. 【改善】2D 移动Viewer中,如果左右滑动屏幕,则采用单步翻页模式,不会根据Touch移动的距离进行跳跃翻页,如果上下翻页,则自动计算翻页距离(默认模式)
  5. 【升级注意】重构底层分享代码(升级时候,数据库有需要更新)
  6. 【文档】完善开发文档中的参数说明文档
  7. 【Bug fix】解决在图像没有下载完成,图像播放时候出现图像跳跃的问题
  8. 【Bug fix】解决有损绘制模式下,切换当前图像为无损时候,图像被reset的问题
  9. 【Bug fix】解决部分dicom可能出现的有损压缩异常(修改底层库)
  10. 【翻译】处理部分未翻译UI

Release note:

  1. 【New feature】Add progressive browsing mode, preferentially download lossy images, and perform lossless download on the displayed images to enhance the reading experience. Please refer to the relevant development documents for integration
  2. 【New feature】Add page up and down buttons in 2D mobile Viewer
  3. 【Improvement】Refactoring front-end code, partially optimizing viewer initialization speed
  4. 【Improvement】In the 2D mobile Viewer, if the screen is swept left and right, the single-step page turning mode is adopted, and the page turning is not performed according to the distance moved by the touch.
  5. 【Upgrade attention】Refactor the underlying “Image Sharing”  code (the database needs to be updated when upgrading)
  6. 【Document】Improve the parameter documentation in the development documentation
  7. 【Bug fix】Solve the problem that image skipping may occur when the image is not downloaded and the image is played
  8. 【Bug fix】Solve the problem that the image is reset when switching the current image to lossless in the lossy drawing mode
  9. 【Bug fix】Solve some of the lossy compression exception that may occur in some  non-standard file
  10. 【Translation】Translated part untranslated UI

产品操作视频:远程影像协作(选购)

视频简介:

远程影像协作功能的操作演示,基本流程如下:

  1. 点击远程协作按钮(集成时候,需要传递指定参数以开启该功能,并确认已经购买该插件,请参考开发文档)
  2. 软件会生成二维码和连接地址,把二维码或者Url地址发送给其他客户端,远端客户端打开该地址即可以参与远程同步
  3. 远程监听客户端加入后,各个客户端会显示连接的客户端列表
  4. 主持客户端可以对图像进行操作,如图像放缩,平移,浏览,测量,MPR,3D等,其他监听客户端会同步显示这些操作
  5. 主持客户端可以把操作权限交给其他客户端,可以踢出其他客户端,如果需要关闭同步,主持客户端点击关闭同步按钮即可

详细的功能介绍和集成文档请参考文档:远程协作集成文档

视频如下:

LinkEye Viewer 2.6.0.2 released

发布内容

  1. 【新特性】2D Mobile Viewer加入矩形测量,旋转,镜像,反色功能
  2. 【Bug fix】解决2.6.0.1版本中2D Mobile viewer移动slider时候出现的图像被reset的问题
  3. 【改善】改善Image server稳定性
  4. 【配置】server base address相关配置放到svc配置文件中
  5. 【配置】去掉无用配置项

Release note

  1. [New feature] 2D Mobile Viewer adds rectangular measurement, rotation, mirroring, and reverse color
  2. [Bug fix] Solve the problem that the image is reset when moving the slider(this issue only appears in version v2.6.0.1)
  3. [Improvement] Improve Image server stability and prevent occasional crashes
  4. [Configuration] The server base address configuration is placed in the svc configuration file
  5. [Configuration] Remove useless configuration items

LinkEye Viewer 2.6.0.1 released

发布内容:

  1. 【新特性】发布远程协作功能(非正式版本)
  2. 【改善】对没有存储metadata header的dicom文件进行支持
  3. 【改善】优化多帧图像的显示速度(如XA图像):Server端先对多frame图像进行解析,然后分别发送 每帧图像到客户端,目前支持DB,DicomQr,Local集成模式
  4. 【改善】重构2D viewer,对序列内图像默认窗宽窗位不同情况进行更合理的显示,默认按照每个图像的默认窗宽窗位显示
  5. 【改善】dicom qr集成时候,可以设置dicom存储路径中父文件夹规则,如studyuid,seriesuid或者patientId
  6. 【改善】dicom qr集成模式支持输入patientId参数(目前仅返回一个study)
  7. 【改善】切换回2D viewer时候,保留图像的布局和位置状态
  8. 【其他】可以接受xxx厂家rest api接口中的patientId字段
  9. 【修改bug】js文件中去掉中文字符
  10. 【修改bug】解决2.6.0.0中ie11浏览器无法显示2d viewer的问题
  11. 【修改bug】解决ie11浏览器中,定位线显示错误的问题

Release note:

  1. [New feature]  Release remote collaboration features (informal version)
  2. [Improvement] Support for bad dicom files that do not store metadata headers
  3. [Improvement] Optimize the display speed of multi-frame images (such as XA images): The server first parses the multi-frame image and then sends each frame image to the client separately
  4. [Improvement] Redesign the 2d viewer to support dicom images with different default window center/window width values within the same series. different image will display with it’s own default window center/window values
  5. [Improvement]  When dicom qr is integrated, you can set the parent folder rules in the dicom storage path, such as studyuid, seriesuid or patientId.
  6. [Improvement] Dicom qr integration mode supports input patientId parameter (currently only one study is returned)
  7. [Improvement] Keep the layout and position status of the image when switching back to the 2D viewer
  8. [Other] Remove Chinese characters from js file
  9. [Bug fix] Solve the problem that IE11 browser can’t display 2d viewer in v2.6.0.0
  10. [Bug fix] Solve the problem that the positioning line shows error in the IE11 browser

LinkEye Viewer 2.6.0.0 released(废弃版本-不发布给客户)

发布内容

  1. 改善:加入对RLE压缩格式的dicom支持
  2. Bug fix:部分CR或XA图像无法显示测量单位的问题,如果0028,0030,0018,7022都没有保存pixel spacing使用tag (0018,1164)里面的信息
  3. Bug fix:解决部分厂家rest api集成模式下,患者id,检查日期没有显示的问题

Release note

  1.  Improvement: Rle dicom format support
  2. Bug fix:solve the problem that some CR or XA images cannot display the measurement unit. If the tag 0028, 0030 or 0018, 7022 does not save the pixel spacing information, use the information in the tag (0018, 1164)
  3. Bug fix:solve the problem that patient id, sudy date are not displayed in some manufacturers’ rest api integration mode