comparison OrthancServer/ServerIndex.h @ 2894:a27b0e9a3fd9 db-changes

refactoring DicomInstanceToStore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 10:35:09 +0200
parents 8aa6aef11b70
children e5e3253a1164
comparison
equal deleted inserted replaced
2893:1723cbba55c7 2894:a27b0e9a3fd9
52 52
53 class ServerIndex : public boost::noncopyable 53 class ServerIndex : public boost::noncopyable
54 { 54 {
55 public: 55 public:
56 typedef std::list<FileInfo> Attachments; 56 typedef std::list<FileInfo> Attachments;
57 typedef std::map< std::pair<ResourceType, MetadataType>, std::string> MetadataMap; 57 typedef std::map<std::pair<ResourceType, MetadataType>, std::string> MetadataMap;
58 58
59 private: 59 private:
60 class Listener; 60 class Listener;
61 class Transaction; 61 class Transaction;
62 class UnstableResourcePayload; 62 class UnstableResourcePayload;