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