Hello.
I am trying to set up a labeling pipeline for medical data, and we are using ORTHANC as our DICOM server as of now. The REST API of ORTHANC has methods for creating and deleting resources, but I could not find anyway to update a resource there.
The annotations for each resource can be a segmentation mask, or a classification tag (label), or both.
-
Is it possible to do such a thing? Or should I delete and recreate resources everytime I want to update?
-
How should annotations be stored?
Thanks!