comparison NEWS @ 5826:d73dfb4548c6 find-refactoring

tools/find: ParentPatient and co ..
author Alain Mazy <am@orthanc.team>
date Mon, 07 Oct 2024 10:51:27 +0200
parents 881cd0965146
children 7030fa489669
comparison
equal deleted inserted replaced
5825:881cd0965146 5826:d73dfb4548c6
34 - 'type' to filter the changes returned by the query 34 - 'type' to filter the changes returned by the query
35 - 'to' to potentially cycle through changes in reverse order. 35 - 'to' to potentially cycle through changes in reverse order.
36 example: /changes?type=StableStudy&to=7584&limit=100 36 example: /changes?type=StableStudy&to=7584&limit=100
37 * With DB backend with "HasExtendedFind" support, /tools/find now supports new options: 37 * With DB backend with "HasExtendedFind" support, /tools/find now supports new options:
38 - 'OrderBy' to order by DICOM Tag or metadata value 38 - 'OrderBy' to order by DICOM Tag or metadata value
39 - 'ParentPatient', 'ParentStudy', 'ParentSeries' to retrieve only descendants of an
40 Orthanc resource.
39 41
40 42
41 Maintenance 43 Maintenance
42 ----------- 44 -----------
43 45