Mercurial > hg > orthanc
changeset 6001:24b170128857
/series/../study now also contain LastUpdate field
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 13 Feb 2025 10:02:01 +0100 |
parents | a791ba035e39 |
children | 23f67cddc4fc 5e3a5c473b6c |
files | NEWS OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp |
diffstat | 2 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Wed Feb 12 14:34:05 2025 +0100 +++ b/NEWS Thu Feb 13 10:02:01 2025 +0100 @@ -10,14 +10,13 @@ * GET /instances/../file and sibbling ../attachments/../data routes now all accept a 'filename' GET argument. - - Maintenance ----------- * In the "ExtendedFind" mode, optimized "tools/find" when "StorageAccessMode" is set to "Never". * Fixed interpretation of returnUnsupportedImage in /preview route. +* GET /series/../study now also contain LastUpdate field (https://discourse.orthanc-server.org/t/lastupdate-coherency/5524) Version 1.12.6 (2025-01-22)
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Wed Feb 12 14:34:05 2025 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Thu Feb 13 10:02:01 2025 +0100 @@ -156,7 +156,6 @@ ResourceFinder finder(level, responseContent, context.GetFindStorageAccessMode(), context.GetIndex().HasFindSupport()); finder.SetOrthancId(level, identifier); - finder.SetRetrieveMetadata(retrieveMetadata); return finder.ExecuteOneResource(target, context, format, retrieveMetadata); }