DICOM Medical Image Viewer
DICOM Medical Image Viewer ist ein App im osFoundry Community-Katalog. Web-basierter DICOM-Viewer für medizinische Bildgebung — CT, MR, Ultraschall, PET, Röntgen. Unterstützt MPR, Segmentierung, Messungen, Multi-Monitor-Betrieb und die volle DICOMweb-Spezifikation (WADO-RS / QIDO-RS / STOW-RS). Ein offener Ersatz für Visage / Sectra / Fujifilm Synapse (Viewer-Tier). Bereitgestellt durch den OHIF Viewer (Open Health Imaging Foundation). React-SPA + Nginx — zustandslos, alle Daten werden aus einem konfigurierten DICOMweb-Backend (z. B. die `dicom-server`-App oder ein beliebiges PACS) serviert.
Details
- Workspace: osfoundry
- Kategorie: PRODUCTIVITY
- Preis: Free
- Zugriff: Community
Funktionen
- Web-based DICOM viewer for medical imaging — CT
- Ultrasound
Dokumentation
Die Dokumentation wird vom Upstream-Projekt auf Englisch gepflegt.
# 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.
DICOM Medical Image Viewer in osFoundry verwenden
Installieren Sie DICOM Medical Image Viewer mit einem Klick in Ihren Workspace und forken Sie es anschließend in osStudio, um Prompts, Tools oder die Konfiguration an Ihren Stack anzupassen. Alle Mitglieder Ihres Workspace können dort weitermachen, wo Sie aufgehört haben.
Weitere apps aus der Community
- CRM — Kundenbeziehungsmanagement mit Kontakten, Deals und Pipeline-Tracking.
- Kanban Board — Ein Kanban- und Projekt-Board im Trello-Stil mit Karten, Boards, Kalender- und Tabellenansichten und Eigenschaften pro Board. Basiert auf Focalboard (Standalone Personal Server). Eingebettetes SQLite auf einem persistenten Volume.
- Helpdesk — Ticket-Triage und Kundensupport-Postfach mit SLA-Tracking.
- Page Builder — Visueller Drag-and-Drop-Page-Builder mit Sections, Themes, SEO und Publishing
- Website Builder — Mehrseitiger Website-Builder mit CMS-Collections, globaler Navigation, Footer, Themes und Publishing
- Storefront — E-Commerce-Storefront mit Produktkatalog, Warenkorb und Checkout.