Emory-HITI / Niffler

Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
https://emory-hiti.github.io/Niffler/
BSD 3-Clause "New" or "Revised" License
90 stars 53 forks source link

Refactor system configuration parsing for improved Destination AE support #376

Closed yuvraj-wale closed 1 year ago

yuvraj-wale commented 1 year ago

This commit adds support for starting an external storescp process based on the values of the QueryAet and DestAet fields in the system.json configuration file. If the QueryAet and DestAet are different, it is assumed that the external storescp process is already started and the code skips starting another process.

linked to issue #133 .

yuvraj-wale commented 1 year ago

Oh ok got it, thanks for the feedback :)