comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5534:d7cca6fd3584

Added MaximumPatientCount in /system
author Alain Mazy <am@osimis.io>
date Mon, 19 Feb 2024 18:22:44 +0100
parents b822dcebf9ff
children f7adfb22e20e
comparison
equal deleted inserted replaced
5533:72511fbd1605 5534:d7cca6fd3584
36 set(ORTHANC_DATABASE_VERSION 6) 36 set(ORTHANC_DATABASE_VERSION 6)
37 37
38 # Version of the Orthanc API, can be retrieved from "/system" URI in 38 # Version of the Orthanc API, can be retrieved from "/system" URI in
39 # order to check whether new URI endpoints are available even if using 39 # order to check whether new URI endpoints are available even if using
40 # the mainline version of Orthanc 40 # the mainline version of Orthanc
41 set(ORTHANC_API_VERSION "23") 41 set(ORTHANC_API_VERSION "24")
42 42
43 43
44 ##################################################################### 44 #####################################################################
45 ## CMake parameters tunable by the user 45 ## CMake parameters tunable by the user
46 ##################################################################### 46 #####################################################################