问题标签 [ohif]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
58 浏览

asp.net-mvc - IIS 重写停止为特定 URL 工作

我们正在尝试将 OHIF 与 Orthanc Server 集成。我们正在使用 MVC 应用程序进行集成。

在 EC2 机器上安装 IIS、Orthanc Server 后。

我们已经配置了 IIS 重写,我们将重写 orthanc 服务器的响应。

直到几周前这一直运行良好,现在突然重写不适用于少数 URL。没有进行任何代码更改。

请帮助我们。

https://book.orthanc-server.com/faq/iis.html

所有 URL 重定向工作。并且已经安装了重写模块,我也启用了代理。

0 投票
0 回答
18 浏览

json - 您好,我正在尝试运行此命令“yarn config set workspaces-experimental true”然后我收到此警告“package.json: No license field

C:\Users\AMAN>yarn config set workspaces-experimental true yarn config v1.22.17 warning package.json: No license field success 将“workspaces-experimental”设置为“true”。在 0.12 秒内完成。

0 投票
0 回答
9 浏览

amazon-s3 - 如何让 ohif 查看 s3 以进行加载研究

我已经构建了对象存储插件,以在传统模式下将 orthanc 数据存储在 s3 存储桶中。我现在正在尝试消除 orthanc 文件的本地存储并将其完全移动到 s3。我还集成了 OHIF 查看器,它提供了 orthanc 数据,如何让它从 s3 存储桶中获取?我已经读过 dicom 文件的 json 文件可用于执行此操作,但我不知道如何执行此操作,因为 json 文件具有 s3 存储桶中每个实例的 url。如果这是这样做的方法,我如何生成这个 json 文件?