comparison OrthancServer/Sources/Search/ISqlLookupFormatter.cpp @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents d633e5bb7ba3
children d9473bd5ed43
comparison
equal deleted inserted replaced
4303:44b53a2c0a13 4304:50b0c69b653a
47 # include <OrthancException.h> 47 # include <OrthancException.h>
48 #endif 48 #endif
49 49
50 #include "DatabaseConstraint.h" 50 #include "DatabaseConstraint.h"
51 51
52 #include <boost/lexical_cast.hpp>
53
54
52 namespace Orthanc 55 namespace Orthanc
53 { 56 {
54 static std::string FormatLevel(ResourceType level) 57 static std::string FormatLevel(ResourceType level)
55 { 58 {
56 switch (level) 59 switch (level)