Fix typo
This commit is contained in:
parent
ef8683b8ea
commit
690442555c
@ -26,7 +26,7 @@ const Length = {
|
||||
text: label,
|
||||
description,
|
||||
handles: getHandlesFromPoints(points),
|
||||
idid,
|
||||
id,
|
||||
},
|
||||
};
|
||||
},
|
||||
@ -58,7 +58,7 @@ const Length = {
|
||||
} = getSOPInstanceAttributes(element);
|
||||
|
||||
return {
|
||||
id: measurementData._measurementServiceId,
|
||||
id,
|
||||
SOPInstanceUID: SOPInstanceUID,
|
||||
FrameOfReferenceUID,
|
||||
referenceSeriesUID: SeriesInstanceUID,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user