dicom-reader-js
v1.0.7
Published
Dicom Reader JS is a small JS script that can accept a file parameter (specifically `.dcm` files) and output its `Dicom Properties` as `JSON` String.
Downloads
1
Readme
Dicom Reader JS
Dicom Reader JS is a small JS script that can accept a file parameter (specifically .dcm
files) and output its Dicom Properties
as JSON
String.
Installation
npm i dicom-reader-js
Usage
on Windows
./node_modules/.bin/dicom-reader {the path}
Example:
./node_modules/.bin/dicom-reader /C:/dicom/2424/234324.dcm
on Linux
the command is registered to path, we can immedietly use the command globally.
dicom-reader {the path}