Local DICOM folder query

Hi there! Can you tell me if it’s possible to set up the slicer to automatically check a folder for new DICOM files and add them to its database? And, do you know if there are any plugins that can help with this?

If you start the Slicer dicom listener in the dicom module it can receive DIMSE CSTORE from other dicom networking equipment and they will show up in the database directly. But if the files are coming another way you can use the QFileSystemWatcher to read files as they appear. Beware that you don’t want to start importing until the file is fully written, and that may be difficult to know for sure.

https://doc.qt.io/qt-5/qfilesystemwatcher.html