Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 1721:3bcb01028107 db-changes
removed another flavor of ServerIndex::LookupIdentifier
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 Oct 2015 10:39:21 +0200 |
parents | 4aaaecae5803 |
children | 7e0b5e413c7c |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Tue Oct 20 10:24:10 2015 +0200 +++ b/OrthancServer/ServerEnumerations.h Tue Oct 20 10:39:21 2015 +0200 @@ -35,6 +35,7 @@ #include <map> #include "../Core/Enumerations.h" +#include "../Core/DicomFormat/DicomTag.h" namespace Orthanc { @@ -194,4 +195,6 @@ const char* EnumerationToString(TransferSyntax syntax); ModalityManufacturer StringToModalityManufacturer(const std::string& manufacturer); + + DicomTag GetIdentifierTag(ResourceType level); }