LT-55: Fixing the measurement type text
This commit is contained in:
parent
d2dece45f6
commit
0b91972bee
@ -59,8 +59,11 @@ OHIF.measurements.exportPdf = (measurementApi, timepointApi) => {
|
|||||||
info += ' mm';
|
info += ' mm';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let type = measurementApi.toolsGroupsMap[measurement.toolType];
|
||||||
|
type = type === 'targets' ? 'Target' : 'Non-target';
|
||||||
|
|
||||||
report.printMeasurement({
|
report.printMeasurement({
|
||||||
type: measurement.toolType,
|
type,
|
||||||
number: measurement.measurementNumber,
|
number: measurement.measurementNumber,
|
||||||
location: measurement.location || '',
|
location: measurement.location || '',
|
||||||
info,
|
info,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user