Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensstockhausen/dicomvisualizerplugin
https://github.com/jensstockhausen/dicomvisualizerplugin
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jensstockhausen/dicomvisualizerplugin
- Owner: jensstockhausen
- License: apache-2.0
- Created: 2021-06-13T12:00:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T09:22:29.000Z (7 months ago)
- Last Synced: 2024-04-13T22:04:06.463Z (7 months ago)
- Language: Java
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DICOMVisualizerPlugin
Displays the content of DICOM files as a table.
Use the right mouse menue on DICOM files that are part of your project.
The plugin works with all DICOM files even if they don't have the .dcm extension.A search field is available.
By default binary bulk data (e.g. pixel data) is not loaded and displayed. This can be enabled with a checkbox.
Get it here [DICOM Visualizer](https://plugins.jetbrains.com/plugin/17034-dicom-visualizer)
### Implementation
The plugin is based on the [dcm4che](https://github.com/dcm4che/dcm4che) library.
Displays the content of DICOM files as a table.
Use the right mouse menu on DICOM files that are part of your project.
The plugin works with all DICOM files
even if they don't have the .dcm extension.A search field is available.
By default binary bulk data (e.g. pixel data) is not loaded and displayed.
This can be enabled with a checkbox.