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

Few resource properties should always query the Orthanc server? #63

Closed gacou54 closed 5 months ago

gacou54 commented 9 months ago

Should we always query the Orthanc server when calling resource properties other than the main DICOM tags?

For example, calling .last_update should probably always query Orthanc.

gacou54 commented 5 months ago

Fixed in #65