comparison NOTES.txt @ 1:d5d3cb00556a

initial release
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Mar 2017 16:13:52 +0100
parents
children
comparison
equal deleted inserted replaced
0:decac5df19c4 1:d5d3cb00556a
1 TODO
2 ====
3
4 - map Orthanc/DICOM ids
5 - GET tokens
6
7
8
9
10
11
12 "Authorization" : {
13 "UncheckedResources" : [
14 "/series",
15 "/instances",
16 "/patients",
17 "/studies",
18 "/plugins/explorer.js",
19 "/system"
20 ],
21 "UncheckedFolders" : [
22 "/app/",
23 "/web-viewer/app/",
24 "/web-viewer/libs/",
25 "/wsi/app/"
26 ],
27 "WebService" : "http://localhost:8000/"
28 }
29