It is a medical imaging viewer which was built on top of OHIF Viewer v3 for viewing DICOM files in Nextcloud. It renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, hotkeys, and many more features.
For more information, see the blog post Nextcloud in Digital Imaging
- DICOM Viewer: A medical imaging viewer for loading and viewing DICOM files with advanced imaging tools, including MPR, in Nextcloud.
- DICOM Sidebar: A sidebar component for viewing and searching DICOM attributes with an image thumbnail for DICOM files in Nextcloud.
On your Nextcloud, simply navigate to Apps > Multimedia > DICOM Viewer, and enable it.
You can build the source code with the following steps:
- Clone this project on
path-to-nextcloud/apps
git clone https://github.com/ayselafsar/dicomviewer.git
-
Navigate to the cloned project's directory
-
Update the submodules for viewer
git submodule update --init --recursive
- Enable yarn workspaces
yarn config set workspaces-experimental true
- Build the project
npm run build
- Enable the DICOM Viewer app in Nextcloud
Thanks to our all contributors and sponsors!