comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5816:3f10350b26da default

DICOMWeb Json formatter: improve support for ill-formed DS values + DS values are now represented as strings instead of doubles
author Alain Mazy <am@orthanc.team>
date Wed, 25 Sep 2024 19:36:43 +0200
parents b89439c14916
children
comparison
equal deleted inserted replaced
5814:122fd5f97d39 5816:3f10350b26da
37 set(ORTHANC_DATABASE_VERSION 6) 37 set(ORTHANC_DATABASE_VERSION 6)
38 38
39 # Version of the Orthanc API, can be retrieved from "/system" URI in 39 # Version of the Orthanc API, can be retrieved from "/system" URI in
40 # order to check whether new URI endpoints are available even if using 40 # order to check whether new URI endpoints are available even if using
41 # the mainline version of Orthanc 41 # the mainline version of Orthanc
42 set(ORTHANC_API_VERSION "24") 42 set(ORTHANC_API_VERSION "26")
43 43
44 44
45 ##################################################################### 45 #####################################################################
46 ## CMake parameters tunable by the user 46 ## CMake parameters tunable by the user
47 ##################################################################### 47 #####################################################################