DICOM Medical Image Viewer
DICOM Medical Image Viewer 是 osFoundry 社区目录中的应用。面向医学影像的基于 Web 的 DICOM 查看器 —— CT、MR、超声、PET、X 光。支持 MPR、分割、测量、多显示器以及完整 DICOMweb 规范(WADO-RS / QIDO-RS / STOW-RS)。Visage / Sectra / Fujifilm Synapse(查看器层)的开源替代品。基于 OHIF Viewer(Open Health Imaging Foundation)构建。React SPA + nginx —— 无状态,所有数据由已配置的 DICOMweb 后端(例如 `dicom-server` 应用或任何 PACS)提供。
详情
- 工作区: osfoundry
- 分类: PRODUCTIVITY
- 价格: Free
- 访问权限: Community
功能
- Web-based DICOM viewer for medical imaging — CT
- Ultrasound
文档
文档由上游项目以英文维护。
# DICOM Medical Image Viewer
Web-based viewer for medical images, powered by OHIF (Open Health Imaging Foundation).
## Out-of-the-box
The stock build points at OHIF's public demo DICOMweb backend (`d3t6nz73ql33tx.cloudfront.net/dicomweb`), so opening the app shows demo studies you can browse to test the viewer.
## Pointing at your own PACS
To view your own studies, override the default config — either:
**(a) Quick: `APP_CONFIG` env var** with inline JS:
```
window.config = {
routerBasename: '/',
dataSources: [{
namespace: '@ohif/extension-default.dataSourcesModule.dicomweb',
sourceName: 'dicomweb',
configuration: {
friendlyName: 'My PACS',
name: 'mypacs',
wadoUriRoot: 'https://your-orthanc.example.com/wado',
qidoRoot: 'https://your-orthanc.example.com/dicom-web',
wadoRoot: 'https://your-orthanc.example.com/dicom-web',
qidoSupportsIncludeField: true,
supportsReject: true,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
supportsWildcard: true
}
}],
defaultDataSourceName: 'dicomweb'
};
```
**(b) Mount `app-config.js`** into `/usr/share/nginx/html/app-config.js` (advanced).
The companion **DICOM Server (Orthanc)** app in this catalog (`dicom-server`) ships a DICOMweb endpoint at `/dicom-web` — pair the two for a full self-hosted PACS + viewer setup.
## Privacy / compliance disclaimer
OHIF is open-source imaging-viewer software. osFoundry provides no HIPAA Business Associate Agreement. **Operator is solely responsible** for HIPAA/GDPR/any clinical-data regulatory compliance, including transport encryption, audit logging, BAAs with infrastructure providers, and patient consent.
## Pinned tag
The stock OHIF v3 publishes beta tags only on Docker Hub — pinned to `v3.13.0-beta.82` for reproducibility.
## Theme / appearance
OHIF has its own light/dark toggle in the user menu.
如何在 osFoundry 中使用 DICOM Medical Image Viewer
一键将 DICOM Medical Image Viewer 安装到您的工作区,然后在 osStudio 中将其分支,针对您的技术栈自定义提示词、工具或配置。工作区中的任何人都可以接续您的工作继续推进。
社区中的其他应用
- 客户关系管理 — 客户关系管理工具,支持联系人、交易和销售管道跟踪。
- Kanban Board — Trello 风格的看板与项目板,含卡片、面板、日历与表格视图以及每面板属性。基于 Focalboard(独立个人服务器)构建。在持久卷上内嵌 SQLite。
- 服务台 — 工单分流与客户支持收件箱,附带 SLA 跟踪。
- Page Builder — 可视化拖放页面生成器,支持区块、主题、SEO 与发布
- Website Builder — 带 CMS 合集、全局导航、页脚、主题与发布的多页面网站生成器
- 店面 — 电商店面,包含商品目录、购物车和结账流程。