comparison OrthancFramework/Sources/DicomFormat/DicomMap.h @ 4501:11c2ddb4e2ca

FromDcmtkBridge::LogMissingTagsForStore()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 15:24:36 +0100
parents d9473bd5ed43
children 7053502fbf97
comparison
equal deleted inserted replaced
4500:3b4940bca158 4501:11c2ddb4e2ca
136 const void* dicom, 136 const void* dicom,
137 size_t size); 137 size_t size);
138 138
139 void LogMissingTagsForStore() const; 139 void LogMissingTagsForStore() const;
140 140
141 static void LogMissingTagsForStore(const std::string& patientId,
142 const std::string& studyInstanceUid,
143 const std::string& seriesInstanceUid,
144 const std::string& sopInstanceUid);
145
141 bool LookupStringValue(std::string& result, 146 bool LookupStringValue(std::string& result,
142 const DicomTag& tag, 147 const DicomTag& tag,
143 bool allowBinary) const; 148 bool allowBinary) const;
144 149
145 bool ParseInteger32(int32_t& result, 150 bool ParseInteger32(int32_t& result,