Mercurial > hg > orthanc
diff Core/Enumerations.h @ 1276:6164f7200c43
refactoring modules
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 23 Jan 2015 14:42:33 +0100 |
parents | db753e57934f |
children | 6e7e5ed91c2d |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Jan 21 17:47:27 2015 +0100 +++ b/Core/Enumerations.h Fri Jan 23 14:42:33 2015 +0100 @@ -274,6 +274,15 @@ PhotometricInterpretation_Unknown }; + enum DicomModule + { + DicomModule_Patient, + DicomModule_Study, + DicomModule_Series, + DicomModule_Instance, + DicomModule_Image + }; + /** * WARNING: Do not change the explicit values in the enumerations