comparison OrthancServer/ServerIndex.h @ 1297:501432928727

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 14:35:56 +0100
parents 6e7e5ed91c2d
children 4ce47e8ed0d2
comparison
equal deleted inserted replaced
1296:179a3049b942 1297:501432928727
108 MetadataType type); 108 MetadataType type);
109 109
110 void LogChange(int64_t internalId, 110 void LogChange(int64_t internalId,
111 ChangeType changeType, 111 ChangeType changeType,
112 ResourceType resourceType, 112 ResourceType resourceType,
113 const std::string& publicId) 113 const std::string& publicId);
114 {
115 ServerIndexChange change(changeType, resourceType, publicId);
116 db_.LogChange(internalId, change);
117 }
118 114
119 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property); 115 uint64_t IncrementGlobalSequenceInternal(GlobalProperty property);
120 116
121 void SetMainDicomTags(int64_t resource, 117 void SetMainDicomTags(int64_t resource,
122 const DicomMap& tags); 118 const DicomMap& tags);