Mercurial > hg > orthanc
comparison OrthancServer/ServerEnumerations.h @ 1686:14a32b2fa63e
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 07 Oct 2015 13:57:26 +0200 |
parents | d6a93e12b1c1 |
children | 4aaaecae5803 |
comparison
equal
deleted
inserted
replaced
1685:22e7e2ba99db | 1686:14a32b2fa63e |
---|---|
98 ValueRepresentation_Date, | 98 ValueRepresentation_Date, |
99 ValueRepresentation_DateTime, | 99 ValueRepresentation_DateTime, |
100 ValueRepresentation_Time | 100 ValueRepresentation_Time |
101 }; | 101 }; |
102 | 102 |
103 enum DicomToJsonFormat | |
104 { | |
105 DicomToJsonFormat_Full, | |
106 DicomToJsonFormat_Short, | |
107 DicomToJsonFormat_Simple | |
108 }; | |
109 | |
103 | 110 |
104 /** | 111 /** |
105 * WARNING: Do not change the explicit values in the enumerations | 112 * WARNING: Do not change the explicit values in the enumerations |
106 * below this point. This would result in incompatible databases | 113 * below this point. This would result in incompatible databases |
107 * between versions of Orthanc! | 114 * between versions of Orthanc! |