comparison Resources/Orthanc/Databases/ISqlLookupFormatter.cpp @ 170:e712ff3eede3

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:51:01 +0100
parents 063aa53b5917
children 3236894320d6
comparison
equal deleted inserted replaced
169:c17f219cec42 170:e712ff3eede3
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)