fix: update DICOMSR and Measurement Panel copy to use L/W (#2104)
This commit is contained in:
parent
dc2a58da91
commit
0d9da69580
@ -294,7 +294,7 @@ function _getTextBoxLinesFromLabels(labels) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const SHORT_HAND_MAP = {
|
const SHORT_HAND_MAP = {
|
||||||
'Short Axis': 'S ',
|
'Short Axis': 'W ',
|
||||||
'Long Axis': 'L ',
|
'Long Axis': 'L ',
|
||||||
AREA: 'Area ',
|
AREA: 'Area ',
|
||||||
Length: '',
|
Length: '',
|
||||||
|
|||||||
@ -376,8 +376,8 @@ function _getDisplayText(
|
|||||||
const roundedLongestDiameter = _round(longestDiameter, 1);
|
const roundedLongestDiameter = _round(longestDiameter, 1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
`l: ${roundedLongestDiameter} ${unit} (S:${seriesNumber}, I:${instanceNumber})`,
|
`L: ${roundedLongestDiameter} ${unit} (S:${seriesNumber}, I:${instanceNumber})`,
|
||||||
`s: ${roundedShortestDiameter} ${unit}`,
|
`W: ${roundedShortestDiameter} ${unit}`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
case types.ELLIPSE: {
|
case types.ELLIPSE: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user