comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4524:f8660649ae96

added "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 15:05:55 +0100
parents cf44052fdf60
children 409cba9c1dba
comparison
equal deleted inserted replaced
4523:fba1a8fff2b8 4524:f8660649ae96
35 set(ORTHANC_DATABASE_VERSION 6) 35 set(ORTHANC_DATABASE_VERSION 6)
36 36
37 # Version of the Orthanc API, can be retrieved from "/system" URI in 37 # Version of the Orthanc API, can be retrieved from "/system" URI in
38 # order to check whether new URI endpoints are available even if using 38 # order to check whether new URI endpoints are available even if using
39 # the mainline version of Orthanc 39 # the mainline version of Orthanc
40 set(ORTHANC_API_VERSION "10") 40 set(ORTHANC_API_VERSION "11")
41 41
42 42
43 ##################################################################### 43 #####################################################################
44 ## CMake parameters tunable by the user 44 ## CMake parameters tunable by the user
45 ##################################################################### 45 #####################################################################