comparison OrthancFramework/Sources/Enumerations.h @ 4677:521e39b3f2c0

Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 21:06:34 +0200
parents 95ffe3b6ef7c
children 7826ac059c31
comparison
equal deleted inserted replaced
4676:caf963ee3de9 4677:521e39b3f2c0
607 // If adding a new DICOM version below, update the 607 // If adding a new DICOM version below, update the
608 // "DeidentifyLogsDicomVersion" configuration option 608 // "DeidentifyLogsDicomVersion" configuration option
609 enum DicomVersion 609 enum DicomVersion
610 { 610 {
611 DicomVersion_2008, 611 DicomVersion_2008,
612 DicomVersion_2017c 612 DicomVersion_2017c,
613 DicomVersion_2021b
613 }; 614 };
614 615
615 enum ModalityManufacturer 616 enum ModalityManufacturer
616 { 617 {
617 ModalityManufacturer_Generic, 618 ModalityManufacturer_Generic,