comparison Core/Toolbox.h @ 1565:4b23310eb7e8

add tags per instances in a series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Aug 2015 17:29:16 +0200
parents 124de28b32ed
children b5bc87a7212d
comparison
equal deleted inserted replaced
1564:1b7def486e62 1565:4b23310eb7e8
176 176
177 bool StartsWith(const std::string& str, 177 bool StartsWith(const std::string& str,
178 const std::string& prefix); 178 const std::string& prefix);
179 179
180 int GetProcessId(); 180 int GetProcessId();
181
182 const char* GetDicomSpecificCharacterSet(Encoding encoding);
183 } 181 }
184 } 182 }