knopkem / dicomweb-proxy

A proxy to translate between dicomweb and traditional dicom dimse services (PACS communication)
Other
68 stars 19 forks source link

Dowloaded studies from PACS #61

Closed mk-rocket closed 2 years ago

mk-rocket commented 2 years ago

What is the data retention policy of the downloaded studies (via C-GET/C-MOVE). Do they get purge or do they need to be manually deleted?

knopkem commented 2 years ago

currently there is none, so you must cleanup from outside. I had this built on before converting to typescript and refactoring, did not port it, but could bring it back if you need it.

knopkem commented 2 years ago

Hi @mk-rocket, I brought back the automatic cleanup of fetched studies (defaults to 60 minutes retention time) but you can configure it via: cacheRetentionMinutes={NumberInMinutes}

mk-rocket commented 2 years ago

Thanks!