DICOM Medical Image Viewer
DICOM Medical Image Viewer osFoundry community catalog में एक app है। Web-based DICOM viewer for medical imaging — CT, MR, ultrasound, PET, X-ray. Supports MPR, segmentation, measurements, multi-monitor, and the full DICOMweb spec (WADO-RS / QIDO-RS / STOW-RS). इसका एक open replacement Visage / Sectra / Fujifilm Synapse (viewer tier). Powered by the OHIF Viewer (Open Health Imaging Foundation). React SPA + nginx — stateless, all data served from a configured DICOMweb backend (e.g. the `dicom-server` app or any PACS).
विवरण
- Workspace: osfoundry
- Category: PRODUCTIVITY
- मूल्य: Free
- Access: Community
Features
- Web-based DICOM viewer for medical imaging — CT
- Ultrasound
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# 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 को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।