dicom-index-send/config.json
2026-07-27 16:14:32 +07:00

30 lines
781 B
JSON

{
"destination": {
"host": "172.16.44.35",
"port": 11112,
"ae_title": "DCMROUTER",
"calling_ae_title": "DCM-RSABHK",
"timeout": 30
},
"index_source": {
"type": "mongodb",
"uri": "mongodb://root:AtHEntRyPrOchite@172.16.44.35:27017/",
"database": "rsabhk_simrs",
"collection": "dicom-index",
"filepath_field": "FilePath",
"accession_field": "AccessionNumber"
},
"path_mappings": [
{"from": "/mnt/pacs_data", "to": "/data"},
{"from": "Z:/2026", "to": "Z:/2026"},
{"from": "/mnt/data/2026", "to": "Z:/2026"}
],
"send_delay": 0.0,
"max_concurrent_jobs": 1000,
"job_history_limit": 500,
"server": {
"host": "0.0.0.0",
"port": 8000
}
}