Mercurial > hg > orthanc
diff OrthancFramework/Sources/DicomParsing/DicomModification.h @ 5087:df4a90a65af9
DicomModification::SetAllowManualIdentifiers() has been removed since it was always true -> code cleanup
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 26 Sep 2022 18:56:40 +0200 |
parents | 43e613a7756b |
children | 8638522eeda1 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.h Mon Sep 26 18:11:03 2022 +0200 +++ b/OrthancFramework/Sources/DicomParsing/DicomModification.h Mon Sep 26 18:56:40 2022 +0200 @@ -133,7 +133,6 @@ ResourceType level_; UidMap uidMap_; SetOfTags privateTagsToKeep_; - bool allowManualIdentifiers_; bool keepStudyInstanceUid_; bool keepSeriesInstanceUid_; bool keepSopInstanceUid_; @@ -224,10 +223,6 @@ void Apply(ParsedDicomFile& toModify); - void SetAllowManualIdentifiers(bool check); - - bool AreAllowManualIdentifiers() const; - void ParseModifyRequest(const Json::Value& request); // "patientNameOverridden" is set to "true" iff. the PatientName