Failed upload for DICOM SEG with missing series description

Issue #44 resolved
Mo Alsad created an issue

Reported on behalf of Charlie Moore.

PUT /xapi/roi/projects/$PROJECT/sessions/$SESSION/collections/$ID?type=SEG

Fails for segmentations missing series description.

Exception traceback:

  1. (0008,103e) Series Description being missing from the DICOM, hence
  2. SegmentationRoiCollection#getName returning null, hence
  3. CatalogUtils bombing out on this line final String filename = Paths.get(StringUtils.replace(fileWriter.getName(), "\\", "/")).getFileName().toString();

Comments (1)

  1. Log in to comment