
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@radicalimaging/static-wado-creator
Advanced tools
Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js
The Static DICOMweb Creator package converts DICOM Part 10 files to and from files in a DICOMweb like format.
Using npm, install the package:
npm install -g @radicalimaging/static-wado-creator
The tools will write to a dicomweb folder created by default in the users home directory (~) in the ~/dicomweb/ location in the locations as specified in File Structure.
DICOM part 10 files can be converted to DICOMweb. By default, LEI grayscale images will be converted to JPEG-LS compressed images and a thumbnail will be generated. This can be done with:
mkdicomweb create <DICOM-FILES-DIR>
Note there is no glob support on the input parameter, so either directories or files need to be fully specified.
Static DICOMweb files can be converted back into Part 10, provided:
The commands is:
mkdicomweb part10 <studyUID>
A study can be deleted using:
mkdicomweb delete <studyUID>
A series can be "deleted", that is rejected, which removed it only from the indices by running:
mkdicomweb reject <studyUID>/seres/<seriesUID>
FAQs
Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js
We found that @radicalimaging/static-wado-creator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.