ohif-viewer/Packages/ohif-study-list/server/publications.js
2017-06-16 16:36:34 -03:00

5 lines
178 B
JavaScript

import { Meteor } from 'meteor/meteor';
import { OHIF } from 'meteor/ohif:core';
Meteor.publish('studyImportStatus', () => OHIF.studylist.collections.StudyImportStatus.find());