dicomp10-to-dicomweb-js
dicomp10-to-dicomweb-js copied to clipboard
DICOM dimse C-Store SCP service
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.
Started working on this using dcmjs-dimse library.