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

shared-tags in series #53

Closed ylemarechal closed 11 months ago

ylemarechal commented 11 months ago

It could be interesting to have a property in series for shared tags

For instance : series = pyorthanc.Series (client=client, resource=resource) series.shared-tags

that would be equivalent to the call : /series/{resource}/shared-tags

gacou54 commented 11 months ago

I agree, I will add this in a future release.

gacou54 commented 11 months ago

Added in PyOrthanc 1.15.0