4 lines
137 B
JavaScript
Executable File
4 lines
137 B
JavaScript
Executable File
OrthancRemote = function(root, localAE){
|
|
this.root = root || 'http://localhost:8042';
|
|
this.localAE = localAE || 'ORTHANCLOCAL';
|
|
}; |