Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Enumerations.h @ 4424:83371ccdfe80
openapi documentation is now completed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Dec 2020 19:28:53 +0100 |
parents | 80fd140b12ba |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4423:2a69b58ff3ac | 4424:83371ccdfe80 |
---|---|
594 DicomFromJsonFlags_GenerateIdentifiers = (1 << 1), | 594 DicomFromJsonFlags_GenerateIdentifiers = (1 << 1), |
595 | 595 |
596 // Some predefined combinations | 596 // Some predefined combinations |
597 DicomFromJsonFlags_None = 0 | 597 DicomFromJsonFlags_None = 0 |
598 }; | 598 }; |
599 | 599 |
600 // If adding a new DICOM version below, update the | |
601 // "DeidentifyLogsDicomVersion" configuration option | |
600 enum DicomVersion | 602 enum DicomVersion |
601 { | 603 { |
602 DicomVersion_2008, | 604 DicomVersion_2008, |
603 DicomVersion_2017c | 605 DicomVersion_2017c |
604 }; | 606 }; |