1.0.7 • Published 2 years ago

dicom-reader-js v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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}
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago