fix length tracking bug
This commit is contained in:
parent
690442555c
commit
2704bd7cbc
@ -58,7 +58,7 @@ const Length = {
|
|||||||
} = getSOPInstanceAttributes(element);
|
} = getSOPInstanceAttributes(element);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id,
|
id: measurementData.id,
|
||||||
SOPInstanceUID: SOPInstanceUID,
|
SOPInstanceUID: SOPInstanceUID,
|
||||||
FrameOfReferenceUID,
|
FrameOfReferenceUID,
|
||||||
referenceSeriesUID: SeriesInstanceUID,
|
referenceSeriesUID: SeriesInstanceUID,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user