Mercurial > hg > orthanc
comparison OrthancServer/FromDcmtkBridge.h @ 1360:0649c5aef34a
DicomFindQuery
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 May 2015 15:34:32 +0200 |
parents | 6e7e5ed91c2d |
children | b22ba8c5edbe |
comparison
equal
deleted
inserted
replaced
1359:4378a6636187 | 1360:0649c5aef34a |
---|---|
103 | 103 |
104 static std::string GenerateUniqueIdentifier(ResourceType level); | 104 static std::string GenerateUniqueIdentifier(ResourceType level); |
105 | 105 |
106 static bool SaveToMemoryBuffer(std::string& buffer, | 106 static bool SaveToMemoryBuffer(std::string& buffer, |
107 DcmDataset& dataSet); | 107 DcmDataset& dataSet); |
108 | |
109 static bool IsPNValueRepresentation(const DicomTag& tag); | |
108 }; | 110 }; |
109 } | 111 } |