comparison Core/SerializationToolbox.cpp @ 2983:af068a6b476b

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Dec 2018 11:54:14 +0100
parents 94c8222c52b7
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2982:94c8222c52b7 2983:af068a6b476b
56 catch (OrthancException& e) 56 catch (OrthancException& e)
57 { 57 {
58 return false; 58 return false;
59 } 59 }
60 #else 60 #else
61 return DicomTag::ParseHexadecimal(tag, name)) 61 return DicomTag::ParseHexadecimal(tag, name);
62 #endif 62 #endif
63 } 63 }
64 64
65 65
66 std::string ReadString(const Json::Value& value, 66 std::string ReadString(const Json::Value& value,