Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grimmer0125/cli-open-dicom-with-chrome
use "npm link" or "npm install -g" to do local dev. npm url: https://www.npmjs.com/package/cli-open-dicom-with-chrome
https://github.com/grimmer0125/cli-open-dicom-with-chrome
Last synced: 1 day ago
JSON representation
use "npm link" or "npm install -g" to do local dev. npm url: https://www.npmjs.com/package/cli-open-dicom-with-chrome
- Host: GitHub
- URL: https://github.com/grimmer0125/cli-open-dicom-with-chrome
- Owner: grimmer0125
- License: mit
- Created: 2020-06-26T05:23:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:37:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T14:51:51.317Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI To Open DICOM with Chrome
## Installation package globally
1. You need to install Node.js first, https://nodejs.org/en/
2. Intall this package,
either `npm install -g cli-open-dicom-with-chrome` or `yarn global add cli-open-dicom-with-chrome`.
If you encounter permission issue when using `npm install`, try to add `sudo` again, `sudo npm install -g cli-open-dicom-with-chrome`## Usage
**Install DICOM image viewer (Chrome extension)**
Please install chrome extension, https://chrome.google.com/webstore/detail/dicom-image-viewer/ehppmcooahfnlfhhcflpkcjmonkoindc first. It can allow you to browse online and offline local files.
Keep in mind that you need to enable `Allow access to file URLs` in this chrome extension detail page.### Command example in your terminal
1. `dicom` to launch the DICOM image viewer
2. `dicom ${file1}, ${file2}, ${folder1}` to add file/folder arguments to ask the DICOM image viewer to browse these files.