comparison OrthancServer/FromDcmtkBridge.h @ 1417:8e23f16a198d

fix issues 35 and 37
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2015 15:17:02 +0200
parents b22ba8c5edbe
children e40fd0d925c5
comparison
equal deleted inserted replaced
1416:037d5ffca74d 1417:8e23f16a198d
105 static std::string GenerateUniqueIdentifier(ResourceType level); 105 static std::string GenerateUniqueIdentifier(ResourceType level);
106 106
107 static bool SaveToMemoryBuffer(std::string& buffer, 107 static bool SaveToMemoryBuffer(std::string& buffer,
108 DcmDataset& dataSet); 108 DcmDataset& dataSet);
109 109
110 static bool IsPNValueRepresentation(const DicomTag& tag); 110 static ValueRepresentation GetValueRepresentation(const DicomTag& tag);
111 }; 111 };
112 } 112 }