Mercurial > hg > orthanc
comparison NEWS @ 5841:57ab63fe9108 find-refactoring
tools/find: Limit and Since are now forbidden when filtering on DICOM tags that are not stored in DB
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 24 Oct 2024 15:08:43 +0200 |
parents | 82fc95cc168c |
children |
comparison
equal
deleted
inserted
replaced
5840:b24b61331566 | 5841:57ab63fe9108 |
---|---|
41 - 'MetadataQuery' to filter results based on metadata values. | 41 - 'MetadataQuery' to filter results based on metadata values. |
42 - 'ResponseContent' to define what shall be included in the response for each returned | 42 - 'ResponseContent' to define what shall be included in the response for each returned |
43 resource (e.g: Metadata, Children, ...) | 43 resource (e.g: Metadata, Children, ...) |
44 * With DB backend with "HasExtendedFind" support, a new /tools/count-resources API route | 44 * With DB backend with "HasExtendedFind" support, a new /tools/count-resources API route |
45 is similar to tools/find but only returns the number of resources matching the criteria. | 45 is similar to tools/find but only returns the number of resources matching the criteria. |
46 * With DB backend with "HasExtendedFind" support, usage of 'Limit' and 'Since in /tools/find | |
47 is not allowed if your query includes filtering on DICOM tags that are not stored in DB. | |
46 | 48 |
47 | 49 |
48 Maintenance | 50 Maintenance |
49 ----------- | 51 ----------- |
50 | 52 |