comparison NEWS @ 2697:e583478e0c6c jobs

New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Jul 2018 15:59:17 +0200
parents 6adaf84140a6
children 83c991aeb611
comparison
equal deleted inserted replaced
2696:1b736d151ea1 2697:e583478e0c6c
30 DicomTags containing multiple numerical value. It now returns all 30 DicomTags containing multiple numerical value. It now returns all
31 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that, 31 values in a string separated by \\ (i.e.: "1\\2\\3"). Note that,
32 for data already in Orthanc, you'll need to reconstruct the data by 32 for data already in Orthanc, you'll need to reconstruct the data by
33 sending a POST request to the ".../reconstruct" URI. This change 33 sending a POST request to the ".../reconstruct" URI. This change
34 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1 34 triggered an update of ORTHANC_API_VERSION from 1.0 to 1.1
35
36 Plugins
37 -------
38
39 * New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
35 40
36 Maintenance 41 Maintenance
37 ----------- 42 -----------
38 43
39 * Fix generation of DICOMDIR if PatientID is empty 44 * Fix generation of DICOMDIR if PatientID is empty