comparison Resources/Configuration.json @ 2319:ae6245053bcf

made some manufacturer obsolete: MedInria (that was not used), Syngovia & AgfaImpax (replaced by GenericNoWildcardInDates) + added 'GenericNoWildcards'
author amazy
date Thu, 13 Jul 2017 12:37:55 +0200
parents e5fc5db6a84b
children 9c7a80c87ae9
comparison
equal deleted inserted replaced
2318:e5fc5db6a84b 2319:ae6245053bcf
156 // "sample" : [ "STORESCP", "127.0.0.1", 2000 ] 156 // "sample" : [ "STORESCP", "127.0.0.1", 2000 ]
157 157
158 /** 158 /**
159 * A fourth parameter is available to enable patches for a 159 * A fourth parameter is available to enable patches for a
160 * specific PACS manufacturer. The allowed values are currently 160 * specific PACS manufacturer. The allowed values are currently
161 * "Generic" (default value), "StoreScp" (storescp tool from 161 * "Generic" (default value),
162 * DCMTK), "ClearCanvas", "MedInria", "Dcm4Chee", "SyngoVia", 162 * "GenericNoWildcardInDates" (to replace '*' by '' in date fields in outgoing C-Find)
163 * "AgfaImpax" (Agfa IMPAX), and "Vitrea". 163 * "GenericNoWildcards" (to replace '*' by '' in all fields in outgoing C-Find)
164 * "StoreScp" (storescp tool from DCMTK),
165 * "ClearCanvas", "Dcm4Chee" and "Vitrea".
164 * This parameter is case-sensitive. 166 * This parameter is case-sensitive.
165 **/ 167 **/
166 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] 168 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
167 }, 169 },
168 170