Skip to content

pacs-ris-crawler/pacs-ris-crawler

Repository files navigation

PACS / RIS Crawler

Build status

This is a major revision of the previous PACS/RIS crawler solution developed for the clinic of Radiology & Nuclear Medicine at the University Hospital Basel.

The documentation can be found at: https://pacs-ris-crawler.github.io/

Requirements

  • python 3.9
  • solr 7.7 (for now)

How is the data populated?

Via cron and root account (that is questionable) 0 1 * * * /var/www/env3.6_meta/bin/python /var/www/pacs-ris-crawler/crawler/cron-daily-upload.py --host localhost --port 5009 > /var/log/cron-daily-upload.log 2>&1