dcmjs
dcmjs copied to clipboard
Segmentation metadata inconsistent
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
}
?