sjoerdk / dicomtrolley

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update readme

daangeijs opened this issue · comments

Now:
trolley = Trolley(searcher=Mint(session, "https://server/mint"),
wado=Wado(session, "https://server/wado"]))

Should be changed to:
trolley = Trolley(searcher=Mint(session, "https://server/mint"),
downloader=Wado(session, "https://server/wado"]))

Thanks for the heads-up! Fixed in a08ae34