DICOM Medical Image Viewer
DICOM Medical Image Viewer은(는) osFoundry 커뮤니티 카탈로그에 등록된 앱입니다. 의료 영상(CT, MR, 초음파, PET, X-ray)용 웹 기반 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 컬렉션, 글로벌 내비게이션, 푸터, 테마, 게시 기능이 있는 다중 페이지 웹사이트 빌더
- 스토어프론트 — 상품 카탈로그, 장바구니, 결제 기능을 갖춘 이커머스 스토어프론트입니다.