DICOM Medical Image Viewer
DICOM Medical Image Viewer は osFoundry コミュニティカタログのアプリです。医用画像(CT、MR、超音波、PET、X線)向けのWebベースDICOMビューアです。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 でフォークしてプロンプト、ツール、または構成をご自身のスタックに合わせてカスタマイズできます。ワークスペース内のメンバーは誰でも、続きの作業を引き継げます。
コミュニティの他のアプリ
- CRM — 連絡先、商談、パイプライン管理を備えた顧客関係管理ツールです。
- Kanban Board — カード、ボード、カレンダー・テーブルビュー、ボードごとのプロパティを備えた、Trello風のカンバン・プロジェクトボードです。Focalboard(スタンドアロン個人サーバー)を基盤としています。永続ボリューム上に組み込みSQLiteを持ちます。
- ヘルプデスク — SLA トラッキング付きのチケットトリアージとカスタマーサポート受信箱です。
- Page Builder — セクション、テーマ、SEO、公開機能を備えた、ビジュアルなドラッグ&ドロップのページビルダーです
- Website Builder — CMS コレクション、グローバルナビゲーション、フッター、テーマ、公開機能を備えたマルチページの Web サイトビルダーです
- ストアフロント — 商品カタログ、カート、チェックアウトを備えた EC ストアフロントです。