Author: jodogne-guest
Date: 2015-08-03 16:05:30 +0000 (Mon, 03 Aug 2015)
New Revision: 19829

Modified:
   trunk/packages/orthanc-dicomweb/trunk/debian/configuration/dicomweb.json
   trunk/packages/orthanc-dicomweb/trunk/debian/control
Log:
configuration options for DICOMweb

Modified: 
trunk/packages/orthanc-dicomweb/trunk/debian/configuration/dicomweb.json
===================================================================
--- trunk/packages/orthanc-dicomweb/trunk/debian/configuration/dicomweb.json    
2015-08-03 14:49:40 UTC (rev 19828)
+++ trunk/packages/orthanc-dicomweb/trunk/debian/configuration/dicomweb.json    
2015-08-03 16:05:30 UTC (rev 19829)
@@ -5,5 +5,11 @@
      **/
 
     "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
     }
 }

Modified: trunk/packages/orthanc-dicomweb/trunk/debian/control
===================================================================
--- trunk/packages/orthanc-dicomweb/trunk/debian/control        2015-08-03 
14:49:40 UTC (rev 19828)
+++ trunk/packages/orthanc-dicomweb/trunk/debian/control        2015-08-03 
16:05:30 UTC (rev 19829)
@@ -7,7 +7,7 @@
 Standards-Version: 3.9.6
 Build-Depends: cmake (>= 2.8),
                debhelper (>= 9),
-               libboost-all-dev (>= 1.54.0-5),
+               libboost-all-dev | libboost1.58-all-dev,
                libgdcm2-dev,
                libgtest-dev (>= 1.6.0),
                libjpeg-dev,
@@ -17,7 +17,6 @@
                libpugixml-dev,
                orthanc-dev (>= 0.9.1),
                uuid-dev,
-               yui-compressor,
                zlib1g-dev
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/orthanc-dicomweb/trunk/
 Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/orthanc-dicomweb/trunk/


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to