Mercurial > hg > orthanc
comparison Core/DicomFormat/DicomMap.h @ 3496:109631ed3564
DicomMap::FromDicomWeb()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Aug 2019 16:47:17 +0200 |
parents | 4e43e67f8ecf |
children | a57c8163d9ae |
comparison
equal
deleted
inserted
replaced
3495:cc3e408165eb | 3496:109631ed3564 |
---|---|
229 bool HasOnlyMainDicomTags() const; | 229 bool HasOnlyMainDicomTags() const; |
230 | 230 |
231 void Serialize(Json::Value& target) const; | 231 void Serialize(Json::Value& target) const; |
232 | 232 |
233 void Unserialize(const Json::Value& source); | 233 void Unserialize(const Json::Value& source); |
234 | |
235 void FromDicomWeb(const Json::Value& source); | |
234 }; | 236 }; |
235 } | 237 } |