Mercurial > hg > orthanc
changeset 5163:ee48de2fa4c0
back to mainline
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 03 Feb 2023 14:34:33 +0100 |
parents | b6dc4606ab04 (current diff) bc4ffd47ce86 (diff) |
children | a83e1d029d9f |
files | OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Feb 03 14:24:43 2023 +0100 +++ b/NEWS Fri Feb 03 14:34:33 2023 +0100 @@ -20,6 +20,7 @@ REST API -------- +* API version upgraded to 19 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: - allow modification of PatientID at study level - allow modification of PatientID, StudyInstanceUID at series level
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Feb 03 14:24:43 2023 +0100 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Fri Feb 03 14:34:33 2023 +0100 @@ -38,7 +38,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 "18") +set(ORTHANC_API_VERSION "19") #####################################################################