ClearCanvas / ClearCanvas

Open source code base for enabling software innovation in medical imaging
http://clearcanvas.github.io
Other
447 stars 477 forks source link

Delete study scheduled for date in the past #303

Open nforwood opened 5 months ago

nforwood commented 5 months ago

My ImageServer is getting too full so I created a delete study rule to delete studies 2 days after the study date. The ImageServer schedules this work item in the past. Will it get deleted?

stevewranovsky commented 5 months ago

Hello,

Yes, it will be deleted, the dates are used to set the priority when purging/deleting. The ImageServer will start with the oldest scheduled study once the filesystem is above its high watermark until it has scheduled enough studies to be deleted that it will reach the low watermark. You can see a writeup in the documentation here:

https://documentation.clearcanvas.ca/Documentation/UsersGuide/Community/13_2/index.html?disk_management_support.htm

Steve