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 = {
|
||||
'Short Axis': 'S ',
|
||||
'Short Axis': 'W ',
|
||||
'Long Axis': 'L ',
|
||||
AREA: 'Area ',
|
||||
Length: '',
|
||||
|
||||
@ -376,8 +376,8 @@ function _getDisplayText(
|
||||
const roundedLongestDiameter = _round(longestDiameter, 1);
|
||||
|
||||
return [
|
||||
`l: ${roundedLongestDiameter} ${unit} (S:${seriesNumber}, I:${instanceNumber})`,
|
||||
`s: ${roundedShortestDiameter} ${unit}`,
|
||||
`L: ${roundedLongestDiameter} ${unit} (S:${seriesNumber}, I:${instanceNumber})`,
|
||||
`W: ${roundedShortestDiameter} ${unit}`,
|
||||
];
|
||||
}
|
||||
case types.ELLIPSE: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user