Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 3005:8265a6b56100
DicomMap::FromDicomAsJson
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Dec 2018 15:42:33 +0100 |
parents | da12ba232119 |
children | 0e1755e5efd0 |
comparison
equal
deleted
inserted
replaced
3004:80d1a3452807 | 3005:8265a6b56100 |
---|---|
215 const DicomTag& tag) const; | 215 const DicomTag& tag) const; |
216 | 216 |
217 bool ParseDouble(double& result, | 217 bool ParseDouble(double& result, |
218 const DicomTag& tag) const; | 218 const DicomTag& tag) const; |
219 | 219 |
220 void FromDicomAsJson(const Json::Value& dicomAsJson); | |
221 | |
220 void Serialize(Json::Value& target) const; | 222 void Serialize(Json::Value& target) const; |
221 | 223 |
222 void Unserialize(const Json::Value& source); | 224 void Unserialize(const Json::Value& source); |
223 }; | 225 }; |
224 } | 226 } |