dcmjs icon indicating copy to clipboard operation
dcmjs copied to clipboard

Segmentation metadata inconsistent

Open vsaase opened this issue 4 years ago • 0 comments

Hi, I noticed that in OHIF viewer in the labelmaps3d object coming from dcmjs, segmentation metadata is stored in the array labelmap3d.metadata.data However, dcmjs seems in other places like Segmentation_4x.fillSegmentation to expect labelmap3d.metadata to be this array. Maybe because Segmentation_4x.getSegmentMetadata returns

{
        seriesInstanceUid,
        data
    }

?

vsaase avatar Mar 11 '21 08:03 vsaase