4Quant / LungStageAnnotator

The documentation and support for the LungStageAnnotator tool
http://4quant.com/LungStageAnnotator
2 stars 0 forks source link

Create automatic sync and import from PACS folder #80

Open drtjre opened 7 years ago

drtjre commented 7 years ago

Add a button to update the local Slicer DICOM DB from the samba mounted drive

kmader commented 7 years ago

It looks like we can use these commands to add new files

indexer = ctk.ctkDICOMIndexer()
# Import study to database
indexer.addDirectory(slicer.dicomDatabase, dicomDataDir)
indexer.waitForImportFinished()
kmader commented 7 years ago

first implementation embedded in image to be tested in more detail