comparison Core/Toolbox.h @ 1555:d6a93e12b1c1

Creation of DICOM files with encapsulated PDF
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 15:18:13 +0200
parents 596927722403
children ad1e127b4ed5
comparison
equal deleted inserted replaced
1554:89ab71a68fcf 1555:d6a93e12b1c1
126 126
127 std::string StripSpaces(const std::string& source); 127 std::string StripSpaces(const std::string& source);
128 128
129 #if BOOST_HAS_DATE_TIME == 1 129 #if BOOST_HAS_DATE_TIME == 1
130 std::string GetNowIsoString(); 130 std::string GetNowIsoString();
131
132 void GetNowDicom(std::string& date,
133 std::string& time);
131 #endif 134 #endif
132 135
133 // In-place percent-decoding for URL 136 // In-place percent-decoding for URL
134 void UrlDecode(std::string& s); 137 void UrlDecode(std::string& s);
135 138