Skip to content

init dicomWeb only in usecases, where it is used.

Hanno Gao requested to merge feature/small-change-LocalGetInput into release/0.3.0

I have a usecase, where I triggere the dag from externally. I don't have a user for that, but also don't need it, since the data is locally available. Therefore I don't need access (and token) for dcm4chee. By moving the init for the helper, it is only required/created if also used and needed.

Merge request reports