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