Rename longitudinal mode to "Basic Viewer"; matching design
This commit is contained in:
parent
92314513f6
commit
e82b6b3c5e
@ -20,8 +20,8 @@ export default function mode({ modeConfiguration }) {
|
||||
return {
|
||||
// TODO: We're using this as a route segment
|
||||
// We should not be.
|
||||
id: 'longitudinal-workflow',
|
||||
displayName: 'Comparison',
|
||||
id: 'viewer',
|
||||
displayName: 'Basic Viewer',
|
||||
validationTags: {
|
||||
study: [],
|
||||
series: [],
|
||||
@ -95,9 +95,7 @@ export default function mode({ modeConfiguration }) {
|
||||
'org.ohif.dicom-sr',
|
||||
],
|
||||
sopClassHandlers: [ohif.sopClassHandler, dicomsr.sopClassHandler],
|
||||
hotkeys: [
|
||||
...hotkeys.defaults.hotkeyBindings
|
||||
]
|
||||
hotkeys: [...hotkeys.defaults.hotkeyBindings],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@ -20,8 +20,8 @@ import createRoutes from './routes';
|
||||
import appInit from './appInit.js';
|
||||
|
||||
// TODO: Temporarily for testing
|
||||
import '@ohif/mode-example';
|
||||
import '@ohif/mode-longitudinal';
|
||||
import '@ohif/mode-segmentation';
|
||||
|
||||
/**
|
||||
* ENV Variable to determine routing behavior
|
||||
@ -50,7 +50,7 @@ function App({ config, defaultExtensions }) {
|
||||
dataSources,
|
||||
extensionManager,
|
||||
servicesManager,
|
||||
hotkeysManager
|
||||
hotkeysManager,
|
||||
});
|
||||
const {
|
||||
UIDialogService,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user