comparison OrthancFramework/Sources/Toolbox.h @ 4055:9214e3a7b0a2 framework

moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 12:52:09 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4054:9c37896a4457 4055:9214e3a7b0a2
265 265
266 static std::string LargeHexadecimalToDecimal(const std::string& hex); 266 static std::string LargeHexadecimalToDecimal(const std::string& hex);
267 267
268 // http://dicom.nema.org/medical/dicom/2019a/output/chtml/part05/sect_B.2.html 268 // http://dicom.nema.org/medical/dicom/2019a/output/chtml/part05/sect_B.2.html
269 static std::string GenerateDicomPrivateUniqueIdentifier(); 269 static std::string GenerateDicomPrivateUniqueIdentifier();
270
271 static void SimplifyDicomAsJson(Json::Value& target,
272 const Json::Value& source,
273 DicomToJsonFormat format);
270 }; 274 };
271 } 275 }
272 276
273 277
274 278