ohif-viewer/Packages/ohif-lesiontracker/both/configuration/toolGroups/temp.js
2017-01-02 16:32:09 -02:00

11 lines
270 B
JavaScript

import { ToolGroupBaseSchema } from './baseSchema';
import { length } from '../tools/length';
import { ellipse } from '../tools/ellipse';
export const temp = {
id: 'temp',
name: 'Temporary',
childTools: [length, ellipse],
schema: ToolGroupBaseSchema
};