fix(measurements): Add missing toolType for temp measurements
This commit is contained in:
parent
0434853b72
commit
c4c20abb23
@ -21,7 +21,8 @@ export default function ({ instance, eventData, tool }) {
|
||||
const imageAttributes = getImageAttributes(eventData.element);
|
||||
const measurement = _.extend({}, measurementData, imageAttributes, {
|
||||
measurementNumber: measurementData.measurementNumber,
|
||||
userId: OHIF.user.getUserId()
|
||||
userId: OHIF.user.getUserId(),
|
||||
toolType
|
||||
});
|
||||
|
||||
// Get the related timepoint by the measurement number and use its location if defined
|
||||
|
||||
Loading…
Reference in New Issue
Block a user