comparison OrthancServer/DicomProtocol/DicomUserConnection.h @ 1997:f9f2aa1cc594

"MoveOriginatorID" can be specified for /modalities/.../store
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 May 2016 11:50:35 +0200
parents 5011a597b6ce
children 9b61701c35f2
comparison
equal deleted inserted replaced
1996:66957f5c69ab 1997:f9f2aa1cc594
133 133
134 bool Echo(); 134 bool Echo();
135 135
136 void Store(const char* buffer, 136 void Store(const char* buffer,
137 size_t size, 137 size_t size,
138 uint16_t moveMessageID); 138 uint16_t moveOriginatorID);
139 139
140 void Store(const std::string& buffer, 140 void Store(const std::string& buffer,
141 uint16_t moveMessageID); 141 uint16_t moveOriginatorID);
142 142
143 void StoreFile(const std::string& path, 143 void StoreFile(const std::string& path,
144 uint16_t moveMessageID); 144 uint16_t moveOriginatorID);
145 145
146 void Find(DicomFindAnswers& result, 146 void Find(DicomFindAnswers& result,
147 ResourceType level, 147 ResourceType level,
148 const DicomMap& fields); 148 const DicomMap& fields);
149 149