# HG changeset patch # User Alain Mazy # Date 1675431273 -3600 # Node ID ee48de2fa4c00cfb406bda50d91d6df2274764b8 # Parent b6dc4606ab04d89f3ca94486665dfc8aef989a6e# Parent bc4ffd47ce86bdf53abd6044014fb0cc801f4db6 back to mainline diff -r b6dc4606ab04 -r ee48de2fa4c0 NEWS --- 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 diff -r b6dc4606ab04 -r ee48de2fa4c0 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- 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") #####################################################################