Closed gacou54 closed 1 year ago
Currently, we have to modify the tags with the client:
import pyorthanc client = pyorthanc.Orthanc(...) client.post_studies_id_modify(...)
Would be neat if this would work
patient = Patient(...) patient.modify() study = Sudy(...) study.modify(...) ...
Done in #36
Currently, we have to modify the tags with the client:
Would be neat if this would work