ohif-viewer/Packages/ohif-wadoproxy/both/initialize.js
Gustavo André Lelis 26b14f1dab feat(STOW-RS) Save DICOM Structured Reports from Measurement Table back to archive (#236)
* Small refactor into Table Class setting events as static object into class

* feature(STOW-SR) : Initial changes to stow when we have Server.

* Improvements into requests and small fix into style

* Small fix for jumpToRow without refheshing page

* Handling STOW-SR once we don't have server

* feature(STOW-SR) Refactor

* Merge request with makeRequest and delete old file

* Expose wadoproxy to client and update measurement-table to start using wadoproxy.getServerUrl

* Move WADOProxy.getServerUrl to Measurement-table package. Fix querystring issue.

* Remove proxy:enabled in favour of requestOptions.requestFromBrowser

* Bcrypt 2.0.0 to fix Travis
2018-07-31 15:01:26 +02:00

7 lines
253 B
JavaScript
Executable File

import { Meteor } from 'meteor/meteor';
import { OHIF } from 'meteor/ohif:core';
WADOProxy.settings = Object.assign({
uri : OHIF.utils.absoluteUrl("/__wado_proxy"),
}, (Meteor.settings && Meteor.settings.proxy) ? Meteor.settings.proxy : {});