How can I modify the study tags and/or Patients tags direct to the study without duplicate the record. and without changing the another values like StudyUID.
if it is not possible , how can i handel this by python or by lua.
Best regards
Moneer
How can I modify the study tags and/or Patients tags direct to the study without duplicate the record. and without changing the another values like StudyUID.
if it is not possible , how can i handel this by python or by lua.
Best regards
Moneer
Are you familiar with pyorthanc? https://github.com/gacou54/pyorthanc
It provides user-friendly functionality to modify a Study or Patient (as well as every other API endpoint provided by Orthanc).
Patient: Patient - PyOrthanc
Study: Study - PyOrthanc
Hope this is helpful.