본문 바로가기
Engineering/DICOM, DIMSE Protocol, HL7

[Weasis] Import dicom from PACS (dicom-web) in weasis viewer (with ORTHANC PACS)

by 알탱2 2023. 2. 6.
반응형

환경 구성

  1. PC #1 :
    • Mac OS (or Windows)
    • Weasis Viewer Version : 4.0.2
  2. PC #2 :
    • Linux OS (or ..)
    • PACS Info : ORTHANC PACS (http://10.120.201.1:8042/dicom-web)
      • docker image : jodogne/orthanc-plugins:1.9.6
      • configuration : 
        • orthanc.json :  
          • "Plugins" (/usr/local/share/orthanc/plugins/libOrthancDicomWeb.so)
          • "DicomWeb" 
          • {
              "Name": "Orthanc inside Docker",
              ...
              "Plugins": ["/usr/share/orthanc/plugins", "/usr/local/share/orthanc/plugins"],
              ...
              "DicomWeb": {
                "Enable": true,
                "Root": "/dicom-web/",
                "EnableWado": true,
                "WadoRoot": "/wado",
                "Host": "10.120.201.1:8042",
                "Ssl": false,
                "StowMaxInstances": 10,
                "StowMaxSize": 10,
                "QidoCaseSensitive": false
              }
              ...
            }

 

 

 

Weasis Viewer에 연동 구성 및 PACS에 저장된 DICOM 불러오기

(1) 연동 구성

 

Weasis Viewer Menu : File > Preferences > DICOM > Dicom node list

 

WEB Node

* Description : {node name}

* Type : DICOMWeb (all RESTful services)

* URL : http://10.120.201.1:8042/dicom-web

 

Import DICOM

 

(1) select "DICOM Source" or "Search Criteria"

(2) click "Search" button

(3) select some study or image

(4) click "Import and Close" button

성공!!

 

 

반응형

댓글