comparison NEWS @ 5829:963945d780d6 find-refactoring

tools/find ResponseContent
author Alain Mazy <am@orthanc.team>
date Mon, 07 Oct 2024 18:10:08 +0200
parents 7030fa489669
children 40f236ad829c
comparison
equal deleted inserted replaced
5828:7030fa489669 5829:963945d780d6
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 39 - 'ParentPatient', 'ParentStudy', 'ParentSeries' to retrieve only descendants of an
40 Orthanc resource. 40 Orthanc resource.
41 - 'QueryMetadata' to filter results based on metadata values. 41 - 'QueryMetadata' to filter results based on metadata values.
42 - 'ResponseContent' to define what shall be included in the response for each returned
43 resource (e.g: Metadata, Children, ...)
42 44
43 45
44 Maintenance 46 Maintenance
45 ----------- 47 -----------
46 48