Mercurial > hg > orthanc
comparison OrthancServer/ServerToolbox.h @ 1745:38dda23c7d7d db-changes
LookupIdentifierQuery
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 26 Oct 2015 13:47:50 +0100 |
parents | 54d78925cbb6 |
children | 4e7c318a3f69 |
comparison
equal
deleted
inserted
replaced
1744:b3de74dec2d5 | 1745:38dda23c7d7d |
---|---|
57 ResourceType type); | 57 ResourceType type); |
58 | 58 |
59 void ReconstructMainDicomTags(IDatabaseWrapper& database, | 59 void ReconstructMainDicomTags(IDatabaseWrapper& database, |
60 IStorageArea& storageArea, | 60 IStorageArea& storageArea, |
61 ResourceType level); | 61 ResourceType level); |
62 | |
63 std::string NormalizeTagForWildcard(const std::string& value); | |
64 } | 62 } |
65 } | 63 } |