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';
|
||||
}
|
||||
|
||||
let type = measurementApi.toolsGroupsMap[measurement.toolType];
|
||||
type = type === 'targets' ? 'Target' : 'Non-target';
|
||||
|
||||
report.printMeasurement({
|
||||
type: measurement.toolType,
|
||||
type,
|
||||
number: measurement.measurementNumber,
|
||||
location: measurement.location || '',
|
||||
info,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user