I created a segmentation with the help of a worklist (dicom). And was able to successfully store it.
When I try to change the segmentation, again with a worklist, I get the following log message:
#18.075# ERROR: No suitable writer found for the current data of type LabelSetImage with extension .dcm
#18.161# ERROR: No suitable writer found for the current data of type LabelSetImage with extension .interim.dcm
The worklist task:
{ "Image": "1.2.276.0.7230010.3.1.3.17458495.553.1670831890.625556/REF_IMG/1.3.12.2.1107.5.1.4.73104.30000020081307523376400012883.dcm", "Segmentation": "1.2.276.0.7230010.3.1.3.17458495.553.1670831890.625556/get-input-data/1.2.276.0.7230010.3.1.4.17458495.553.1670831890.625557.dcm", "Result": "1.2.276.0.7230010.3.1.3.17458495.553.1670831890.625556/application-output-dir/result.dcm", "Name": "513/04 task 0" }
Do I have to do something different in the worklist-task, when trying to change an existing segmentation?