comparison Core/DicomParsing/DicomModification.h @ 3860:9ccbbd55bc23

allow Keeping the SOPInstanceUID in /instances/../modify
author Alain Mazy <alain@mazy.be>
date Fri, 24 Apr 2020 17:30:41 +0200
parents 1f4910999fe7
children
comparison
equal deleted inserted replaced
3856:dd0fcbf6a791 3860:9ccbbd55bc23
81 UidMap uidMap_; 81 UidMap uidMap_;
82 SetOfTags privateTagsToKeep_; 82 SetOfTags privateTagsToKeep_;
83 bool allowManualIdentifiers_; 83 bool allowManualIdentifiers_;
84 bool keepStudyInstanceUid_; 84 bool keepStudyInstanceUid_;
85 bool keepSeriesInstanceUid_; 85 bool keepSeriesInstanceUid_;
86 bool keepSopInstanceUid_;
86 bool updateReferencedRelationships_; 87 bool updateReferencedRelationships_;
87 bool isAnonymization_; 88 bool isAnonymization_;
88 DicomMap currentSource_; 89 DicomMap currentSource_;
89 std::string privateCreator_; 90 std::string privateCreator_;
90 91