Hello,
I have a few question about the Folder Indexer plugin:
-
Are the files in the specified folders “imported” ie is info about the instance dicom tags added to the main Orthanc postgresql database?
-
Is the tags are indeed added to the main Orthanc postgresql database what happens when a folder is removed from indexing ?
-
Will the studies appear to the user just like the studies in Orthanc? Are there any limitations?
-
I read somewhere in the group that SQLlite is used in some way…what is it used for? Is it still used if Im using the Postgresql backend?
Hello,
- Are the files in the specified folders “imported” ie is info about the instance dicom tags added to the main Orthanc postgresql database?
Yes, the main DICOM tags are imported into the Orthanc index. But the DICOM files are not copied to the Orthanc storage area.
- Is the tags are indeed added to the main Orthanc postgresql database what happens when a folder is removed from indexing ?
Yes, the folder indexer plugin continuously monitors the folders that it indexes. When the folder indexer plugin detects some deletion (including folders), it automatically removes the DICOM instance from the Orthanc index.
- Will the studies appear to the user just like the studies in Orthanc? Are there any limitations?
Yes, it appears just like other DICOM studies.
- I read somewhere in the group that SQLlite is used in some way…what is it used for? Is it still used if Im using the Postgresql backend?
The side SQLite database is used to map the path of the DICOM file to the corresponding Orthanc identifier, and vice-versa. This information is precisely needed to identify which files are removed.
Sébastien-