Skip to content

dcmjs-org/dcmjs-commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcmjs-commands

To install, clone the directory and run:

yarn install
yarn link:exec

dcmjs commands

dump filename

dcmjs dump <part10file>

dicomwebjs commands

dump url

# Example series retrieve/dump
dicomwebjs dump https://d33do7qe4w26qo.cloudfront.net/dicomweb/studies/1.3.6.1.4.1.14519.5.2.1.4792.2001.105216574054253895819671475627/series
# Example metadata retrieve/dump
dicomwebjs dump https://d33do7qe4w26qo.cloudfront.net/dicomweb/studies/1.3.6.1.4.1.14519.5.2.1.4792.2001.105216574054253895819671475627/series/1.3.6.1.4.1.14519.5.2.1.4792.2001.323835191362867057104216682000/metadata

# Example file retrieve
dicomwebjs dump testdata/studies/1.2.276.1.74.1.2.132733202464108492637644434464108492/series/2.16.840.1.113883.3.8467.132733202477512857637644434477512857/metadata.gz

File Locations

Files dicomweb can be paths to JSON files. However, tree structure data must follow the Static DICOMweb format, specifically starting at studies/ relative to the base directory, and containing some/all of the ones below. Note that un-compressed files are acceptable as well, but will not be found on a search.

  • studies/index.json.gz - an index in DICOMweb QIDO response format for the studies
  • studies/<studyUID>/index.json.gz - the index entry of this study
  • studies/<studyUID>/series/index.json.gz - the series QIDO response
  • studies/<studyUID>/series/<seriesUID>/metadata.gz - the metadata WADO response
  • studies/<studyUID>/bulkdata/... - bulkdata files
  • studies/<studyUID>/series/<seriesUID>/instances/<instanceUID>/frame/<frameNumber> - compressed frame data

About

Command line tools that use dcmjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%