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

Add find_patients/studies/series/instances and query_orthanc functions #25

Closed gacou54 closed 1 year ago

gacou54 commented 1 year ago

Add the following functions, that allow to find patients, studies, series or instances with a query on DICOM tags and provided labels.

New features:

Refactoring: