今天向各位知友介绍的 Weasis是一款开源、免费的DICOM医学图片查看器,用于可视化从医学成像设备获得的图像。 它是由日内瓦大学医院(University Hospital of Geneva)开发的,已经广泛应用在医院、健康网络、多中心研究试验等领域。 日内瓦大学医院拥有悠久的开发医学成像软件的历史。从1990年开始,它开发的Osiris是第一个在世界...
weasis.dicom.ref; public interface AnatomicItem { String getCodeValue(); String getCodeMeaning(); CodingScheme getScheme(); String getLegacyCode(); boolean isPaired(); } 144 changes: 144 additions & 0 deletions 144 weasis-dicom-tools/src/main/java/org/weasis/dicom/ref/AnatomicRegion.java ...
Build weasis-dicom-tools Prerequisites: JDK 17 and Maven 3 The master branch requires Java 17+ and old branches are: 5.25.x (Java 8+) 1.0.x (Java 7+) Execute the maven commandmvn clean installin the root directory of the project. ...
scmt1/weasis-dicom-tools 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 文件 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail
2.新增TLS通信,开启设置在org.weasis.dicom.qr.messages.properties中TLS.flag,证书相关配置默认从当前用户目录/home/bright/.hzjpkeystore/connection.properties中加载,在文件中可配置证书目录及安装密码。 3.weasis是与medical-care-query调试,相应的证书文件在./weasis-3.7.0/keystore目录下。
weasis-dicom-operations:用于帮助构建图像清单的库(由 weasis-dicom-tools 替换) weasis-dicom-operations 这个项目已经过时了! 请改用 。 用于帮助构建图像清单的库。 上传者:weixin_42120405时间:2021-07-03 JNLP-Builder:JNLP Builder 是一个 servlet,用于动态构建 JNLP 文件(Java Web Start)以从网页启动 Weasis...
{ImageViewerPlugin<DicomImageElement>view=getSelectedView2dContainer();if(view!=null){ColorLayerUIlayer=ColorLayerUI.createTransparentLayerUI(view);PrintDialogdialog=newPrintDialog(SwingUtilities.getWindowAncestor(view),Messages.getString("View2dContainer.print_layout"),this);//$NON-NLS-1$ColorLayerUI....
dicomView.getDataExplorerModel().firePropertyChange( new ObservableEvent(ObservableEvent.BasicAction.SELECT, this, null, getGroupID())); } if (ecgview != null && !TOOLS.isEmpty() && TOOLS.get(0) instanceof MeasureAnnotationTool) { MeasureAnnotationTool tool = (MeasureAnnotationTool) TOOLS.get...
} GuiExecutor.instance().execute(() -> { firePropertyChange( new ObservableEvent(ObservableEvent.BasicAction.SELECT, DicomModel.this, null, DicomModel.this)); closeCommand(opt, yargs, sargs); }); } 代码示例来源:origin: nroduit/Weasis public void zoom(String[] argv) throws IOException { ...
Basic dicom API. Contribute to nroduit/weasis-dicom-tools development by creating an account on GitHub.