File: dicomweb.json

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 (15 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    /**
     * The following options control the configuration of the Orthanc
     * plugin adding support of WADO and DICOMweb.
     **/

    "DicomWeb" : {
	"Enable" : true,         // Whether DICOMweb support is enabled
	"Root" : "/dicom-web/",  // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
	"EnableWado" : true,     // Whether WADO-URI (aka. WADO) support is enabled
	"WadoRoot" : "/wado",    // Root URI of the WADO-URI (aka. WADO) API
	"Host" : "localhost",    // Hard-codes the name of the host for subsequent WADO-RS requests
	"Ssl" : false            // Whether HTTPS should be used for subsequent WADO-RS requests
    }
}