Mercurial > hg > orthanc
changeset 5775:9af45c841f59 find-refactoring
Api Version = 25 (limit=0 means no-limit)
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 12 Sep 2024 10:03:17 +0200 |
parents | f96abfe08946 |
children | de33982a0bf4 |
files | NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Thu Sep 12 08:25:41 2024 +0200 +++ b/NEWS Thu Sep 12 10:03:17 2024 +0200 @@ -8,6 +8,7 @@ REST API -------- +* API version upgraded to 25 * Improved parsing of multiple numerical values in DICOM tags. https://discourse.orthanc-server.org/t/qido-includefield-with-sequences/4746/6 * in /system, added a new field "Capabilities" with new values:
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Thu Sep 12 08:25:41 2024 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Thu Sep 12 10:03:17 2024 +0200 @@ -39,7 +39,7 @@ # Version of the Orthanc API, can be retrieved from "/system" URI in # order to check whether new URI endpoints are available even if using # the mainline version of Orthanc -set(ORTHANC_API_VERSION "24") +set(ORTHANC_API_VERSION "25") #####################################################################