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.
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-jsUsage
on Windows
./node_modules/.bin/dicom-reader {the path}Example:
./node_modules/.bin/dicom-reader /C:/dicom/2424/234324.dcmon Linux
the command is registered to path, we can immedietly use the command globally.
dicom-reader {the path}