sjoerdk / dicomtrolley

Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WADO connection required to only query PACS

michelkok opened this issue · comments

We usually first find studies in the PACS and then later decide to either download the corresponding DICOMs (or reports). Only for downloading the images you need wado. However, upon initialization of the trolley, this is already required.

I would expect this to be optional, and only when trolley.download is called, that we need to give a wado-connection as well.

examples/search_for_studies_dicom_qr.py shows how to do a search without initializing WADO. You use the Searcher instance separately and do not instantiate a Trolley