Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1720:88b74d8512be | 1721:3bcb01028107 |
---|---|
33 | 33 |
34 #include <string> | 34 #include <string> |
35 #include <map> | 35 #include <map> |
36 | 36 |
37 #include "../Core/Enumerations.h" | 37 #include "../Core/Enumerations.h" |
38 #include "../Core/DicomFormat/DicomTag.h" | |
38 | 39 |
39 namespace Orthanc | 40 namespace Orthanc |
40 { | 41 { |
41 enum SeriesStatus | 42 enum SeriesStatus |
42 { | 43 { |
192 const char* EnumerationToString(DicomRequestType type); | 193 const char* EnumerationToString(DicomRequestType type); |
193 | 194 |
194 const char* EnumerationToString(TransferSyntax syntax); | 195 const char* EnumerationToString(TransferSyntax syntax); |
195 | 196 |
196 ModalityManufacturer StringToModalityManufacturer(const std::string& manufacturer); | 197 ModalityManufacturer StringToModalityManufacturer(const std::string& manufacturer); |
198 | |
199 DicomTag GetIdentifierTag(ResourceType level); | |
197 } | 200 } |