comparison Resources/Configuration.json @ 2888:61a5667f37d9

New modality manufacturer: "GE" for GE Healthcare EA and AW
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 13 Oct 2018 12:17:16 +0200
parents 9d08edde614b
children 87366b8aed4f
comparison
equal deleted inserted replaced
2878:320a877a1f40 2888:61a5667f37d9
164 /** 164 /**
165 * A fourth parameter is available to enable patches for 165 * A fourth parameter is available to enable patches for
166 * specific PACS manufacturers. The allowed values are currently: 166 * specific PACS manufacturers. The allowed values are currently:
167 * - "Generic" (default value), 167 * - "Generic" (default value),
168 * - "GenericNoWildcardInDates" (to replace "*" by "" in date fields 168 * - "GenericNoWildcardInDates" (to replace "*" by "" in date fields
169 * in outgoing C-Find requests originating from Orthanc) 169 * in outgoing C-Find requests originating from Orthanc),
170 * - "GenericNoUniversalWildcard" (to replace "*" by "" in all fields 170 * - "GenericNoUniversalWildcard" (to replace "*" by "" in all fields
171 * in outgoing C-Find SCU requests originating from Orthanc) 171 * in outgoing C-Find SCU requests originating from Orthanc),
172 * - "StoreScp" (storescp tool from DCMTK), 172 * - "StoreScp" (storescp tool from DCMTK),
173 * - "ClearCanvas", "Dcm4Chee" and "Vitrea". 173 * - "ClearCanvas",
174 * - "Dcm4Chee",
175 * - "Vitrea",
176 * - "GE" (Enterprise Archive, MRI consoles and Advantage Workstation
177 * from GE Healthcare).
178 *
174 * This parameter is case-sensitive. 179 * This parameter is case-sensitive.
175 **/ 180 **/
176 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] 181 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
177 182
178 /** 183 /**