File: README.txt

package info (click to toggle)
orthanc-dicomweb 0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 888 kB
  • ctags: 1,660
  • sloc: cpp: 11,048; python: 178; sh: 38; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a sample JavaScript/jQuery application that makes a QIDO-RS request.

To use it without facing the cross-domain restrictions, you will need
to serve this folder using the "ServeFolder" plugin from the Orthanc
source distribution:
https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/ServeFolders/

Your Orthanc configuration file will have to contain the following
instruction to serve this folder as "http://localhost:8042/test/":

  "ServeFolders" : {
    "/dicom-web-test" : "<...>/Resources/Samples/JavaScript"
  }

Where "<...>" is the path to the root of this repository.

Once Orthanc is running with the adapted configuration, open Firefox
or Chrome at the following URL:
http://localhost:8042/dicom-web-test/index.html