comparison Resources/Configuration.json @ 519:1b2cdc855bd3

Parameter for PACS manufacturer, support for ClearCanvas
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Aug 2013 13:39:42 +0200
parents 3b735fdf320b
children 489f6a375277
comparison
equal deleted inserted replaced
517:b2b56b4e33b0 519:1b2cdc855bd3
94 * connect to an instance of the "storescp" open-source DICOM 94 * connect to an instance of the "storescp" open-source DICOM
95 * store (shipped in the DCMTK distribution) started by the 95 * store (shipped in the DCMTK distribution) started by the
96 * command line "storescp 2000". 96 * command line "storescp 2000".
97 **/ 97 **/
98 // "sample" : [ "STORESCP", "localhost", 2000 ] 98 // "sample" : [ "STORESCP", "localhost", 2000 ]
99
100 /**
101 * A fourth parameter is available to enable patches for a
102 * specific PACS manufacturer. The allowed values are currently
103 * "Generic" (default value) and "ClearCanvas". This parameter is
104 * case-sensitive.
105 **/
106 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
99 }, 107 },
100 108
101 // The list of the known Orthanc peers 109 // The list of the known Orthanc peers
102 "OrthancPeers" : { 110 "OrthancPeers" : {
103 /** 111 /**