Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1275:4287285709d1 | 1276:6164f7200c43 |
---|---|
272 PhotometricInterpretation_YBR_ICT, | 272 PhotometricInterpretation_YBR_ICT, |
273 PhotometricInterpretation_YBR_RCT, | 273 PhotometricInterpretation_YBR_RCT, |
274 PhotometricInterpretation_Unknown | 274 PhotometricInterpretation_Unknown |
275 }; | 275 }; |
276 | 276 |
277 enum DicomModule | |
278 { | |
279 DicomModule_Patient, | |
280 DicomModule_Study, | |
281 DicomModule_Series, | |
282 DicomModule_Instance, | |
283 DicomModule_Image | |
284 }; | |
285 | |
277 | 286 |
278 /** | 287 /** |
279 * WARNING: Do not change the explicit values in the enumerations | 288 * WARNING: Do not change the explicit values in the enumerations |
280 * below this point. This would result in incompatible databases | 289 * below this point. This would result in incompatible databases |
281 * between versions of Orthanc! | 290 * between versions of Orthanc! |