Skip to main content
Version: 1.0-deprecated

Configurations

There are a few pre-defined settings files that you can find in config folder. These are Meteor files and all settings can be accessed as showed on Meteor Website. UI settings are also available as OHIF.uiSettings. See the schema for more information.

Server settings​

  • dropCollections (boolean): the server will drop all Mongo collections when it's set to true as soon as it has finished starting. This is useful for demo and development environments.

UI Settings​

  • studyListDateFilterNumDays (integer): define the default date filter (range) on study list. If it's 02/15/2017 and this config is set to 5 then it will search for studies between 02/10/2017 and 02/15/2017.