comparison Resources/Orthanc/Core/SystemToolbox.h @ 206:795d71f66f31

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Mar 2018 10:09:03 +0200
parents 03afbee0cc7b
children
comparison
equal deleted inserted replaced
205:886230938339 206:795d71f66f31
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);