comparison OrthancServer/DatabaseWrapper.h @ 440:23e5b35e3c5c

statistics for patient/studies/series/instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 17:44:15 +0200
parents 7bbe77cb9e12
children 935e8c7e0b18
comparison
equal deleted inserted replaced
439:081a44d5110b 440:23e5b35e3c5c
127 MetadataType type); 127 MetadataType type);
128 128
129 void AddAttachment(int64_t id, 129 void AddAttachment(int64_t id,
130 const FileInfo& attachment); 130 const FileInfo& attachment);
131 131
132 void ListAvailableAttachments(std::list<FileContentType>& result,
133 int64_t id);
134
132 bool LookupAttachment(FileInfo& attachment, 135 bool LookupAttachment(FileInfo& attachment,
133 int64_t id, 136 int64_t id,
134 FileContentType contentType); 137 FileContentType contentType);
135 138
136 void SetMainDicomTags(int64_t id, 139 void SetMainDicomTags(int64_t id,