diff OrthancServer/OrthancRestApi/OrthancRestModalities.cpp @ 2988:9cc3d40e389b

Orthanc 1.4.3 is now known as 1.5.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 11:15:31 +0100
parents b1ba0a8311b5
children 4e43e67f8ecf
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Mon Dec 10 10:33:58 2018 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestModalities.cpp	Mon Dec 10 11:15:31 2018 +0100
@@ -540,7 +540,7 @@
     {
       if (expand)
       {
-        // New in Orthanc 1.4.3
+        // New in Orthanc 1.5.0
         DicomMap value;
         query.GetHandler().GetAnswer(value, i);
         
@@ -710,7 +710,7 @@
   template <ResourceType CHILDREN_LEVEL>
   static void QueryAnswerChildren(RestApiPostCall& call)
   {
-    // New in Orthanc 1.4.3
+    // New in Orthanc 1.5.0
     assert(CHILDREN_LEVEL == ResourceType_Study ||
            CHILDREN_LEVEL == ResourceType_Series ||
            CHILDREN_LEVEL == ResourceType_Instance);