Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomFormat/DicomValue.h @ 5050:ea9e2680da6f
CPP check and cleanup
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Jun 2022 07:15:37 +0200 |
parents | 6fed78e13233 |
children | 0ea402b4d901 |
comparison
equal
deleted
inserted
replaced
5049:8c9a1cce076e | 5050:ea9e2680da6f |
---|---|
61 | 61 |
62 DicomValue(const char* data, | 62 DicomValue(const char* data, |
63 size_t size, | 63 size_t size, |
64 bool isBinary); | 64 bool isBinary); |
65 | 65 |
66 DicomValue(const Json::Value& value); | 66 explicit DicomValue(const Json::Value& value); |
67 | 67 |
68 const std::string& GetContent() const; | 68 const std::string& GetContent() const; |
69 | 69 |
70 const Json::Value& GetSequenceContent() const; | 70 const Json::Value& GetSequenceContent() const; |
71 | 71 |