Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 3.16 KB

README.zh-TW.md

File metadata and controls

72 lines (54 loc) · 3.16 KB

raccoon-dicom

logo


Another Raccoon focus on DICOM.

English | 繁體中文


Raccoon-DICOM 是使用 no-SQL 資料庫實作的醫學影像儲存系統(DICOMweb PACS),其使用 MongoDB 管理 DICOM 影像並提供 DICOMweb RESTful API 功能進行儲存、查詢以及調閱

安裝

Troubleshooting on linux

  • Unknown VR: Tag not found in data dictionary when using STOW-RS

    • 您必須設定 DCMDICTPATH 環境變數
    • dicom.dic 檔案可以在/usr/share/libdcmtk{version}./models/DICOM/dcmtk/dicom.dic找到

    {version} 對應到dcmtk的版本, e.g. 3.6.5 => libdcmtk15

    • 使用指令設定 DCMDICTPATH 或者您可以將指令加入到profile檔案中(~/.bashrc,~/.profile etc.), example with dcmtk 3.6.5:
    export DCMDICTPATH=/usr/share/libdcmtk15/dicom.dic
    • 檢查環境變數
    echo $DCMDICTPATH

提供之功能

目前以實作的功能如下:

支援的格式 (Media Types)

Format Support
application/dicom+json
multipart/related; type="application/dicom+xml

支援的查詢參數

Query Parameter Support
fuzzymatching
includefield
limit
offset
  • 您可以在 .env 設定 SYCN_TO_FHIR_SERVER=true 以將 DICOM 轉換為 FHIR ImagingStudy, Endpoint 以及 Patient,並同步這些 Resources 至 FHIR server

API Documentation

  • raccoon-dicom uses swagger ui hosting openapi.json to generate documentation
  • API Documentation

Wiki

我們的Wiki含有更多與 Raccoon-DICOM 更多的資訊,非常建議您閱讀一下