comparison OrthancServer/DatabaseWrapper.h @ 189:ccbc2cf64a0d

record main dicom tags and changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 Nov 2012 18:03:48 +0100
parents 090cefdab1d1
children b6cef9d45cc3
comparison
equal deleted inserted replaced
188:090cefdab1d1 189:ccbc2cf64a0d
128 128
129 void GetChildrenPublicId(std::list<std::string>& result, 129 void GetChildrenPublicId(std::list<std::string>& result,
130 int64_t id); 130 int64_t id);
131 131
132 void LogChange(ChangeType changeType, 132 void LogChange(ChangeType changeType,
133 const std::string& publicId, 133 int64_t internalId,
134 ResourceType resourceType, 134 ResourceType resourceType,
135 const boost::posix_time::ptime& date); 135 const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());
136 136
137 void LogExportedInstance(const std::string& remoteModality, 137 void LogExportedInstance(const std::string& remoteModality,
138 DicomInstanceHasher& hasher, 138 DicomInstanceHasher& hasher,
139 const boost::posix_time::ptime& date); 139 const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());
140 140
141 int64_t GetTableRecordCount(const std::string& table); 141 int64_t GetTableRecordCount(const std::string& table);
142 142
143 uint64_t GetTotalCompressedSize(); 143 uint64_t GetTotalCompressedSize();
144 144