owncloud / web-app-dicom-viewer

ownCloud Web DICOM Viewer is an extension of ownCloud Web to preview DICOM files (medical images and their corresponding metadata)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ownCloud Web DICOM Viewer

Build Status Security Rating Coverage

The ownCloud Web DICOM Viewer app is an extension of ownCloud Web to preview DICOM files (medical images and their corresponding metadata) in the browser. The preview of the medical images is based on MIT licensed cornerstone3D.

The current implementation allows to preview .dcm files and display their corresponding metadata in a sidebar on request. It offers image manipulation operations such as zoom, rotate, flip, invert and reset of the image preview. The UI is implemented in responsive manner and adapts the size of the image preview and the way how metadata is displayed to the screen size of the device.

Quick reference

Config

{
  
  "external_apps": [
    {
      "id": "dicom-viewer",
      "path": "https://host.docker.internal:9999/js/web-app-dicom-viewer.js",
      "config": {
        "mimeTypes": [
          "application/dicom",
          "application/octet-stream",
          "application/dicom+xml",
          "application/json"
        ]
      }
    }
  ]
}
 

Docker Tags and respective Dockerfile links

  • latest available as registry.owncloud.com/internal/web-app-dicom-viewer:latest

Default volumes

None

Exposed ports

  • 8080

Environment variables

None

Copyright

Copyright (c) 2023 ownCloud GmbH

About

ownCloud Web DICOM Viewer is an extension of ownCloud Web to preview DICOM files (medical images and their corresponding metadata)

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 59.8%Language:Vue 32.0%Language:Starlark 4.7%Language:JavaScript 2.1%Language:Dockerfile 0.7%Language:Gherkin 0.6%Language:Shell 0.1%