comparison NEWS @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 22eb9453b3f5
children ef907d3b38d5
comparison
equal deleted inserted replaced
3972:7f8b30416d50 3973:d86bddb50972
244 244
245 Orthanc Explorer 245 Orthanc Explorer
246 ---------------- 246 ----------------
247 247
248 * If performing a Query/Retrieve operation, the default value for the 248 * If performing a Query/Retrieve operation, the default value for the
249 tags is set to an empty string instead of '*', which allows to match 249 tags is set to an empty string instead of '*', which allows one to match
250 even if the tag is not present. This allows malformed DICOM files to 250 even if the tag is not present. This allows malformed DICOM files to
251 be matched, even though they lack required tags such as "PatientSex" 251 be matched, even though they lack required tags such as "PatientSex"
252 252
253 Maintenance 253 Maintenance
254 ----------- 254 -----------
480 ========================== 480 ==========================
481 481
482 General 482 General
483 ------- 483 -------
484 484
485 * "OrthancPeers" configuration option now allows to specify HTTP headers 485 * "OrthancPeers" configuration option now allows one to specify HTTP headers
486 * New main DICOM tag: "ImageOrientationPatient" at the instance level 486 * New main DICOM tag: "ImageOrientationPatient" at the instance level
487 * New configuration options: 487 * New configuration options:
488 - "HttpVerbose" to debug outgoing HTTP connections 488 - "HttpVerbose" to debug outgoing HTTP connections
489 - "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled 489 - "OverwriteInstances" to choose how duplicate SOPInstanceUID are handled
490 490