comparison OrthancFramework/Sources/DicomParsing/DicomModification.h @ 4693:45bce660ce3a

added routes for bulk anonymization/modification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 16:44:04 +0200
parents 693f049729ba
children 979ae3ea3381
comparison
equal deleted inserted replaced
4692:e68edf92e5cc 4693:45bce660ce3a
233 233
234 bool AreAllowManualIdentifiers() const; 234 bool AreAllowManualIdentifiers() const;
235 235
236 void ParseModifyRequest(const Json::Value& request); 236 void ParseModifyRequest(const Json::Value& request);
237 237
238 void ParseAnonymizationRequest(bool& patientNameReplaced, 238 // "patientNameOverridden" is set to "true" iff. the PatientName
239 // (0010,0010) tag is manually replaced, removed, cleared or kept
240 void ParseAnonymizationRequest(bool& patientNameOverridden /* out */,
239 const Json::Value& request); 241 const Json::Value& request);
240 242
241 void SetDicomIdentifierGenerator(IDicomIdentifierGenerator& generator); 243 void SetDicomIdentifierGenerator(IDicomIdentifierGenerator& generator);
242 244
243 void Serialize(Json::Value& value) const; 245 void Serialize(Json::Value& value) const;