comparison Core/DicomParsing/DicomModification.cpp @ 2655:c196d76cb8fa jobs

serialization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Jun 2018 17:57:49 +0200
parents 2f3007bf0708
children 47d812308d63
comparison
equal deleted inserted replaced
2654:761031029aa9 2655:c196d76cb8fa
1239 } 1239 }
1240 1240
1241 1241
1242 void DicomModification::Serialize(Json::Value& value) const 1242 void DicomModification::Serialize(Json::Value& value) const
1243 { 1243 {
1244 // TODO 1244 throw OrthancException(ErrorCode_NotImplemented);
1245 value = "TODO"; 1245 }
1246
1247
1248 DicomModification::DicomModification(const Json::Value& serialized)
1249 {
1250 throw OrthancException(ErrorCode_NotImplemented);
1246 } 1251 }
1247 } 1252 }