Skip to content

Commit

Permalink
Merge pull request #46 from uc-cdis/test_configs
Browse files Browse the repository at this point in the history
Test configs
  • Loading branch information
rnerella92 authored Apr 22, 2022
2 parents 551d2a4 + dd29348 commit d1b5636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions platform/viewer/public/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.config = {
showStudyList: false,
filterQueryParam: false,
disableServersCache: true,
disableMeasurementPanel: true,
disableMeasurementPanel: false,
servers: {
dicomWeb: [
{
Expand All @@ -16,8 +16,9 @@ window.config = {
qidoSupportsIncludeField: true,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
StudiesMetadata: 'MainDicomTags',
enableStudyLazyLoad: true,
StudiesMetadata: 'MainDicomTags',
SeriesMetadata: "Full",
supportsFuzzyMatching: true,

},
Expand Down
4 changes: 2 additions & 2 deletions platform/viewer/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import OHIFDicomSegmentationExtension from '@ohif/extension-dicom-segmentation';
import OHIFDicomRtExtension from '@ohif/extension-dicom-rt';
import OHIFDicomMicroscopyExtension from '@ohif/extension-dicom-microscopy';
import OHIFDicomPDFExtension from '@ohif/extension-dicom-pdf';
//import OHIFDicomTagBrowserExtension from '@ohif/extension-dicom-tag-browser';
import OHIFDicomTagBrowserExtension from '@ohif/extension-dicom-tag-browser';
// Add this for Debugging purposes:
//import OHIFDebuggingExtension from '@ohif/extension-debugging';
import { version } from '../package.json';
Expand All @@ -54,7 +54,7 @@ const appProps = {
OHIFDicomSegmentationExtension,
OHIFDicomRtExtension,
//OHIFDebuggingExtension,
//OHIFDicomTagBrowserExtension,
OHIFDicomTagBrowserExtension,
],
};

Expand Down

0 comments on commit d1b5636

Please sign in to comment.