comparison Resources/Orthanc/Core/SystemToolbox.h @ 208:db70f6c5fa4f

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Apr 2018 16:27:09 +0200
parents 03afbee0cc7b
children
comparison
equal deleted inserted replaced
205:886230938339 208:db70f6c5fa4f
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);