ohif-viewer/Packages/orthanc-remote/server/namespace.js
2016-02-14 15:22:23 +01:00

4 lines
137 B
JavaScript
Executable File

OrthancRemote = function(root, localAE){
this.root = root || 'http://localhost:8042';
this.localAE = localAE || 'ORTHANCLOCAL';
};