comparison Resources/Orthanc/Core/SystemToolbox.h @ 136:0a1443204818

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Apr 2018 07:24:24 +0200
parents 4f3945a2b725
children
comparison
equal deleted inserted replaced
135:c5c54d5c52e5 136:0a1443204818
91 bool IsRegularFile(const std::string& path); 91 bool IsRegularFile(const std::string& path);
92 92
93 FILE* OpenFile(const std::string& path, 93 FILE* OpenFile(const std::string& path,
94 FileMode mode); 94 FileMode mode);
95 95
96 std::string GenerateUuid();
97
98 std::string GetNowIsoString(bool utc); 96 std::string GetNowIsoString(bool utc);
99 97
100 void GetNowDicom(std::string& date, 98 void GetNowDicom(std::string& date,
101 std::string& time, 99 std::string& time,
102 bool utc); 100 bool utc);