chafey / dicomp10-to-dicomweb-js

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)
MIT License
19 stars 3 forks source link

DICOM dimse C-Store SCP service #12

Open wayfarer3130 opened 2 years ago

wayfarer3130 commented 2 years ago

A dimse service to handle storing a objects directly into DICOMweb static storage allows accessing the data via standard PACS services. Thus, this issue is to add a dimse SCP service support C-Store. The command should be dicomwebscp, and the first version of it just needs to support C-Store, without any support for other operations. Subsequent enhancements can add C-Get and C-Move.

wayfarer3130 commented 2 years ago

Started working on this using dcmjs-dimse library.