comparison OrthancServer/ServerToolbox.h @ 2123:1cf093cbdad8

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 11:51:40 +0100
parents 7e8889bc95c6
children e3fd5bc429a2
comparison
equal deleted inserted replaced
2122:2ecc95a239f7 2123:1cf093cbdad8
66 ResourceType level); 66 ResourceType level);
67 67
68 bool IsIdentifier(const DicomTag& tag, 68 bool IsIdentifier(const DicomTag& tag,
69 ResourceType level); 69 ResourceType level);
70 70
71 void StoreIdentifiers(IDatabaseWrapper& database,
72 int64_t resource,
73 ResourceType level,
74 const DicomMap& map);
75
76 std::string NormalizeIdentifier(const std::string& value); 71 std::string NormalizeIdentifier(const std::string& value);
77 } 72 }
78 } 73 }