How does OHIF set the default date filter?

OHIF
import { Accounts } from "meteor/accounts-base";

Accounts.ui.config({
    studyListDateFilterNumDays : 1000,
});
Dec.03,2021
  • Meteor http

    meteor add httpmeteor For compatibility, the PACKAGE_DIRS environment variable is deprecated and will be removed in a future Meteor release. Developers should now use METEOR_PACKAGE_DIRS and Windows projects should now use a semi-colon (;) to separate pa...

    Dec.27,2021
  • Meteor grammar error, how to correct it?

    <template> <el-row class="item" v-show="!UserCursor( specialist )">< el-row> < template> meteor: { ** * @return {boolean} * UserCursor(auth) { ...

    Jun.15,2022
Menu