gacou54 / pyorthanc

Python library that wrap the Orthanc REST API and facilitate the manipulation of data in Orthanc
MIT License
49 stars 10 forks source link

`find()` method now use the `Orthanc` object #17

Closed gacou54 closed 1 year ago

gacou54 commented 1 year ago

The find() method now takes an Orthanc object. This allows configuring the Orthanc's client for the HTTP calls inside the find method.

The find method now accepts an instance_filter parameter as well.

Also, update to Orthanc 1.11.3.

Related #16